Randal Sean Harrison wrote:
> I am losing my mind.  Most xhtml/css issues I *at least* know where  
> to look for help.  No idea on this one.
> 
> This is the site---
> http://www.hu.mtu.edu/~rsharris/kennedy_canine_center/

> Here's the thing:  When I view source from within Notepad or  
> Dreamweaver ON A MAC, the code is:
> 
> <div id="banner">
> <img src="images/banner.jpg" alt="Banner Image for Kennedy Canine  
> Center" width="775" height="150" />
> </div>
> 
> But when I view source for same from the PCs, it's commenting out my  
> image?!! It gives me this:
> 
> <div id="banner">
> <!-- src="images/banner.jpg" alt="Banner Image for Kennedy Canine  
> Center" width="775" height="150" -->
> </div>

It's also not a comment when viewing source on my PC, using Firefox on 
Linux.

Your page isn't valid XHTML 1.0 Transitional - six errors, all of them 
non-SGML characters:

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.hu.mtu.edu%2F~rsharris%2Fkennedy_canine_center%2F

You might see if cleaning those out fixes the problem.

The CSS validator finds three CSS errors, too.

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to