- Sun Jun 03, 2007 3:51 pm
#230792
that sounds like a lot of work 
BTW... so people don't use tables any more? css is the go now?...
leo
that sounds pretty good... but doesn't that means that I have to go and individualy erase all the extra coding on my tables !!-Adrian wrote:Leo, instead of assigning the same parameters to each element, you can define it once in the CSS at the top of your page.
Your Default:Code: Select allChanges:body{ color: #333; font: 13px 'Lucida Grande', Verdana, sans-serif; background-image: url(images/back_fl.gif); background-color: #FFFFFF; background-repeat: repeat; } .style1 { background-color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; } a:link { color: #000000; } a:visited { color: #FFFFFF; } .style3 { color: #FFFFFF }Code: Select allbody { color: #333; font: 1em 'Lucida Grande', Verdana, sans-serif; background: white url(images/back_fl.gif) repeat; } p { text-align: justify; } a { border: none; } table { border: none; background-color: black; } img { border: none; } /* formerly .style1 */ .grey_box { font-family: Arial, Helvetica, sans-serif; background-color: #cccccc; } /* formerly .style3 */ .white { color: white; }
BTW... so people don't use tables any more? css is the go now?...
leo


- By Mark Bell