ok, i use dreamweaver...so in order to do stuff like this i have to manually edit everything (which i don't do often) i've been reading the above link...but i happen to learn by actually seeing the code than reading stuff about how to do it.
I would really appreciate if someone would take the code below and change it so it will work without flaw if I posted it in a thread on my forum. Once I have an example like that, i can do everything...i just need to see what the actualy code would look like all together...i'll even send ya a few bucks or something if you want me to pay you to do it...
Code:
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" bgcolor="#996633"><strong>This is the main header </strong></td>
</tr>
<tr>
<td bgcolor="#9999CC"><div align="center">sub header 1 </div></td>
<td bgcolor="#9999CC"><div align="right">sub header 2 </div></td>
<td bgcolor="#9999CC">sub header 3 </td>
<td>sub header 4 </td>
</tr>
<tr>
<td>column 1-1 </td>
<td>column 2-1 </td>
<td>column 3-1 </td>
<td>column 4-1 </td>
</tr>
<tr>
<td>column 1-2</td>
<td>column 2-2 </td>
<td><div align="center">column 3-2 </div></td>
<td><div align="right">column 4-2 </div></td>
</tr>
</table>