javascript

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
ansuriya
Forum Newbie
Posts: 2
Joined: Sun Jul 11, 2010 4:18 am

javascript

Post by ansuriya »

How can I change the font size and color of a javascript in dreamweaver? I took a javascript that gave me the date, and that changes each day. I would like to know how I can change the font size of the date that is shown on the real website, and the color.
___________________________
affiliateelite ~ affiliateelite.com ~ adgooroo ~ adgooroo.com
Last edited by ansuriya on Fri Feb 11, 2011 11:49 pm, edited 1 time in total.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: javascript

Post by Darhazer »

Use CSS
You can see with Firebug (a firefox extension) the generated HTML by JavaScript and style it with CSS
Post Reply