BabsC said:
hosting a website
www.womencontemporaryartists.com. one page has stopped
working and can't re-create. it's the link to WCA exhibitions. the
heading
displays but text and tables seem non existent. I have never had this
problem
with any website. using vista and frontpage 03 and godaddy server.
godaddy
and microsoft have no answers.
--
Do you mean this link
<a style="text-decoration: none" href="WCA%20Exhibition.htm">Current
<font color="#000000">Exhibition News & Schedule</font>
</a>
to this page
http://www.womencontemporaryartists.com/WCA Exhibition.htm ?
If so, it works fine in IE8
I see all this text
Current and Upcoming Exhibitions
Click here for Previous Exhibitions
PLYMOUTH HARBOR
on Sarasota Bay
"Members Juried Winter Exhibition"
January 5 to February 8, 2010
Opening Reception: Sunday, January 17, 4 to 6 on the Mezzanine
Gallery Hours: Monday through Friday 10am - 5pm
700 John Ringling Boulevard - Sarasota, FL 34236
(off of 41 Tamiami Trail, next to Sarasota Yacht Club on the way to St.
Armands)
941.365.2600
www.plymouthharbor.or
But having pasted that text, I noticed that it didn't display until I went
into HTML mode and changed the text colour to black.
Perhaps the problem is that the background (bio_x_ray_qx_me.jpg) is not
being used by some browsers and so the background defaults to white. White
on white is a no-no display-wise (that is, you won't see it)
One idea that comes to me is to try changing
<body background="bio_x_ray_qx_me.jpg">
to
<body style="background: red url('bio_x_ray_qx_me.jpg')">
I note that W3Schools (
http://www.w3schools.com) has this info:
The background attribute was deprecated in HTML 4, and is not supported in
HTML 4.01 Strict DTD or in XHTML 1.0 Strict DTD. Use CSS instead.