Guest Posted November 14, 2002 Posted November 14, 2002 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
burt Posted November 14, 2002 Posted November 14, 2002 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}
Guest Posted November 14, 2002 Posted November 14, 2002 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?
Guest Posted November 15, 2002 Posted November 15, 2002 look in contributions - linda mcgrath made an excellent one that does that plus more. I think it is called the goodies bag
Recommended Posts
Archived
This topic is now archived and is closed to further replies.