Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

embed whole site inside table w 1 px border


Guest

Recommended Posts

Posted

hey i want to lay my whole site inside a 95% 1 px border table....ive added the table and TR/td tags in default right after body and close the table right before </body> at end of default....naturally it doesnt work and encloses my header in the 1px table....can anyone help me out so i dont have to start counting tags in header etc so i cna make sure the right table gets closed in the right place

 

any advice or direction appreciated -- thanks

Posted

Open up header.php

Insert (at very beginning):

 

<table width="95%" class="outline" cellspacing="0" cellpadding="0">

<tr>

<td>

 

Open up footer.php

Insert (at very end):

</td>

</tr>

</table>

 

Open up stylesheet.css

Insert:

 

.outline {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

Posted

thats not working for me...just getting a thin table between header and the cart...ive got an additional include above header adding another menu system but shoudnt affect this...is the method described pretty standard?

Posted

look in contributions - linda mcgrath made an excellent one that does that plus more. I think it is called the goodies bag

Archived

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

×
×
  • Create New...