HTML help please: How to maximise a table height

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Machete_
    WINNING!
    • Oct 2002
    • 14579

    #1

    HTML help please: How to maximise a table height

    How do I maximize a table(or cell) height to, lets say 500 pixels, and not have it re-size if I put to much text in it?
  • Ray Nagin
    Will everyone please review my newest site?
    • Sep 2005
    • 820

    #2
    shame on you



    this is not a FAKE NICK

    Comment

    • Machete_
      WINNING!
      • Oct 2002
      • 14579

      #3
      Fuck - spelling error...
      Should read.. "how do I LIMIT the MAX height?"

      Comment

      • Paolo Pinkas
        Confirmed User
        • Feb 2005
        • 345

        #4
        Erm, wouldn't simlpy <table height="500 px"> do it? But it's not standard-HTML as far as i know. So some browsers will simply ignore it if the table's content gets to big. But I guess that's life
        Last edited by Paolo Pinkas; 09-25-2005, 02:03 PM.

        Comment

        • Machete_
          WINNING!
          • Oct 2002
          • 14579

          #5
          Originally posted by Paolo Pinkas
          Erm, wouldn't simlpy <table height="500 px"> do it? But it's not standard-HTML as far as i know. So some browsers will simply ignore it if the table's content gets to big. But I guess that's life

          that is the problem :-( - I need it to limit it, to ONLY the height i set it to

          Comment

          Working...