browsers except IE. In IE the background behind the text shows up
white. It should have a textured background like the rest of the
page. There is also some spacing issues with the graphics. Here is
the link so that you can see what I'm talking about. Any
suggestions are welcome!
http://www.laurelmanor.net/test/aboutusnew.htmlBackground and space issues in IE
You're missing the ''#''
%26lt;body bgcolor=''1c1a12''%26gt;
should be
%26lt;body bgcolor=''#1c1a12''%26gt;
You have a couple of other issues which would be worth
addressing
http://validator.w3.org/check?verbose=1%26amp;uri=http%3A%2F%2Fwww.laurelmanor.net%2Ft est%2Faboutusnew.html
Hope this helps
--
Jo
''pixelchick80'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
message
news:ev3hd5$4so$1@forums.macromedia.com...
%26gt;A coworker has designed a site. The page looks great in
all browsers except
%26gt;IE.
%26gt; In IE the background behind the text shows up white. It
should have a
%26gt; textured
%26gt; background like the rest of the page. There is also some
spacing issues
%26gt; with
%26gt; the graphics. Here is the link so that you can see what
I'm talking about.
%26gt; Any
%26gt; suggestions are welcome!
%26gt;
%26gt;
http://www.laurelmanor.net/test/aboutusnew.html
%26gt;
Background and space issues in IE
Thanks for the suggestions. He corrected the bgcolor issue
and went through the W3 validator. It's still showing up white in
IE. Is it just because he's using an iframe and frames are
horrible?
On Fri, 6 Apr 2007 14:57:25 +0000 (UTC), ''pixelchick80''
%26lt;webforumsuser@macromedia.com%26gt; wrote:
%26gt;Thanks for the suggestions. He corrected the bgcolor
issue and went through the W3 validator. It's still showing up
white in IE. Is it just because he's using an iframe and frames are
horrible?
He apparently did not validate the page being displayed in
the iframe:
http://www.laurelmanor.net/test/aboutustext.html
He also has a link to a style sheet that doesn't exist:
%26lt;link href=''ro about us test/background.css''
rel=''stylesheet''
type=''text/css''%26gt;
The style sheet should be here:
http://www.laurelmanor.net/test/ro%20about%20us%20test/background.css
Note that using spaces, punctuation or special characters in
file or
folder names will cause problems and should be avoided.
Also, there are numerous instances in the style sheets where
the # has
been omitted from colors.
Gary
No comments:
Post a Comment