How do I make a table 100% width but the minimum is say 300px ? Cheers si.
you can do this (or somthing like this!) Code: <html> <body> <table border=0 width=100%> <tr><td>  </td> </tr> <tr><td>  </td> </tr> <tr><td><img width=300 height=0></td> </tr> </table> </body> </html>
<html> <body> <table border=0 width=100%> <tr><td>  </td> </tr> <tr><td>  </td> </tr> <tr><td><img width=300 height=0></td> </tr> </table> </body> </html>
Mark -------------------
Yep! works fine mate! Cheers!
Forum Rules