HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Recent content by Cartoony

  1. C

    Force a table to rezise to fill screen

    Second 1/2 of code <body> <center> <table width="95%" id="topRow"> <tr class="rowpad"> <th colspan="6" align="center" valign="middle"><h2 align="center">Total</h2></th> </tr> <tr class="rowpad">...
  2. C

    Force a table to rezise to fill screen

    first 1/2 of code <html> <head> <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta content="utf-8" http-equiv="encoding"> <link rel="stylesheet" type="text/css" href="./css/spectatornobordersmassive.css"> <script...
  3. C

    Force a table to rezise to fill screen

    I have the following code which displays a scoreboard. I didn't write the original code, I just rearranged the table & added a few additiona elements This will be viewed on a phone What I want to to is make the table fit on (or even better, fill) the page I can specify a width of, say, 95% which...
Back
Top