PC Review


Reply
Thread Tools Rate Thread

CSS and Themes

 
 
Chris
Guest
Posts: n/a
 
      10th Nov 2003
Are CSS and Themes pretty much the same thing? I might be
missing something....
 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      10th Nov 2003
Entirely different things.
However in a sense they accomplish the same
thing.


--
95isalive
This site is best viewed..................
...............................with a computer
"Chris" <(E-Mail Removed)> wrote in message
news:083901c3a7bb$612bf6e0$(E-Mail Removed)...
> Are CSS and Themes pretty much the same thing? I might be
> missing something....



 
Reply With Quote
 
Guest
Posts: n/a
 
      10th Nov 2003
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
>"Chris" <(E-Mail Removed)> wrote in message
>news:083901c3a7bb$612bf6e0$(E-Mail Removed)...
>> Are CSS and Themes pretty much the same thing? I might

be
>> missing something....

>
>
>.
>

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      10th Nov 2003
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.


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

<(E-Mail Removed)> wrote in message
news:047401c3a7d5$9e2ae5f0$(E-Mail Removed)...
> 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
> >"Chris" <(E-Mail Removed)> wrote in message
> >news:083901c3a7bb$612bf6e0$(E-Mail Removed)...
> >> Are CSS and Themes pretty much the same thing? I might

> be
> >> missing something....

> >
> >
> >.
> >



 
Reply With Quote
 
John Jansen \(MSFT\)
Guest
Posts: n/a
 
      10th Nov 2003
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


"Steve Easton" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>
>
> --
> 95isalive
> This site is best viewed..................
> ..............................with a computer
>
> <(E-Mail Removed)> wrote in message
> news:047401c3a7d5$9e2ae5f0$(E-Mail Removed)...
> > 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
> > >"Chris" <(E-Mail Removed)> wrote in message
> > >news:083901c3a7bb$612bf6e0$(E-Mail Removed)...
> > >> Are CSS and Themes pretty much the same thing? I might

> > be
> > >> missing something....
> > >
> > >
> > >.
> > >

>
>



 
Reply With Quote
 
Guest
Posts: n/a
 
      10th Nov 2003
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!

>-----Original Message-----
>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
>
>
>"Steve Easton" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> 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.
>>
>>
>> --
>> 95isalive
>> This site is best viewed..................
>> ..............................with a computer
>>
>> <(E-Mail Removed)> wrote in message
>> news:047401c3a7d5$9e2ae5f0$(E-Mail Removed)...
>> > 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
>> > >"Chris" <(E-Mail Removed)> wrote in message
>> > >news:083901c3a7bb$612bf6e0$(E-Mail Removed)...
>> > >> Are CSS and Themes pretty much the same thing? I

might
>> > be
>> > >> missing something....
>> > >
>> > >
>> > >.
>> > >

>>
>>

>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I convert Powerpoint themes to Word Themes? Rex E. White Microsoft Word Document Management 1 17th Aug 2009 10:52 AM
downloaded powerpoint themes disappear from custom themes Joan MAHCP Microsoft Powerpoint 3 2nd Mar 2009 11:02 PM
FP Themes Jenny Hamilton Microsoft Frontpage 6 8th Dec 2005 11:31 PM
Windows 98 themes ported over to 2K / XP ( ME may already have these themes ) *ProteanThread* Freeware 0 19th Jun 2004 02:23 AM
Themes John L Windows XP Customization 1 17th Jan 2004 07:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:04 AM.