Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
Coloring Tables
Topic Started: Aug 26 2008, 04:57 PM (382 Views)
MERCJ
Member
[ * ]
Ok im having trouble coloring Table Backrounds. I have tryed re-placing these each one color at a time, two at a time, all three at a time. Nothing works. Does anyone know what to do. Maybe theres a code that could be cancelling it out. IDK. Thanks


Quote:
 
<table border="0">
<tr>
<td>
</td>
</tr>
</table>


Quote:
 
<table bgcolor="FFFF00" border="0">
<tr bgcolor="FFFF00">
<td bgcolor="#FFFF00">
Offline Profile Quote Post Goto Top
 
Chris
Member Avatar
Member
[ *  *  *  * ]
Try using style='background: #FFFF00;' instead. I think that bgcolor is over-ridden by style, so the CSS would be affecting it.

This is the wrong place to post something like this though.. jQuery Help.. yeah.. that's the forum name.. this is HTML.
Try General Help next time.. :D
Edited by Chris, Aug 26 2008, 07:54 PM.
Offline Profile Quote Post Goto Top
 
MERCJ
Member
[ * ]
i wasnt sure. ill probably get more results next time thanks tho. lol. and this works great thanks... how about coloring the border color?
Offline Profile Quote Post Goto Top
 
Chris
Member Avatar
Member
[ *  *  *  * ]
border-color: #{HEX};

add that after background-color: #FFFF00; - INSIDE the quote mark.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Help · Next Topic »
Add Reply