Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • C Andreasson 79 posts 207 karma points
    Jan 06, 2014 @ 15:06
    C Andreasson
    0

    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

  • Marcio Goularte 374 posts 1346 karma points
    Jan 06, 2014 @ 15:22
    Marcio Goularte
    1

    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.

     


  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 06, 2014 @ 15:25
    Dennis Aaen
    0

    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

  • C Andreasson 79 posts 207 karma points
    Jan 06, 2014 @ 20:04
    C Andreasson
    1

    Thank you so much ;-))

Please Sign in or register to post replies

Write your reply to:

Draft