I was wondering how I could override my stylesheet with css within the
document. Like part of the document would use the style sheet and another
part would use a different style.
Thanks in advance :-)
Styles defined within the <head> will override styles within the stylesheet
and styles within the <body> will override styles within the <head>.
The (imho) tidier approach is to give your styles different classes and
apply them as appropriate to the different sections of your document.
http://www.w3schools.com/css/css_intro.asp
--
PeterMcC