How do I make a table stretch across the entire page?

Is there a way to make a table stretch across the entire page, even if it is not necessary? IE, if you go to my main page, http://www.overclockedhardware.com , you can see that the top bar stretches across the entire page… now click on “Guides”… it only goes half way… anyone know of a solution?

You must specify the table on each page to have a width of 100%, so :

<table width=“100%” border=“0” etc. etc. etc>

On the Guides page you don’t have the width=100%, and on the index.html page (your front page) you don’t have it specified either, but all the text (the latest news) on your page automatically stretches the table to its full width.

That should solve it :slight_smile:

You have to add a table width tag.

<table width=“100%” table border=“0” cellpadding=“0” cellspacing=“0”>

That should fix it.

BC… you beat me while I was replying. You… :slight_smile:

duh. I shoulda known that. Thanks guys!!!
…now, on to my redirection thread to answer my questions about .htaccess… :wink:

Originally posted by ifroggy
BC… you beat me while I was replying. You… :slight_smile:

First in, best dressed :smiley: Sorry Froggy!