Hi Mark, The url http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tacofleur.com%2Findex%2Fmethodology%2F+ http://www.tacofleur.com/index/methodology/
Reason I was going through was because I downloaded Mozilla today, yep finally made the big move. Had a look at my site, saw some new functionality I never seen in IE before, it was intended to have that functionality there, even though its exactly what I am looking for (to make reading easier). Then, before I wanted to send a Q to this list I figured I better validate first! If you (I) look at the page in Mozilla it looks as if the <a> element is not closed, i.e. the css for the a element extends throughout the page. Taco Fleur 07 3535 5072 Blog: http://www.tacofleur.com/index/blog/ Methodology: http://www.tacofleur.com/index/methodology/ Tell me and I will forget Show me and I will remember Teach me and I will learn -----Original Message----- From: Mark Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, 30 January 2004 1:54 PM To: [EMAIL PROTECTED] Subject: RE: [WSG] document type does not allow element error Hey Taco If you go through the DTD it outlines what elements are allowed inside which other elements. For example: + Only <li> tags are allowed immediately inside <ul> & <ol> tags. + Block level elements are not allowed inside inline elements (eg. <div> inside <span>) When you stuff one of these rules up you get a message that looks a lot like your one ("document type does not allow element X here"). However that message is cryptic to the point of being nonsense, so we'll have to see your code to be able to give you a proper answer. Cheers Mark ------------------ Mark Stanton Technical Director Gruden Pty Ltd Tel: 9956 6388 Mob: 0410 458 201 Fax: 9956 8433 http://www.gruden.com <http://www.gruden.com/> ***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
