The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

code for scrolling title..

5 posters

Go down

Solved code for scrolling title..

Post by dencey September 16th 2008, 10:55 am

does anyone here knows the code for the moving title(whatever you call that..lol)?

like in this site
hope somebody would reply.. thanks in advance..^^ Hello


Last edited by dencey on September 19th 2008, 2:46 pm; edited 1 time in total
dencey
dencey
Forumember

Female Posts : 117
Reputation : 0
Language : english

http://sujusahoe.com

Back to top Go down

Solved Re: code for scrolling title..

Post by yoshiboy294 September 16th 2008, 11:31 pm

<span><marquee> </marquee></span>

<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyMjEzMjg1OTQ4MjgmcHQ9MTIyMTMyODU5NzIxOCZwPTE5NTAxJmQ9Jm49Jmc9MSZ*PQ==.gif" />
yoshiboy294
yoshiboy294
Forumember

Male Posts : 31
Reputation : 0
Language : English
Location : In the virtual world, programming with forumotion/GameMaker. MAPLESTORY FTW~~

http://gmalliance.forumclan.net/general-chat-f5/

Back to top Go down

Solved Re: code for scrolling title..

Post by yoshiboy294 September 16th 2008, 11:31 pm

whoops <span><marquee
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyMjEzMjg1OTQ4MjgmcHQ9MTIyMTMyODU5NzIxOCZwPTE5NTAxJmQ9Jm49Jmc9MSZ*PQ==.gif" />
yoshiboy294
yoshiboy294
Forumember

Male Posts : 31
Reputation : 0
Language : English
Location : In the virtual world, programming with forumotion/GameMaker. MAPLESTORY FTW~~

http://gmalliance.forumclan.net/general-chat-f5/

Back to top Go down

Solved Re: code for scrolling title..

Post by yoshiboy294 September 16th 2008, 11:31 pm

I can't put it. I can only show an example.
yoshiboy294
yoshiboy294
Forumember

Male Posts : 31
Reputation : 0
Language : English
Location : In the virtual world, programming with forumotion/GameMaker. MAPLESTORY FTW~~

http://gmalliance.forumclan.net/general-chat-f5/

Back to top Go down

Solved Re: code for scrolling title..

Post by kylesmummy06 September 17th 2008, 12:00 am

edit your post and use the code button
kylesmummy06
kylesmummy06
Forumember

Female Posts : 782
Reputation : 9
Language : english
Location : Leeds

http://mummysworld.8forum.net

Back to top Go down

Solved Re: code for scrolling title..

Post by Guest September 17th 2008, 12:11 am

==> A simple scroll of text :

<marquee>YOUR TEXTE HERE</marquee>
avatar
Guest
Guest


Back to top Go down

Solved Re: code for scrolling title..

Post by Guest September 17th 2008, 12:37 am

yoshiboy294 just to let you know that double/triple posting isn't tolerated unless separated by 24 hours (Use the edit button in future please) Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: code for scrolling title..

Post by LawDVHS13 September 17th 2008, 5:11 am

Placehold wrote:yoshiboy294 just to let you know that double/triple posting isn't tolerated unless separated by 24 hours (Use the edit button in future please) Wink

Maybe he doesn't know how to edit his message.
LawDVHS13
LawDVHS13
Forumember

Male Posts : 395
Reputation : 11
Language : English

Back to top Go down

Solved Re: code for scrolling title..

Post by dencey September 17th 2008, 1:02 pm

dragonfir731 wrote:==> A simple scroll of text :

<marquee>YOUR TEXTE HERE</marquee>

thanks.. but i already know how to make the text scroll.. what i mean is the TITLE.. i'm not sure what to call that..
i mean the one you put here:
Code:
<tile>blahblah...</title>
dencey
dencey
Forumember

Female Posts : 117
Reputation : 0
Language : english

http://sujusahoe.com

Back to top Go down

Solved Re: code for scrolling title..

Post by dencey September 19th 2008, 4:36 am

bump! Sad

you can click this link if you want to know what i'm talking about..
moving Title..
dencey
dencey
Forumember

Female Posts : 117
Reputation : 0
Language : english

http://sujusahoe.com

Back to top Go down

Solved Re: code for scrolling title..

Post by spiritcharms September 19th 2008, 5:00 am

oh i see, you are on about scrolling in the browser tab and the browser header aren't you.

place in head section in your html page

<script>
<!--
var msg = " This is where you put your message";
var speed=200;

function ScrollTitle() {
document.title=msg;
msg=msg.substring(1,msg.length)+msg.charAt(0);
setTimeout("ScrollTitle()",speed);
}
ScrollTitle();
//-->
</script>
spiritcharms
spiritcharms
Forumember

Female Posts : 289
Reputation : 9
Language : English
Location : Yorkshire England

http://spiritcharms.nice-topics.com/index.htm

Back to top Go down

Solved Re: code for scrolling title..

Post by dencey September 19th 2008, 2:46 pm

THANKS!!!
dencey
dencey
Forumember

Female Posts : 117
Reputation : 0
Language : english

http://sujusahoe.com

Back to top Go down

Solved Re: code for scrolling title..

Post by Guest September 20th 2008, 1:36 am

Since this topic appears to be solved, as indicated by the solved tag, I will lock this thread.
code for scrolling title.. Pink%5E_%5Earial%5E_%5E2%5E_%5E2%5E_%5EThread+Locked%5E_%5E
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum