Jakub01 Posted October 13, 2005 Share Posted October 13, 2005 Know anybody how to put four square banners on index page, after ""whats new here" and before "new products for..." ? I want put there x square banners, but what it does at 800x600, 1024x760 or 1240x1024 ? Link to comment Share on other sites More sharing options...
WiseWombat Posted October 13, 2005 Share Posted October 13, 2005 Know anybody how to put four square banners on index page, after ""whats new here" and before "new products for..." ? I want put there x square banners, but what it does at 800x600, 1024x760 or 1240x1024 ? Create some tables and insert in to the catalog/includes/languages/english/index.php Just below the first define line. Example. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="103%"> <tr> <td width="30%">?</td> <td width="37%" align="center"><a href="/yourshop/images/stuff/adventures-1.html" target="_blank"> <img border="0" src="/yourshop/images/stuff/adventure.gif" width="180" height="81" alt="Click here for see my adventure snap shots"></a></td> <td width="36%">?</td> </tr> <tr> <td width="30%">?</td> <td width="37%" align="center"><i><u><font color="#CC00CC"></font></u><a href="/yourshop/myphotos.php" target="_blank"> <br><br><br><font color="#0099FF"><U> >>>Post you snapshots here.<<< </u></font></a><u><font color="#3399FF"> </font><font color="#CC00CC"></font></u></i></td> <td width="36%">?</td> </tr> </table> ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP Link to comment Share on other sites More sharing options...
Jakub01 Posted October 13, 2005 Author Share Posted October 13, 2005 Create some tables and insert in to the catalog/includes/languages/english/index.phpJust below the first define line. Example. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="103%"> <tr> <td width="30%">?</td> <td width="37%" align="center"><a href="/yourshop/images/stuff/adventures-1.html" target="_blank"> <img border="0" src="/yourshop/images/stuff/adventure.gif" width="180" height="81" alt="Click here for see my adventure snap shots"></a></td> <td width="36%">?</td> </tr> <tr> <td width="30%">?</td> <td width="37%" align="center"><i><u><font color="#CC00CC"></font></u><a href="/yourshop/myphotos.php" target="_blank"> <br><br><br><font color="#0099FF"><U> >>>Post you snapshots here.<<< </u></font></a><u><font color="#3399FF"> </font><font color="#CC00CC"></font></u></i></td> <td width="36%">?</td> </tr> </table> Yes, it seems to be a standard html code for table, but I mean banners controled by banner manager from admin. Jakub Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.