adoxtater |
08-24-2009 06:17 AM |
EDIT: Figured it out. Here's how to make it a single banner. But it still has a weird border around the banner I'm trying to figure out how to get rid of......
Comment out the lines you don't need in the product XML file as shown below like I did to mine. Notice I also changed my banner size from the default 150x50px to 728x90px. This is all I did and it works great. Just edit this and import it as normal.
Code:
<td class="alt2">
<p align="center">
<a href="{$vboptions['MARCO1_Siteurl']}" target="_blank" >
<img border="0" img title="{$vboptions['MARCO1_Siteinfo']}" src="{$vboptions['MARCO1_Sitepic']}" width="728" height="90"></a></p></td>
<!-- <td class="alt1">
<!-- <p align="center">
<!-- <p align="center">
<!-- <a href="{$vboptions['MARCO1_Siteurl2']}" target="_blank" >
<!-- <img border="0" img title="{$vboptions['MARCO1_Siteinfo2']}" src="{$vboptions['MARCO1_Sitepic2']}" width="150" height="50"></a></p></td>
<!-- <td class="alt1">
<!-- <p align="center">
<!-- <p align="center">
<!-- <a href="{$vboptions['MARCO1_Siteurl3']}" target="_blank" >
<!-- <img border="0" img title="{$vboptions['MARCO1_Siteinfo3']}" src="{$vboptions['MARCO1_Sitepic3']}" width="150" height="50"></a></p></td>
<!-- <td class="alt1">
<!-- <p align="center">
<!-- <p align="center">
<!-- <a href="{$vboptions['MARCO1_Siteurl4']}" target="_blank" >
<!-- <img border="0" img title="{$vboptions['MARCO1_Siteinfo4']}" src="{$vboptions['MARCO1_Sitepic4']}" width="150" height="50"></a></p></td>
</table>
|