html codes?

I'm looking for a couple of codes. 1. whats the code for inserting a background? 2. The code for font colors?

Public Comments

  1. if you want a color for a bg use <body bgcolor="insert color here"> background image use <body background="image url here"> Code for font colors is <font color="color here"> in the color section you can put the number ex "ff000" Glad i can help :]
  2. You can do this using inline styles: <tagname style='color: red'> </tagname> <tagname style='background-color: red'> </tagname> <tagname style='color: red; background-color: black'> </tagname> replace tagname with any html tag. The Data Analyst - http://www.squidoo.com/thedataanalyst
  3. That idiot up there gave you CSS codes HTML <body background= image.jpg> or <body bgcolor= color> <font color= color>
  4. If you want it in a table or even a table data (<table>) or (<td>), you would do this <table border="1" cellpadding="2" cellspacing="0" width="500" background="image_path/image_name.jpg"> or if you want it in a <td> tag it would be <tr> <td background="image_path/image_name.jpg"> Hope that helps
  5. Here this is the perfect website for your needs. It contains all of these HTML codes for FREE. They are in simple copy & paste boxes & they have cool background codes & font color too. http://www.wildtips.com/htmlcodes.htm
Powered by Yahoo! Answers