Easy Question, not sure how to do it.

Discussion in 'HTML & Website Design' started by inspiration100, Nov 8, 2008.

  1. #1
    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!
     
    inspiration100, Nov 8, 2008 IP
  2. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #2
    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.
     
    Sensei.Design, Nov 8, 2008 IP
  3. skateme

    skateme Peon

    Messages:
    162
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Can you specify what table you're talking about? The only problems I see are unextending navs and footers..
     
    skateme, Nov 8, 2008 IP
  4. inspiration100

    inspiration100 Active Member

    Messages:
    930
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    60
    #4
    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!
     
    inspiration100, Nov 8, 2008 IP
  5. skateme

    skateme Peon

    Messages:
    162
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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...
     
    skateme, Nov 8, 2008 IP
  6. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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 .
     
    justinlorder, Nov 9, 2008 IP