a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Cant figure out how to change font color?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Cant figure out how to change font color?
Page: [1]
 
jessecan

 

Posts: 109
From: Aliso Viejo, CA
Status: offline

 
Cant figure out how to change font color? - 4/12/2001 23:08:00   
Hello All,

I am getting near the end of finishing my second web site ever and I cannot figure out how to change the font face color in the javascript text box scroller that I picked up from www.dynamicdrive.com. Can some one take a look at this and tell me if it is possible to change- at www.yellowpages-nds.com/NewWeb/newhome.htm the script is only on the "newhome.htm" page. I realize that there are some loose ends to tie up on this site but I would appreciate any constructive critisism or tips when your looking around.

Thanks

Blackhawk

 

Posts: 9
From: Menomonee Falls, WI, USA
Status: offline

 
RE: Cant figure out how to change font color? - 4/12/2001 23:20:00   
quote:
Originally posted by jessecan:
I cannot figure out how to change the font face color in the javascript text box scroller that I picked up from www.dynamicdrive.com.

I assume that you have tried to use the COLOR Attribute for the FONT tags that load into the array?

Do you want to change the colors on each message or all to one color?


(in reply to jessecan)
Andy from Spain

 

Posts: 922
From: Ipswich
Status: offline

 
RE: Cant figure out how to change font color? - 4/12/2001 23:22:00   
Hi,

Why not use CSS to change the link colour of the scroll - something like this:

<style type="text/css">
A {
color: #FFFFFF;
text-decoration: none;
}

A:visited {
color: #FFFFFF;
text-decoration: none;
}

A:active {
color: #FFFFFF;
text-decoration: none;
}

A:hover {
color: #CC3300;
text-decoration: underline;
}
</style>

- this would go in your head section

Cheers
Andy

------------------
Internet Business Solutions S.L. (Spain)
Dreamweaver Users Forum


(in reply to jessecan)
jessecan

 

Posts: 109
From: Aliso Viejo, CA
Status: offline

 
RE: Cant figure out how to change font color? - 4/12/2001 23:28:00   
Blackhawk thank you for the quick reply,

You say what about what, I am very new to this whole HTML and Java thing. I want to change all the messages to a font that is alot smaller and white or the yellow color used in the page.

This just came to mind is there any way to modify the script so that when the mouse cursor is placed inside the text box the scrolling stops?

I may need to just go and find a whole different script that does more of what I want and (some instructions for the idiots).

Thanks

[This message has been edited by jessecan (edited 04-12-2001).]


(in reply to jessecan)
jessecan

 

Posts: 109
From: Aliso Viejo, CA
Status: offline

 
RE: Cant figure out how to change font color? - 4/12/2001 23:42:00   
Andy from Spain

I think that is going to work your awesome. Now what do I need to do to change font type and size? And do you have any suggestions on how to get the scroller to stop when cursor is in the text box?


(in reply to jessecan)
Andy from Spain

 

Posts: 922
From: Ipswich
Status: offline

 
RE: Cant figure out how to change font color? - 4/12/2001 23:50:00   
Hi,

Add this to the above code for Verdana for example:
TD {
font-family: Verdana;
font-size: 13px;
}
Cheers
Andy

------------------
Internet Business Solutions S.L. (Spain)
Dreamweaver Users Forum


(in reply to jessecan)
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> General Web Development >> Cant figure out how to change font color?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts