我如何一起下载图像和文本

时间:2019-07-19 12:48:55

标签: jquery html css

I want it like this but it is downloading only QR我的标题如下所示...

<div class="col-md-6 col-sm-12" id="JPGContent" style="text-align:center;">
  <h1 style="color:#FA5C43;font-family:Impact;font-size:24px;">FIRECODE TV</h1>
  <p style="margin-top: 20px;" name="product_name" class="product_name">
    <?php echo $channel['p_name_en']; ?>
  </p>
  <img class="product_id" />
  <!-- <p style="margin-top: 20px;" id="product_name" name="product_name" class="product_Id"><?php echo $channel['p_name_en']; ?></p> -->
</div>

我想用我的QR码下载它...

<div class="col- col-md-6 col-sm-12">
  <a href="http://www.firecode-tech.com">www.firecode-tech.com</a>
  <p>Visit the link to download FirceCode App and scan the channel QR. to watch on your device.</p>
  <a href="<?php echo base_url()?>phpqrcode/tv_qr.php?pid=<?php echo $channel['pid']?>&id=<?php echo $channel['user_id']?>&plan_id=<?php echo $channel['plan_id']?>" style="margin-top:1px !important;" download>SAVE Firecode QR</a>
  <p>In case you see this screen in your phone or tablet click to add it to your album and open then open FireCode app and import it to scan</p>
  <a href="" class="btn insideModel" data-toggle="modal" data-target="#share-now" id="share" style="padding-left: 0;">Share Now</a>
  <p style="margin-top:1px ">Click Share now to share this subscription to other person</p>
  <button type="button" id="btn-reset-subscription" class="btn" style="color: #007bff;padding-left: 0">Reset this Firecode QR</button>
  <p>Click only the Reset link, in case you lost your device or you want to watch the channel on other device.</p>
  <p>(please note that only one device will be able to scan the Firecode QR)</p>
</div>

然后点击保存Firecode QR,我想下载QR图片和标头

[{First image is of whole image] [And I want the image to generate as second] 2

0 个答案:

没有答案