/    Sign up×
Community /Pin to ProfileBookmark

TEXT EDITING (real simple)

Yes I know nothing…but, I need to know how to edit the text of just the scrolling text. If anyone could assist me I would greatly appreciate it. Here is the script between the <head>. Does it go here or in the body script?

HEAD:
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
function writeMarquee() {
document.write(“<marquee scrolldelay=’200′ scrollamount=’20’>HERE IS THE SCROLLING TEXT</marquee>”);
}
// End –>
</script>

BODY:
<div align=”center”>
<table width=”100%”>
<tr><td>
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
writeMarquee()
// End –>
</script>
</td></tr></table>
</div>

Thanks,
PC

to post a comment
JavaScript

5 Comments(s)

Copy linkTweet thisAlerts:
@JonaJun 16.2003 — [font=arial][color=maroon]Yes the code goes in the HEAD tag. To change the text, change this line:[/color][/font]

[font=courier new]

document.write("<marquee scrolldelay='200' scrollamount='20'>HERE IS THE SCROLLING TEXT</marquee>");[/font]

[font=arial][color=maroon]To this:[/color][/font]

[font=courier new]

document.write("<marquee scrolldelay='200' scrollamount='20'>[b]This is the text to change![/b]</marquee>");

[/font]

[b]Jona[/b]
Copy linkTweet thisAlerts:
@petrocanauthorJun 16.2003 — I'm sorry...stupid me...I meant the edit the text as in colours, font, etc...I should have been more clear.

Thank you though Jona.
Copy linkTweet thisAlerts:
@pyroJun 16.2003 — You can do it with CSS:

document.write("&lt;marquee scrolldelay='200' scrollamount='20' style="color:darkblue; font-family: verdana, arial, sans-serif;"&gt;HERE IS THE SCROLLING TEXT&lt;/marquee&gt;");
Copy linkTweet thisAlerts:
@petrocanauthorJun 16.2003 — Thanks Pyro.
Copy linkTweet thisAlerts:
@pyroJun 16.2003 — You're welcome... ?
×

Success!

Help @petrocan spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...