1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Want wordpress advice on how to create landing file download page

Discussion in 'General Marketing' started by r2k1984, Feb 10, 2010.

  1. #1
    Hai,

    I have a wordpress site contaning movies files for download.

    I want to create a landing page containing 3 rows.. Top and bottom will contain ads and in the middle i want to display the file.

    I want the page to be be used for all file downloads. IS there any way to do it in wordpress. any plugin available to do it?

    Please help me on this
     
    r2k1984, Feb 10, 2010 IP
  2. Gasen

    Gasen Member

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    You can use this code

    -----------
    <tr>

    <table width=100% border=0>
    <td>
    advert 1
    </td>
    </table>

    <table width=100% border=0>
    <td>
    download
    </td>
    </table>

    <table width=100% border=0>
    <td>
    advert 2
    </td>
    </table>

    </tr>
    -------------------

    The table width can be in pixels (px) or percentage (%). You can also change the border size

    Hope this helps
     
    Gasen, Feb 10, 2010 IP
  3. r2k1984

    r2k1984 Peon

    Messages:
    137
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    How to use the same page for all the files to be downloaded?


    I want to pass the file name in the mid table..
     
    r2k1984, Feb 10, 2010 IP
  4. Gasen

    Gasen Member

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    <table width=100% border=0>
    <td>
    download link 1
    <br>
    download link 2
    <br>
    download link 3
    </td>
    </table>
     
    Gasen, Feb 10, 2010 IP