Angeljane wrote:Why is this;
<link rel="stylesheet" href="emx_nav_left.css" type="text/css">
coming up as a problem?
Dreamweaver MX is probably attempting to validate the page against the W3C's XHTML standard. The proper way of using that tag would be as follows:
[tt]<link rel="stylesheet" href="emx_nav_left.css" type="text/css"
/>[/tt]
Notice how I've added a slash to the end of the tag. In HTML, this is not required, as HTML can take standalone elements not being closed. XHTML is a stricter standard that can't do the same. Therefore, a closed element (such as [tt]<element>content</element>[/tt]) can be implemented in such a tag by doing [tt]<element2 />[/tt].
There isn't any reason, though, why that wouldn't render properly in a browser either way, as most browsers will either 'fix' that for you, or back down to an HTML rendering mode (where that tag is allowed), allowing the page to be properly rendered.
As DJGM mentioned, though, it would be a good idea to post a URL to the site in question.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: HP Compaq nx6325 - Turion 64 X2 @ 2GHz, 2GB DDR2, 100GB HD, ATI Radeon X300, 15" LCD, Seven Pro
Handheld: Palm Treo 650 - Intel PXA270 @ 312MHz, 10MB RAM, 32MB flash, 2.7" LCD, Palm OS 5.4