Results 1 to 3 of 3

Thread: Table width...

  1. #1
    chenko
    Guest

    Table width...

    How do I make a table 100% width but the minimum is say 300px ?


    Cheers


    si.

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    you can do this (or somthing like this!)

    Code:
    <html>
    
    <body>
    <table border=0 width=100%>
    <tr><td> &nbsp</td> </tr>
    <tr><td> &nbsp</td> </tr>
    <tr><td><img width=300 height=0></td> </tr>
    
    </table>
    </body>
    </html>
    Mark
    -------------------

  3. #3
    chenko
    Guest
    Yep! works fine mate!

    Cheers!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width