Go Back   Cyber Tech Help Support Forums > Software > Web Development & Graphic Design

Notices

Web Development & Graphic Design Problem Solving for Graphic Design, PHP, ASP, Perl, MySQL, SQL, XML, HTML issues

Reply
 
Topic Tools
  #16  
Old April 8th, 2003, 05:32 AM
ICE BLUE ICE BLUE is offline
New Member
 
Join Date: Mar 2003
Location: fl
Age: 40
Posts: 20
If youare using CSS scroll bars a XHTML DTD will make it not display but it will work on transitinal..
Hmm is there something on <iframes>src=""</iframe>is there an alternitive to the SRC b/c that is the only thing that does not validate as STRICT XHTML on my page so I have to make it transitinl
Reply With Quote
  #17  
Old April 8th, 2003, 06:44 PM
Steven.Bentley Steven.Bentley is offline
CTH Subscriber
 
Join Date: Nov 2000
Location: West Yorkshire, UK
Age: 45
Posts: 3,840
iframe isn't an HTML or XHTML tag, it's not part of the specs, it's a browser extension to the language.
Reply With Quote
  #18  
Old April 8th, 2003, 07:00 PM
degsy's Avatar
degsy degsy is offline
Cyber Tech Help Moderator
 
Join Date: Jul 2001
Location: North-East, UK
Posts: 22,475
IFrames are recognised & supported but only with Transitional & Frameset DTD's.

http://www.w3.org/TR/html401/present/frames.html#h-16.5
Reply With Quote
  #19  
Old April 8th, 2003, 10:26 PM
ICE BLUE ICE BLUE is offline
New Member
 
Join Date: Mar 2003
Location: fl
Age: 40
Posts: 20
HMM.. So no way then to keep strict validation of my page with a iframe..oh well thx anyhow

Last edited by ICE BLUE; April 8th, 2003 at 10:28 PM.
Reply With Quote
  #20  
Old April 8th, 2003, 10:37 PM
degsy's Avatar
degsy degsy is offline
Cyber Tech Help Moderator
 
Join Date: Jul 2001
Location: North-East, UK
Posts: 22,475
I think there is if you put inside a script?

Code:
<script type="text/javascript">
//<![CDATA[
document.write('<iframe src="http://www.google.com"></iframe>');
//]]>
</script>
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Topics
Topic Topic Starter Forum Replies Last Post
Visual Styles ccnp trainee Windows 7 1 January 10th, 2011 01:37 PM
how can I use different styles on XP without using apps like windowblinds?? unh0ly_freak Windows XP 8 August 13th, 2007 11:35 PM
posting styles MadMedic Open Discussion 4 October 19th, 2006 07:41 PM
No Visual Styles in Win2003 Fuelm@n Windows NT, 2000, 2003, 2008, 2012 1 August 4th, 2003 03:59 AM
Life Styles FrostyPhrog Open Discussion 19 November 8th, 2000 07:21 PM


All times are GMT +1. The time now is 08:57 PM.