Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have made a multil Languange side, but the stylesheet is not working on the template under the homepage.
Works great on the homepage template.
Is it somthing about the link dk/om.aspx
Is there someone who has an idea? to this problem
Som
Hi,
try this:
<link rel="stylesheet" href="/css/bootstrap.css" type="text/css" media="screen"><link rel="stylesheet" href="/css/style.css" type="text/css" media="screen"><link rel="stylesheet" href="/css/preview.css" type="text/css" media="screen">
Add "/" before css and js.
Hi C Andreasson,
Try to add and ekstra slash to the css path like this:
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/preview.css">
Hope this will solve your problem.
/Dennis
Thank you so much ;-))
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Stylesheet does not work??
I have made a multil Languange side, but the stylesheet is not working on the template under the homepage.
Works great on the homepage template.
Is it somthing about the link dk/om.aspx
Is there someone who has an idea? to this problem
Som
Hi,
try this:
<link rel="stylesheet" href="/css/bootstrap.css" type="text/css" media="screen">
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="/css/preview.css" type="text/css" media="screen">
Add "/" before css and js.
Hi C Andreasson,
Try to add and ekstra slash to the css path like this:
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/preview.css">
Hope this will solve your problem.
/Dennis
Thank you so much ;-))
is working on a reply...