Thread: HTML Code
View Single Post
Old 11-01-2010, 02:21 AM   #3
Esen
Mini Jewel Keeper
 
Esen's Avatar
 

In-Game Name: Kayem
Current Level: 5X
Server: Teva
Posts: 624
Esen has much to be proud ofEsen has much to be proud ofEsen has much to be proud ofEsen has much to be proud ofEsen has much to be proud ofEsen has much to be proud ofEsen has much to be proud ofEsen has much to be proud of
Send a message via AIM to Esen
If you insert this into the <head></head> section

<style>
table, td {border: solid 1px #f9c24f}
</style>

It should fix it firefox if you haven't already.

It will affect all the tables in that page though.

You can apply it to certain parts with a class name. Example:

<style>
.nameoftable {border: solid 1px #f9c24f; }
</style>

then in the table's code, you need to add

<table class="nameoftable">
<tr>
<td class="nameoftable">
</td>
</tr>
</table>
__________________
zZzZzZzZz

zZzZzZzZz
Dragon Cave
Esen is offline   Reply With Quote