Log in

View Full Version : tables


Hex_legend
11-07-2008, 02:07 PM
I've never enjoyed working with tables, I have checked out a google search and everything with no avail to what I am after.

I want a table with a header, so it looks like.

Header Goes here

Main content goes here

There will be a border around the whole table, and a line between the header and the main content, so it technically looks like the header and main content is two seperate tables without being un-joined.

Does anyone know how to do this?

See attachment for what I am after. Thanks

snakes1100
11-07-2008, 02:13 PM
Not sure why you want to use tables, but okie dokie.


<table width="50%" border="1">
<tr>
<td height="25" border="1">Content Here</td>
</tr>
<tr>
<td height="100">Content Here</td>
</tr>
</table>

Hex_legend
11-07-2008, 02:47 PM
Thank you ever so much for your help.
Out of all this code, Tables are the only thing I can never grasp.
lol

snakes1100
11-07-2008, 02:49 PM
your welcome