
How
to you make tables like this one? Here's the code for you to cut
and paste. Remember, you can change the border width and color!
<div align= "center"><center>
<table border= "0"
cellpadding="3"
cellspacing="0"
width="80%"
style="background-color: #559567">
<tr>
<td width="100%"><div
align="center"><center><table
border="0"
cellpadding="10"
cellspacing="0"
width="100%">
<tr>
<td width="100%"><p
align="center"><br>
PUT HERE WHAT YOU WANT IN YOUR
TABLE!
</td>
</tr>
</table>
</center></div></td>
</tr>
</table>
</center></div>
CHANGE
THE WIDTH OF THE BORDER BY INCREASING (MAKES WIDER) OR DECREASING (MAKES
SMALLER) THE NUMBER IN THIS LINE OF YOUR CODE :
cellpadding="3"
CHANGE
THE COLOR OF THE BORDER BY PUTTING IN THE CODE OF THE COLOR YOU WANT FOR
THE BORDER IN THIS LINE OF YOUR CODE:
style="background-color: #559567"
For
more on making tables, check out this great Tablemaker.
It will make tables of all kinds for you, and generate the code you need!
|