web_master Posted September 29, 2009 Share Posted September 29, 2009 Hi, I try to use in XHTML strict document iframe, but its not valid code. The other way is that I use the "object" tag, but its unusable for blind people, is some solution for that? Thanx Quote Link to comment Share on other sites More sharing options...
Bricktop Posted September 29, 2009 Share Posted September 29, 2009 Hi web_master, Could you use a PHP include? i.e. include('somefile.html'); Otherwise, OBJECT is the only alternative when using XHTML 1.0 Strict. Otherwise, drop to Transitional. Hope this helps. Quote Link to comment Share on other sites More sharing options...
saltedm8 Posted September 29, 2009 Share Posted September 29, 2009 a better option is not to use iframe at all... after all it was removed for a reason, a very good reason too... iframes should be put in the trash, along with silly javascript sparkle effects, splash pages and websites built fully out of tables Quote Link to comment Share on other sites More sharing options...
haku Posted September 30, 2009 Share Posted September 30, 2009 Nothing wrong with flashy javascript effects as long as they add to the functionality of a site, and don't take away from it. Edit: But ya, drop the iframes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.