..:: How can i make animated text in front of my forum ::..
HOW CAN I CREATE ANIMATED TEXT IN FRONT OF MY FROUM?
HOW IT'S DONE USING HTML?
CAN YOU HELP ME PLZ!!!
BEST REGARDS!!
HOW CAN I CREATE ANIMATED TEXT IN FRONT OF MY FROUM?
HOW IT'S DONE USING HTML?
CAN YOU HELP ME PLZ!!!
BEST REGARDS!!
caffinephil posted this at 11:08 — 19th February 2008.
They have: 99 posts
Joined: Feb 2008
Is this text that appears over the top of your forum or as part of the same forum page?
Greg K posted this at 13:55 — 19th February 2008.
He has: 2,145 posts
Joined: Nov 2003
Can you give an example site?
-Greg
Megan posted this at 14:55 — 19th February 2008.
She has: 11,421 posts
Joined: Jun 1999
And plese stop shouting! I've edited your post title so it doesn't look like spam.
JeevesBond posted this at 18:18 — 19th February 2008.
He has: 3,956 posts
Joined: Jun 2002
Animated in what way, do you mean an animated marquee? Such as:
<marquee>Some scrolling text and that...</marquee>
desert_fox 23 posted this at 06:18 — 20th February 2008.
They have: 6 posts
Joined: Feb 2008
thanks for the code..this is what i mean..
one more question please, how can i change the font color & font size?
best regardz..
JeevesBond posted this at 13:32 — 20th February 2008.
He has: 3,956 posts
Joined: Jun 2002
Have you got a CSS file attached to your HTML page? If you have, put this into it:
marquee {
font-size: 150%;
color: red;
font-weight: bold;
}
You should be able to adapt that to your needs.
a Padded Cell our articles site!
desert_fox 23 posted this at 03:35 — 21st February 2008.
They have: 6 posts
Joined: Feb 2008
Have you got a CSS file attached to your HTML page? If you have, put this into it:
marquee {
font-size: 150%;
color: red;
font-weight: bold;
}
You should be able to adapt that to your needs.
thanks for immediate reply..
i'll use this code
best regardz
desert_fox 23
desert_fox 23 posted this at 06:02 — 20th February 2008.
They have: 6 posts
Joined: Feb 2008
sorry...but what i mean is that scrolling text..
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.