CSS: I can not link
Hello! see my prints in the address for the CSS is correct but does not seek its properties. When I click the address of the css, it takes me to an error page. My folder structure is correct.
Our company wants to buy the tool next week but these problems still leave our project, we can not even start.
Hello renato,
Could you try using
<sf:CssEmbedControl MediaType="screen" runat="server" ID="CssEmbedControl1" Url="path to your css" />
All the best,
Ivan Dimitrov
the Telerik team
where to put this code? simply replace failed, may be more accurate? has some file where I add this line?
Hello renato,
1. Add it to your master page
2. I suggest that you should use the PageEditor instead of harcoding controls in the template.
Kind regards,
Ivan Dimitrov
the Telerik team
Still not satisfied, see what appears in the source code, please...
<
sf:CssEmbedControl
MediaType
=
"screen"
runat
=
"server"
ID
=
"CssEmbedControl1"
Url
=
"/Amni/App_Data/Sitefinity/WebsiteTemplates/amni/App_Themes/tema/Styles/estilo.css"
/>
Hello renato,
Try using the bellow one:
<
sf:CssEmbedControl
MediaType
=
"screen"
runat
=
"server"
ID
=
"CssEmbedControl1"
Url
=
"Sitefinity/WebsiteTemplates/amni/App_Themes/tema/Styles/estilo.css"
/>
Thank you! It worked!
Thank you very much!
Gotta gechem the post?