S
Saber
Hey all, I cannot get a page I am working on to validate so I was
wondering if I can get any help here. As the subject says, it is with
the iframe tag. (I am using 4.01 Strict) It's actually the iframe that
google gives you to embed a map on your page. I fixed a couple of
errors by making a css entry for it (like width, height, scrolling,
margin). But, the validator does not like id withing the iframe tag.
It also doesn't like src and it doesn't like a > saying that "element
"IFRAME" undefined".
This is the offending text: (I wrapped it manually so that its not a
PITA to display in this post, but on the page it is not split up.)
<iframe id="mapFrame"
src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=28+Industrial+
Blvd.,+Ste.+B,+Medford,+New+York+11763&sll=37.0625,-95.677068&sspn=45.688
268,69.082031&ie=UTF8&z=14&iwloc=cent&ll=40.819461,-72.95557&
output=embed&s=AARTsJp_cI0o6gQRP7AbqCui7aMd0RsIdw"></iframe>
The errors are:
Line 37, Column 26: there is no attribute "ID".
<p><iframe id="mapFrame"
src="http://maps.google.com/maps?f=q&hl
Line 37, Column 41: there is no attribute "SRC".
<p><iframe id="mapFrame"
src="http://maps.google.com/maps?f=q&hl=
Line 37, Column 333: element "IFRAME" undefined.
…s=AARTsJp_cI0o6gQRP7AbqCui7aMd0RsIdw"></iframe><br><small><a
href="http://map
Is there anyway to make this work or do I have to go to Transitional?
TIA
wondering if I can get any help here. As the subject says, it is with
the iframe tag. (I am using 4.01 Strict) It's actually the iframe that
google gives you to embed a map on your page. I fixed a couple of
errors by making a css entry for it (like width, height, scrolling,
margin). But, the validator does not like id withing the iframe tag.
It also doesn't like src and it doesn't like a > saying that "element
"IFRAME" undefined".
This is the offending text: (I wrapped it manually so that its not a
PITA to display in this post, but on the page it is not split up.)
<iframe id="mapFrame"
src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=28+Industrial+
Blvd.,+Ste.+B,+Medford,+New+York+11763&sll=37.0625,-95.677068&sspn=45.688
268,69.082031&ie=UTF8&z=14&iwloc=cent&ll=40.819461,-72.95557&
output=embed&s=AARTsJp_cI0o6gQRP7AbqCui7aMd0RsIdw"></iframe>
The errors are:
Line 37, Column 26: there is no attribute "ID".
<p><iframe id="mapFrame"
src="http://maps.google.com/maps?f=q&hl
Line 37, Column 41: there is no attribute "SRC".
<p><iframe id="mapFrame"
src="http://maps.google.com/maps?f=q&hl=
Line 37, Column 333: element "IFRAME" undefined.
…s=AARTsJp_cI0o6gQRP7AbqCui7aMd0RsIdw"></iframe><br><small><a
href="http://map
Is there anyway to make this work or do I have to go to Transitional?
TIA