admanage - performance enhanced search technology

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

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

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: 100 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
Moderator

He has: 1,597 posts

Joined: Nov 2003

Can you give an example site?

-Greg

Megan's picture
Administrator

She has: 9,953 posts

Joined: Jun 1999

And plese stop shouting! I've edited your post title so it doesn't look like spam.

JeevesBond's picture
Moderator

He has: 3,465 posts

Joined: Jun 2002

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

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

a Padded Cell our articles site!

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
Moderator

He has: 3,465 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..