I have this code:
<iframe src="http://rcm.amazon.com/e/cm?t=guitarmods-20&o=1&p=11&l=st1&mode=books&search=guitar&=1&fc1=90EE90<1=_blank&lc1=90EE90&bg1=000000&f=ifr" marginwidth="0" marginheight="0" width="120" height="600" border="0" frameborder="0" style="border:none;" scrolling="no"> </iframe>
and am using the xhtml strict dtd. When I check validation, i get yelled at

using iframe with xhtml strict
none, iframes are not allowed in xhtml 1.0 strict. Frames and iframes are passe'. What are you trying to accomplish? Maybe some server side scripting would help.
using iframe with xhtml strict
That's exactly what I concluded too The above code points to amazon.com. It's generated by Amazon.
using iframe with xhtml strict
<iframe> is deprecated in favor of <object>. Here is the code I use in the show/hide div demo.
<p class="ctr"><object type="text/html" data="2col.html"> This embedded page may be found at <a href="2col.html">â2 ColumnâApparent Equal Heightâ</a>. </object></p>
Notice that object allows for alternative content.
cheers,
gary
using iframe with xhtml strict
So a simple solution would be to simply wrap the <iframe> tags in <object>?
using iframe with xhtml strict
So a simple solution would be to simply wrap the <iframe> tags in <object>?
using iframe with xhtml strict
Gary, tried to check out your demo and it's not being found!
larmyia
using iframe with xhtml strict
Sheesh. One totally crappy link and all sorts of people start jumping on you. :oops:
Try again. You Angle-landers and the Euros seem to be getting in ok.
cheers,
gary
using iframe with xhtml strict
So a simple solution would be to simply wrap the <iframe> tags in <object>?
No! Did you not look at the code I posted? The object tag is used in lieu of the iframe tag.
gary
using iframe with xhtml strict
Dunno bout that us Lundners are having problems earlier it was refusing to communicate just now it offered up a 404 and I'm just down the road from the data centre, not a great advert for British IT infrastructure and web hosting really
Hugo
using iframe with xhtml strict
Dunno bout that us Lundners are having problems earlier it was refusing to communicate just now it offered up a 404 …
Post two crappy urls … Sheesh! :oops: :oops: :oops:
Try again.
red facedly,
gary
using iframe with xhtml strict
Still not happening for me down here. Seems like pretty orindary performance from your host for this to be going on this long.
using iframe with xhtml strict
Still not happening for me down here. Seems like pretty orindary performance from your host for this to be going on this long.
Yeah, it seems only Europe and New York state, whatever province is home to Montreal and Google!? are managing to access my site. The rest of the Americas and the Pacific Rim (and the rest of Asia) are sol.
I can ftp my site, and can pull log stats, but can't even see my own pages.
cheers,
gary
using iframe with xhtml strict
time for a new host
using iframe with xhtml strict
Can't ping or tracert Gary I think it's time for some very sharp words with tech support, as this is a repeat of the thread from last week or week before!
Hugo.
Thank you so much, i was
Thank you so much, i was struggling embedding the plurk widget on my website which is strict xhtml 1.0. Now it pass the validation