Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-08-2012, 04:33 PM   PM User | #1
TheZombie101
New to the CF scene

 
Join Date: Jun 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
TheZombie101 is an unknown quantity at this point
Help with simple coding (I am new to this)

I want this to scroll across the page..
<marquee behavior="scroll" direction"left" scrollamount="7">example text</marquee>

I have that set up but i want to change its color to #8D38C9
how do i do that? please help, I am very new to this
TheZombie101 is offline   Reply With Quote
Old 06-08-2012, 04:49 PM   PM User | #2
badwolf
New Coder

 
Join Date: Nov 2010
Location: Virginia,USA
Posts: 36
Thanks: 1
Thanked 7 Times in 7 Posts
badwolf is an unknown quantity at this point
Quote:
Originally Posted by TheZombie101 View Post
I want this to scroll across the page..
<marquee behavior="scroll" direction"left" scrollamount="7">example text</marquee>

I have that set up but i want to change its color to #8D38C9
how do i do that? please help, I am very new to this
Honestly you should set this up in your stylesheet. But you can cheat and do it this way although it isnt really the correct way to do it these days.

Code:
<marquee style="color:#8D38C9;" behavior="scroll" direction"left" scrollamount="7">example text</marquee>
badwolf is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:22 AM.


Advertisement
Log in to turn off these ads.