I have a table that aligns to the center when I enter down aways on my page. Website - http://johndenver.info/ How do I make that table fit the rest of the page? It wants to keep centering? Thanks so much!
I can't tell you why the table is doing but I would recomend you to use div's instead of tables they are not valid anymore.
Can you specify what table you're talking about? The only problems I see are unextending navs and footers..
I dunno what the word for it is lol. I'm not into this I'm just trying to get that side on the left to be all white. What are Div's? Thanks!
The reason you see a big space there is because the td is longer than your navigation image. You should shorten the td like so: <td valign="top" height="224px"> <img src="images/navigation.gif" alt="John Denver Navigation" width="129" height="224" border="0" usemap="#Map"></td> HTML: A div is just a divider. It divides your page up into little sections so you can style each section individually. Once you have all of your divs styled, you put them together with CSS. It's like putting a puzzle together I guess...
I thought you are newbie in html and css . You even don't know what is DIV . Although you regiester in dp early in 2006, you need time to learn how to code html and css files . DIV is web2.0 and the trend and future of html code .