[solved]Bad problem with stylesheets attachment
Posted: Wed Feb 13, 2008 9:44 pm
Hi
Before I`ve created my sample CMSMS template successfully with one CSS file and now I`m working on a new
template that has 8 separated CSS stylesheets files .
In new template when I address my css files with HTML tags like :
and etc , there is no problem and page view is normal like below :

But when I use CMSMS {stylesheet} tag instead of above HTML tags , page doesn`t load
perfectly like below :

Of course I have defined every above css files in admin area>Layout>Stylesheets as separate
stylesheet and I`ve attached them to my template with "bar" name . Also I`ve edited my defined
stylesheets context related to images path like :
It seems all things are correct but I couldn`t find my problem reason 
I hope somebody help me .
Regards
Before I`ve created my sample CMSMS template successfully with one CSS file and now I`m working on a new
template that has 8 separated CSS stylesheets files .
In new template when I address my css files with HTML tags like :
Code: Select all
<link rel="stylesheet" type="text/css" href="uploads/bar/css/html.css" media="screen, tv, projection" />
<link rel="stylesheet" type="text/css" href="uploads/bar/css/layout.css" media="screen, tv, projection" />
<link rel="stylesheet" type="text/css" href="uploads/bar/css/handheld.css" media="screen, tv, projection" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="uploads/bar/css/ie.css" media="screen, projection, tv " /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="uploads/bar/css/ie6.css" media="screen, projection, tv " /><![endif]-->

But when I use CMSMS {stylesheet} tag instead of above HTML tags , page doesn`t load
perfectly like below :

Of course I have defined every above css files in admin area>Layout>Stylesheets as separate
stylesheet and I`ve attached them to my template with "bar" name . Also I`ve edited my defined
stylesheets context related to images path like :
Code: Select all
background: #E2ECF6 url(uploads/acer/img/bg/body.gif) repeat-y top center;

I hope somebody help me .
Regards