|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello,
I created a site for a client, www.nikholhing.com but the background color won't show in Firefox. Is there a way to fix this? Thank You. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
kdaye87 wrote:
> I created a site for a client, www.nikholhing.com but the background color won't show in Firefox. Is there a way to fix this? Thank You. It's because you have added it to the body tag like this: <body bgcolor="897160"> It should be this: <body bgcolor="#897160"> Even better, remove the bgcolor attribute from the body tag and add the background-color property to your CSS: body { font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; margin: 0; margin-top:30px; padding-left:30px; background-color: #897160; } You should also add a colour for the font. -- David Powers, Adobe Community Expert Author, "The Essential Guide to Dreamweaver CS3" (friends of ED) Author, "PHP Solutions" (friends of ED) http://foundationphp.com/ |
|
![]() |
| Outils de la discussion | |
|
|