We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Scrolling text boxes & dreamweaver, HELP
Topic Started: Mar 24 2005, 03:16 PM (298 Views)
Peachy
:P
[ *  *  *  *  * ]
Having bother trying to make a scrolling text box in Dreamweaver, like this one.

Can anyone help?

Thanx
Offline Profile Quote Post Goto Top
 
HatoUP
Who's Talking to u?
[ *  * ]
Sorry..I have no clue what ur talking about :(
Offline Profile Quote Post Goto Top
 
Sani
Member Avatar
Member
[ *  *  *  *  * ]
Thats an iframe.. And you don't need to use dreamweaver to use it.. Notepad will do..

Code:
 
<iframe src="foo.html">Non iFrames capable browsers will see this message..</IFRAME>


A more complete list of tags for irames can be found here..
http://www.htmlhelp.com/reference/html40/special/iframe.html
Offline Profile Quote Post Goto Top
 
Peachy
:P
[ *  *  *  *  * ]
thanx for that. I think I have it working, but IE and tables don't mix :(. I've had to change to layers now, hopefully IE, layers and iframes will work better. Can I ban IE?
Offline Profile Quote Post Goto Top
 
Sani
Member Avatar
Member
[ *  *  *  *  * ]
Code:
 

<?php
if ( strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') )
{
   die("<a href="http://www.mozilla.org/products/firefox/">Get a better browser!</a>");
}
?>


:P
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Community Chat · Next Topic »
Add Reply