If i wanted to have the text backround color on my site grey colored, what is the HTML code for it?

(((Here is the html code i already have:))) <span id="ctl00_Header_Header1_CMSGlobalHeader"></span> <div align="center"></div> <h3 style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" align="center"><font color="#808080">Copyright © 2006-2007 PSPHowtos.co.nr. All rights reserved.</font></h3> <h3 style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" align="center"><font color="#000000">All text included on this site is the property of PSPHowtos.co.nr.</font></h3> "><tbody><tr><td style="WORD-WRAP: break-word" width="435" align="left" bgcolor="#064530" valign="top"> <p class="" style="CLEAR: both; BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; TEXT-ALIGN: center"></p> ((((If i wanted to make the text have a grey background, what would i type and EXACTLY where would i place it? Thanks))))

Public Comments

  1. v
  2. To make your back ground gray.... <body bgcolor="#A9A9A9"> Place this tag right after the <body> tag. <html> <head> <title>Gray Background Page</title> </head> <body> <body bgcolor="#A9A9A9"> This is text on your page. </body> </html>
  3. just write <span style="text-background:gray"> text to be effected </span>in the tag u want to effect if u want it for whole page then <style> .text {background:gray} </style> in the head section
Powered by Yahoo! Answers