![]() |
||
| |
|
|
|
|
|
|
Table Tutorials - Part 3 Lets make even more changes to our table.
Take note the border color is now blue, or the HEX value of #0000CC. Yes you can make your borders any colors you want. This is done by adding bordercolor="#0000CC" to the opening <TABLE> tag. Of course you can replace 0000CC to any color you want using the HTML color chart. Lets take a look at some more stuff you can do with your tables, by tweaking this one even more. You guessed it, just like you can add a border color you can add a background color also. This is done by adding a bgcolor="#33FFFF" statement in your opening table tag. Once again you can replace the value with any color you want. Now our source looks something like this: <table width="80%" border="1" cellspacing="0" cellpadding="2" bordercolor="#0000CC" bgcolor="#33FFFF"><TR> <TD rowspan="2"></TD> <TD></TD> <TD></TD> </TR> <TR> <TD></TD> <TD></TD> </TR> </TABLE>
|
|
||||||||||||
|
© 2000-2004 IceHouse Designs, Inc. View Privacy Statement. |
||||||||||||||