|
Hello, I'm new to web design so forgive the guestions. I'm using Dreamweaver 8 and a template to build my web site. The template has a code to show today's date at the top of the page (shown below). Problem is that the date is highlighed in hot pink to red depending on browser and I can't seen to figure out how to change this. Does anyone know how to still use the code but a a highlight and text color just for this line - so that it doesn't change the entire page background color?
thanks much
jilmarie
//--------------- LOCALIZEABLE GLOBALS ---------------
var d=new Date();
var monthname=new Array("January","February","March","April","May"," June","July","August","September","October","Novem ber","December");
//Ensure correct for language. English is "January 1, 2004"
|