inherit
38052
0
Oct 23, 2005 10:36:49 GMT -8
SilverPhoenix
46
March 2005
silverphoenix
|
Table
Jun 28, 2005 19:35:17 GMT -8
Post by SilverPhoenix on Jun 28, 2005 19:35:17 GMT -8
I cant code at all. can anyone give me a code to make a table with a section on the left for something. middle. And right? without anything else/
Also how do you do color in headers and footers?
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Table
Jun 28, 2005 23:43:23 GMT -8
Post by california on Jun 28, 2005 23:43:23 GMT -8
1) <table> <tr> <td> LEFT </td> <td> MIDDLE </td> <td> RIGHT </td> </tr> </table>
2) <span style="color: red;">this text is red</span>
|
|