Hello all --
This is probably a really simple thing, but I'm growing incapacitated by my frustration. Working on the layout with dummy text and it looks great in Firefox, but IE says ut-uh. Can someone take a look and tell me what stupid mistake I've made?
http://www.pcc.com/clients/uc/welcometest.html
thanks,
Barb
This specific problem is caused by the <nobr> tag at the end of your div with an id of div3. Since you don't close that tag and IE is operating in quirks mode, it happily applies it to the rest of the page.
Plenty of other problems to fix after that. It may actually be easier to start this site over from scratch rather than try to fix all the problems. But if you want to fix it in place I'd recommend as a first step looking at the validator (http://validator.w3.org/check?verbose=1&uri=http%3A//www.pcc.com/clients/uc/welcometest.html).
Good luck,
Robert
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
