Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Four banners on index and window sizze


Jakub01

Recommended Posts

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

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>

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...