HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Code for changing table color to black?
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> MySpace
View previous topic :: View next topic  
Author Message
LifeIsAParadox



Joined: 11 Mar 2009
Posts: 1
Location: Texas

Posted: Wed Mar 11, 2009 5:24 pm     Code for changing table color to black?  

For myspace, what is the HTML code to make the table color black?
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3593
Location: Biloxi, MS

Posted: Fri Mar 13, 2009 5:03 pm      

For all tables, try:

Code: <style type="text/css">
table {
background: 000000;
}
</style> Believe MySpace does not use the "#" symbol for the color hex codes.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> MySpace
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group