View Single Post
Old February 25th, 2008, 6:46 AM   #1 (permalink)
Edwin
Surpassing Dutch
Super #1
 
Edwin's Avatar
 
Joined in Sep 2004
Lives in Arnhem, the Netherlands
Hosted on SH98
2,450 posts
Gave thanks: 179
Thanked 42 times
numbers after css file

I've been working on my blog a bit, and now I the following when I look at the page source

Quote:
<link rel='stylesheet' type='text/css' media='all' href='http://www.stipvoorstip.nl/index.php?css=site/site_css.v.1203957632' />
<style type='text/css' media='screen'>import "http://www.stipvoorstip.nl/index.php?css=site/site_css.v.1203957632";</style>
I wonder where that extra numbering came from.

This is how it's in my css file.

Quote:
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet={my_template_group}/site_css}' />
<style type='text/css' media='screen'>import "{stylesheet={my_template_group}/site_css}";</style>
I'm using a template from expression engine to work from.
__________________
sh98

Last edited by Edwin; February 25th, 2008 at 6:47 AM. Reason: using the correct way to close a quote ;)
Edwin is offline   Reply With Quote