CSS and Themes

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Are CSS and Themes pretty much the same thing? I might be
missing something....
 
Entirely different things.
However in a sense they accomplish the same
thing.
 
What are the advantages/dissadvantages of each?
-----Original Message-----
Entirely different things.
However in a sense they accomplish the same
thing.


--
95isalive
This site is best viewed..................
...............................with a computer



.
 
I'm not a good one to answer that, as I don't
use themes.

The advantage of CSS is that you can change one
file and have the change applied across your entire web.
 
Themes use CSS, so this is a really tough question. You can apply themes so
they DON'T use CSS, but causes extra code to be written to the pages, so I
wouldn't recommend it. In fact, in FrontPage 2003 all themes are applied
using CSS by default.

So to answer you intial question, CSS means "Cascading Style Sheets" and
what it means is that styles cascade down and are applied to elements on the
page. In a nutshell, the first listed CSS file gets applied, then the next
(any identical selectors overwrite the one before), then page level (again,
any identical selectors overwrite the ones before), and then inline.

With Themes, FrontPage generates a CSS file and by design this is always the
final external CSS link on a page.

I would say the advantage to using Themes in FrontPage is that FrontPage
then generates the CSS file for you and you don't need to learn CSS syntax.
You can also modify the theme, thereby modifying the CSS file using GUI
instead of hand-coding.

Hope that helps.
-John Jansen
 
Yes, that helps. I was wondering if it would be faster to
learn CSS or to just modify a standard theme to make it
look less "canned". I guess I will continue to modify the
theme I'm using.

Thanks!
 

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


Back
Top