Reducing the size of CSS files

C

chris_culley

Not sure if this is a dumb question or not :)

I've just taken over a website, written using FrontPage, and I'm a bit
of a novice at using it...

It's been written using themes, applied to each page. The problem with
this is that for performance/conformance reasons, I have to keep the
page size down to a minimum (each page < 50 Kb) and the .css files that
the themes are producing are making the pages too large (> 60Kb).

Does anyone know how I can make frontpage stop spitting out these
overly large .css files? Or am I just better of righting the website
from scratch?

Cheers
 
T

Thomas A. Rowe

The CSS file is only download to the user's PC once per session, the first time a page is requested
from the site, not each time a page is requested.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

Stefan B Rusynko

If using FP 2003 the themes are "bloated" by the styles used for WSS
For info on what to clean out see http://sbrenjoy.bizland.com/frontpage/themes/newthemes.html
That will reduce the CSS from ~32kb to ~ 4kb
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Not sure if this is a dumb question or not :)
|
| I've just taken over a website, written using FrontPage, and I'm a bit
| of a novice at using it...
|
| It's been written using themes, applied to each page. The problem with
| this is that for performance/conformance reasons, I have to keep the
| page size down to a minimum (each page < 50 Kb) and the .css files that
| the themes are producing are making the pages too large (> 60Kb).
|
| Does anyone know how I can make frontpage stop spitting out these
| overly large .css files? Or am I just better of righting the website
| from scratch?
|
| Cheers
|
 

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

Top