|
-
Jun 7th, 2004, 06:54 PM
#1
Thread Starter
Registered User
<noframes> tag [RESOVED]
Anybody know if the <noframes> tage applies to iframes?
Thanks
Last edited by CBrown; Jun 8th, 2004 at 01:28 PM.
-
Jun 8th, 2004, 04:41 AM
#2
Fanatic Member
no, it doesnt. here is what you do.
eg
Code:
<iframe src="URL" more attributes>
alternative content for browsers which do not
support iframe
</iframe>
If the browser supports iframe then it will ignore the text in between the tags and display the iframe, if it doesnt support them then it will simply display the text rather than the iframe.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|