css reference

  • Thread starter Thread starter DS
  • Start date Start date
Yes, but be careful not to have the same class or same tag with different
settings on the two CSS files. One will override the other. Also, if you
have styles that you use only on one page, you can put them in the head
section of the page between <style> and </style>.

Wally S
 
Yes, but be careful not to have the same class or same tag with different
settings on the two CSS files. One will override the other. Also, if you
have styles that you use only on one page, you can put them in the head
section of the page between <style> and </style>.

As Wally says, you can refer to a separate linked stylesheet but you
can at the same time use an embedded stylesheet in the head section of
a page or pages.

Style information in embedded stylesheets will override that in the
linked stylesheet.

Similarly, any inline style information - applied to tags in the body
of the page - will override embedded and linked stylesheets.

fido
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Frontpage 2003 and external CSS 1
Link in CSS 1
CSS errors 2
need help with menu/css/fp2003 2
problem with repeating css graphic 3
css page problems 2
CSS Table Question 6
class question... 1

Back
Top