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
javascript
Moderator: General Moderators
javascript
Last edited by ansuriya on Fri Feb 11, 2011 11:49 pm, edited 1 time in total.
Re: javascript
Use CSS
You can see with Firebug (a firefox extension) the generated HTML by JavaScript and style it with CSS
You can see with Firebug (a firefox extension) the generated HTML by JavaScript and style it with CSS