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
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
How to use the same page for all the files to be downloaded? I want to pass the file name in the mid table..
<table width=100% border=0> <td> download link 1 <br> download link 2 <br> download link 3 </td> </table>