tedster

msg:4353322 | 1:00 am on Aug 19, 2011 (gmt 0) |
Where is "here"? Are you sure there isn't an earlier issue that is cascading to the s element's position?
|
lucy24

msg:4353334 | 2:19 am on Aug 19, 2011 (gmt 0) |
I was going to say "later issue". You can't get much earlier than the DTD :) I've seen the "element such-and-such isn't allowed here" line more often than I care to say, but never in response to something occurring after the actual word "ELEMENT". Usually it's a complaint involving &. Conversely, if there's a problem with the DTD itself, usually the validator digs in its heels and refuses to proceed.
|
tedster

msg:4353346 | 3:04 am on Aug 19, 2011 (gmt 0) |
Ah, now I think I get it. Are you sure the W3C validator supports a customized DTD?
|
JAB Creations

msg:4353456 | 1:57 pm on Aug 19, 2011 (gmt 0) |
A paragraph or span element, preferably both just so I can see how to add support for multiple elements (the separator) as this seems to be poorly documented (or to somehow select a "class" of text-module related elements if such classes exist). Yes, it does Ted. My site's frameset adds a rule for the border attribute which is necessary to remove the border (you can't with CSS in any way). <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd" [<!ATTLIST frameset border CDATA #IMPLIED>]> |
| - John
|
|