Reply
netscape and background color
Old 06-24-2003, 09:02 PM netscape and background color
Experienced Talker

Posts: 34
My index page appears ok in explorer, however netscape doesn't seem to want to run my background color.

It knows the color however because it will run it in the <div> containers.
So what am I doing wrong?

http://www.mb-on.paoc.org/neepawa/

thanks all
Joanne is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-24-2003, 10:58 PM
Omega's Avatar
Extreme Talker

Posts: 234
Location: Sharpsville, PA
Ewe... FrontPage...

I'm not completely sure, but try using bgcolor in the body tag, instead of CSS, that may help...
__________________
-----------------------------------------------
Current Projects:Texas Silver Rush | Back In The Day Sports

Omega Media Design
Omega is offline
Reply With Quote
View Public Profile Visit Omega's homepage!
 
Old 06-25-2003, 02:15 AM
dk01's Avatar
Ultra Talker

Posts: 373
Location: Ames, IA
body{ background:"#FEF7E0"}

should be:

body{ background:#FEF7E0; }

-dk
__________________
Did I help you? If so, be nice and throw me some TP
dk01 is offline
Reply With Quote
View Public Profile Visit dk01's homepage!
 
Old 06-25-2003, 05:44 AM
Average Talker

Posts: 29
Location: Israel
In HTML:
<body bgcolor="#FEF7E0">

Or CSS:

<style type="text/css">
<!--
body {
background-color: #FEF7E0;
}
-->
</style>

good luck
ognen is offline
Reply With Quote
View Public Profile Visit ognen's homepage!
 
Reply     « Reply to netscape and background color
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11834 seconds with 12 queries