..:: How can i make animated text in front of my forum ::..

They have: 6 posts

Joined: Feb 2008

HOW CAN I CREATE ANIMATED TEXT IN FRONT OF MY FROUM?

HOW IT'S DONE USING HTML?

CAN YOU HELP ME PLZ!!!

BEST REGARDS!!

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's picture

He has: 2,145 posts

Joined: Nov 2003

Can you give an example site?

-Greg

Megan's picture

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's picture

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>

They have: 6 posts

Joined: Feb 2008

JeevesBond wrote: Animated in what way, do you mean an animated marquee? Such as:

<marquee>Some scrolling text and that...</marquee>

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's picture

He has: 3,956 posts

Joined: Jun 2002

one more question please, how can i change the font color & font size?

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. Smiling

a Padded Cell our articles site!

They have: 6 posts

Joined: Feb 2008

JeevesBond wrote:

one more question please, how can i change the font color & font size?

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. Smiling

thanks for immediate reply..
i'll use this code

best regardz
desert_fox 23

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.