RE: [css-d] newbie to css - using css with include file

2005-07-25 Thread Peter Williams
> From: Laura MacNeil > > This template also has an inlclude statement to a header file > (clf_header .asp) - > > When I preview the template in the browser - the header file > is not showing up correctly. There are links in the header > file, but I do not want them to follow the cascading st

Re: [css-d] newbie to css - using css with include file

2005-07-25 Thread artcoder
> > Is it possible to exclude the header file from the cascading style sheet rules? > > If you wrap your body content with a div tag of id="content", then you can write the following rule ... #content a { color: red; text-decoration: none; font-weight: bold; } that applies only to tags tha

[css-d] newbie to css - using css with include file

2005-07-25 Thread Laura MacNeil
Hello, I am a newbie to css. I have a template - template_body.htm This template is linked to a cascading style sheet (style_new.css) through the code http://prairies/style_new.css";> - This template also has an inlclude statement to a header file (clf_header .asp) - When I preview the temp