SMF For Free Support Forum
Signup For Free Forum
July 04, 2009, 11:36:56 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Guide] Making Text Move  (Read 3188 times)
0 Members and 1 Guest are viewing this topic.
Jessie
SMF For Free Hero
*
Offline Offline

Posts: 739


View Profile WWW
« on: July 06, 2008, 05:51:38 pm »

Guys I JUST figured this out so I figured it'd let you guys know how Wink
So here...We go.

It HTML ... *THESE CODES GO BEFORE THE WANTED TEXT*

Add this
Code:
<MARQUEE BEHAVIOR=SCROLL>
To make your text scroll out and in across the area.

Add this
Code:
<MARQUEE BEHAVIOR=ALTERNATE>
To make your text go back and forth.

Credits:
HTMLCODETUTORIAL.COM
ME! Wink

Thanks,
VeXeD

P.S. You need to add </marquee> after text as closure..=)!

NOTE:
The html marquee code can be used in the header, footer, portal block area of your forum. 
It will only work in a forum post if posted by you, the Administrator , using the html tags:


Code:
[html]
place marquee code here
[/html]



« Last Edit: November 19, 2008, 05:02:46 pm by simply sibyl » Logged

nchillbilly
SMF For Free Sponsors
*
Offline Offline

Posts: 33



View Profile
« Reply #1 on: July 20, 2008, 09:31:37 pm »

I thought I understood it, but alas I do not.

I understand that I type <MARQUEE BEHAVIOR=SCROLL> before the text I'd like to see the moving effect in.  But I'm obviously missing something since none of this is moving.

 Huh

Logged


simply sibyl
Global Moderator
*
Offline Offline

Posts: 11806


On vacation until July 6th


View Profile WWW
« Reply #2 on: July 20, 2008, 10:17:31 pm »

I thought I understood it, but alas I do not.

I understand that I type <MARQUEE BEHAVIOR=SCROLL> before the text I'd like to see the moving effect in.  But I'm obviously missing something since none of this is moving.

 Huh



You have to add a closure to it.
After the text you want scrolled put  </marquee>

This site has a marquee tutorial on it.   It shows you the attributes you can use when doing a marquee.. things like how to set the speed of it,   set it to go right, left, up, down, etc. but you have GOT to close it with </marquee>
http://www.htmlcodetutorial.com/_MARQUEE.html

or this one which is much easier to understand:
http://www.lissaexplains.com/fun3.shtml
« Last Edit: July 23, 2008, 12:47:14 am by simply sibyl » Logged

Some Helpful Links:
Support FAQ | Guides & Tutorials | Tips for Using Support
I do not do support via personal messages
simply sibyl
Global Moderator
*
Offline Offline

Posts: 11806


On vacation until July 6th


View Profile WWW
« Reply #3 on: July 20, 2008, 10:42:04 pm »

It was the closure I was forgetting.  Thank you very much ma'am!

And thanks for the marquee tut as well.  I've been scouring them a lot of late.

 Smiley

I came across a very simple one ages ago and can't seem to find it.  Will let ya know if I ever manage to dig it up again.
Ive had this site bookmarked for several years now - it does show how to do a marquee on it as well (a ways down the page)  http://cedesign.net/help2j.htm

edit:  found the one I was looking for:  http://www.lissaexplains.com/fun3.shtml
« Last Edit: July 23, 2008, 12:47:45 am by simply sibyl » Logged

Some Helpful Links:
Support FAQ | Guides & Tutorials | Tips for Using Support
I do not do support via personal messages
LaundryLady
Global Moderator
*
Offline Offline

Posts: 3056


Internet Challenged


View Profile
« Reply #4 on: August 29, 2008, 09:04:09 pm »

Admins can use html codes in their posts if they put
Code:
[html]what they want in code here[/html]
Logged
tytyt
SMF For Free Member
*
Offline Offline

Posts: 31


View Profile
« Reply #5 on: September 06, 2008, 09:22:53 am »

Wait this is confusing look what I did <MARQUEE BEHAVIOR=SCROLL>http://www.myspacegeek.net/graphics/backgrounds/2/SMILE.jpg</marquee>

Thats not right is it can someone give and EX on how to do it!

Thanks, TYTYT!
Logged
Jessie
SMF For Free Hero
*
Offline Offline

Posts: 739


View Profile WWW
« Reply #6 on: September 09, 2008, 05:38:17 pm »

Your trying to make the image scroll? It'd be   [move] [img] http://www.myspacegeek.net/graphics/backgrounds/2/SMILE.jpg [/img] [/move]
Logged

tytyt
SMF For Free Member
*
Offline Offline

Posts: 31


View Profile
« Reply #7 on: September 14, 2008, 06:27:19 am »

OK I will try it
Logged
tytyt
SMF For Free Member
*
Offline Offline

Posts: 31


View Profile
« Reply #8 on: September 14, 2008, 06:31:27 am »

Okay I still can't do it THIS is what I tried.. [/img]http://www.myspacegeek.net/graphics/backgrounds/2/SMILE.jpg[/move]
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 11806


On vacation until July 6th


View Profile WWW
« Reply #9 on: September 14, 2008, 09:23:16 am »

Okay I still can't do it THIS is what I tried.. [/img]http://www.myspacegeek.net/graphics/backgrounds/2/SMILE.jpg[/move]

this way

Code:
[move][img]http://www.myspacegeek.net/graphics/backgrounds/2/SMILE.jpg[/img][/move]
Logged

Some Helpful Links:
Support FAQ | Guides & Tutorials | Tips for Using Support
I do not do support via personal messages
tytyt
SMF For Free Member
*
Offline Offline

Posts: 31


View Profile
« Reply #10 on: September 21, 2008, 06:39:24 am »

Ohhh THANK YOU sooo much!! That was a huge help! You rock!
Logged
dark hero317
SMF For Free Newbie
*
Offline Offline

Posts: 19


View Profile
« Reply #11 on: October 14, 2008, 09:00:10 pm »

will the thing even work in forum posts
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 11806


On vacation until July 6th


View Profile WWW
« Reply #12 on: October 14, 2008, 09:13:52 pm »

will the thing even work in forum posts


All you have to do to make text move in a forum post is use the BBCode Button for it.. put the text between the tags.    see attached picture

(please dont do it all over the Support Forum)
Logged

Some Helpful Links:
Support FAQ | Guides & Tutorials | Tips for Using Support
I do not do support via personal messages
[JeReMy]
SMF For Free Master
*
Offline Offline

Posts: 1184


www.ourhangout.org


View Profile WWW
« Reply #13 on: November 16, 2008, 12:29:57 am »

thx for the code
Logged



Pages: [1]
  Print  
 
Jump to:  

cheap low cost web hosting reviews

Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
ServerBeach Coupon
Page created in 0.281 seconds with 17 queries.