candie_luvzu
08-28-2005, 06:51 PM
can some one tell me how to make a table like this?
http://petpages.neopets.com/~PapiShoolo
http://petpages.neopets.com/~PapiShoolo
|
View Full Version : help me please? candie_luvzu 08-28-2005, 06:51 PM can some one tell me how to make a table like this? http://petpages.neopets.com/~PapiShoolo kittycat 08-28-2005, 07:19 PM It's a couple nested tables <table> <tr> <td style="border: 10px solid #000000;"> <table> <tr> <td style="border: 10px solid #FF0000;"> <table> <tr> <td style="border: 10px solid #000000;"> your text </td></tr></table> </td></tr></table> </td></tr></table> |