Results 1 to 3 of 3

Thread: HTML Table problem... this has plagued me for too long...

Threaded View

  1. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Code:
    <table width="75%>
      <tr>
        <td colspan="2"></td>
        <td colspan="2"></td>
      </tr>
      <tr><td></td> <td></td> <td></td> <td></td> </tr>
      <tr>
        <td colspan="2"></td>
        <td colspan="2"></td>
      </tr>
      <tr>
        <td colspan="2"></td>
        <td colspan="2"></td>
      </tr>
    </table>
    I didn't really look at the page you provided, but that should be the basics of it.

    Last edited by crptcblade; Nov 14th, 2001 at 09:09 PM.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

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