Im losing my mind

Discussion in 'HTML & Website Design' started by aaron_nimocks, Oct 5, 2005.

  1. #1
    How do I make a table that does not resize when the window does?

    Example is here

    Any help would be appreciated.

    Thanks! ;)
     
    aaron_nimocks, Oct 5, 2005 IP
  2. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #2
    It looks like that page specifies the width of the table cells in pixels and not as a percentage. I think if you use a percentage and then change the size of the window it'll re-size the table. If you give it an absolute size it won't.

    I think.
     
    mikelbeck, Oct 5, 2005 IP
  3. JoeO

    JoeO Peon

    Messages:
    431
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Set your table width to a value in stead of a percentage.
    Ex: You have "<table width=95%" change it to "<table width=400" or however big you want it.
     
    JoeO, Oct 5, 2005 IP
  4. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    #4
    Thanks!

    Good catch, I thought for sure I had it in pixels but I was wrong. Problem fixed.

    Thanks again

    Aaron
     
    aaron_nimocks, Oct 5, 2005 IP
  5. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #5
    Good deal.

    :cool: :D
     
    mikelbeck, Oct 5, 2005 IP
  6. CvdL

    CvdL Guest

    Messages:
    108
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    http://www.selfhtml.org/
     
    CvdL, Oct 6, 2005 IP