Re: css loading

2003-08-14 Thread Joerg Heinicke
I guess it's simply the other base. If you have http://www.yourserver.com/impact.html and change it to http://www.yourserver.com/anydir/impact.html, the css link is also resolved to http://www.yourserver.com/anydir/style.css. You can change the css link's href to ../style.css or maybe

css loading

2003-08-14 Thread Anna Afonchenko
Hi all.I have a weird things happenning while serving css files.I have an html file impact.html that has in it a link to a stylesheet:link rel=3D"stylesheet" type=3D"text/css" href="">I serve this file in cocoon:map:match pattern=3D"impact" map:generate src="" type=3D"html"/ map:serialize

Re: css loading

2003-08-11 Thread Anna Afonchenko
Yes, that was the reason. replacing link's href to ../style.css will make it work. Thank you very much Joerg and sorry for a stupid question - Original Message - From: Joerg Heinicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 13:52 Subject: Re: css loading