> > One question here, is it better to refer to a .css file
> than adding the
> > whole css setup to a pageelement and downloading it with
> each document?
> > Just curious.
>
> If you have Your css style in database it is sent everytime
> when every page is sent,
> but it is easy to modify while using some admin interface.
> If You have file it is on the contrary.
You could also put the stylesheet on a page, for example /style/ (or
maybe /style/style.css for compatibility) and in the code of that page
set header to css with
<?php
header("Content-type: text/css");
?>
Then the browser can cache the stylesheet, and you can keep it in the
Midgard database.
----------------------------------------
Anders Sj�lander, webmaster
+46 8 693 7730
ZoomON AB
Alstr�mergatan 22
SE-112 98 Stockholm, SWEDEN
http://www.zoomon.com/
---------------------------------------
A good fantasy
is better than a bad reality
> -----Original Message-----
> From: pp [mailto:[EMAIL PROTECTED]]
> Sent: den 10 december 2001 15:06
> To: [EMAIL PROTECTED]
> Subject: Re: [midgard-user] conversion steps (as I understand them)
>
>
> > One question here, is it better to refer to a .css file
> than adding the
> > whole css setup to a pageelement and downloading it with
> each document?
> > Just curious.
>
> If you have Your css style in database it is sent everytime
> when every page is sent,
> but it is easy to modify while using some admin interface.
> If You have file it is on the contrary.
>
> Piotras
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
BEGIN:VCARD
VERSION:2.1
N:Sj�lander;Anders
FN:Anders Sj�lander
ORG:ZoomON AB
TITLE:Webmaster
NOTE:ICQ# 3478013
TEL;WORK;VOICE:+46 8 693 7730
ADR;WORK:;;Alstr�mergatan 22;Stockholm;;SE-112 98;SWEDEN
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Alstr=F6mergatan 22=0D=0AStockholm SE-112 98=0D=0ASWEDEN
X-WAB-GENDER:2
URL:http://snuff.nu/zood
URL:http://www.zoomon.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20010117T090100Z
END:VCARD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]