How do I structure my download pages?

4 replies
How do I structure my download pages? I do not really know how to position stuff in HTML. Is there some sort of template somewhere?
#download #pages #structure
  • Profile picture of the author Net Assasin
    Originally Posted by Theory5 View Post

    How do I structure my download pages? I do not really know how to position stuff in HTML. Is there some sort of template somewhere?
    In your website editor, edit your page, type xxx where you want to add html then switch to html view or view source then look for the xxx in the code. delete the xxx and replace with whatever you want.

    Hope that helps
    {{ DiscussionBoard.errors[2943349].message }}
  • Profile picture of the author Theory5
    OK I would like to setup the download page so the picture of the product is next to the text, and the download link is underneath that.
    {{ DiscussionBoard.errors[2943440].message }}
    • Profile picture of the author WhamSoft
      Hi,

      You can use the html code below to create a nice looking download page, you just need to add the location of your images, the file and update your email & contact info.

      Sample page can be seen working here (no images)

      HTML Code:
      <html>
      <head>
      <title>Sample Download Page</title>
      <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
      <meta name="description" content="Sample Download Page" />
      <meta name="keywords" content="free, traffic, report, guide, learn, new, visitors" />
      <style type="text/css">
      <!--
      .style1 {color: #000000}
      -->
      </style>
      <body bgcolor="#CCCCCC" text="#000000" background="images/vae-back2.jpg">
      <div align="center">
        <center>
      <table cellpadding="0" width="600" border="1" style="border-collapse: collapse;" bordercolor="#000000">
        <tbody>
        <tr>
          <td bgcolor="#ffffff">
              <p align="center">
                <img border="0" src="images/vae-header.jpg" width="650" height="140"></p>
              <div align="center">
                <table border="0" width="88%">
                  <tr>
                    <td>
                    <div align="center">
                      <p align="center"><font size="5"><b>Thank You For Your Order!</b></font></p>
                      <table border="0" width="90%" height="331">
                        <tr>
                          <td>
                          <img border="0" src="images/vae-ebookcover-small.jpg" width="119" height="169"></td>
                          <td width="380">
                          <p align="center"><font face="Verdana" size="2">Your credit 
                          card statement will show a charge from our processor 
                          PayPal.com</font></p>
                          <p align="center"><font face="Verdana" size="2">If you have any questions regarding your 
                          order Please email us at </font> </p>
                          <p align="center" class="style1"><font size="2" face="Verdana">info@some-emailaddress.com</font></p>
                          <p align="center">
                          <font face="Verdana" size="2">
                          <a href="downloadfile.pdf">
                          Download PDF Here</a></font></p>
                          <p align="center">
                          <b><font face="Verdana" size="2">Right click the link above and select save to desktop</font></b></p>
                          <p align="center">
                          <font face="Verdana" size="2">You Will need adobe reader to open this file.&nbsp; You can
                          <a target="_blank" href="http://www.adobe.com/products/acrobat/readstep2.html">get Adobe Reader here</a></font></p>
                          <p><font face="Verdana" size="2"><b>Best to your Success, </b></font>
                          </p>
                          <div align="left" class="style1">
                            <b><i><font face="Verdana" size="2">Your Name HQ</font></i></b></div>
                          <p align="center">&nbsp;</td>
                        </tr>
                      </table>
                      </div>
                    <p align="left">
                <font color="#000000"><br>&nbsp;</font></p></td>
                  </tr>
                </table>
              </div>
            <p align="center">
            <img border="0" src="images/vae-footer.jpg" width="650" height="25"></p></td></tr></tbody></table>
        </center>
      </div>
      </body></html>
      {{ DiscussionBoard.errors[2943516].message }}
  • Profile picture of the author Theory5
    thanks dude. This will help a lot.
    {{ DiscussionBoard.errors[2943593].message }}

Trending Topics