Copied to clipboard

Flag this post as spam?

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


  • Johan Roug 97 posts 153 karma points
    Sep 14, 2010 @ 10:07
    Johan Roug
    0

    Stylesheet

    Hi

    It seems that contour puts its stylesheet inside the body tag. And this does not validate. How can I target the stylesheet to end up in the head?

  • Comment author was deleted

    Sep 14, 2010 @ 10:13

    Hi Johan,

    If you set a runat="server" attribute to your head it will be inside the head tag

    Or you could also add it manually (and disable that it get's added automaticly)

  • Johan Roug 97 posts 153 karma points
    Sep 14, 2010 @ 11:48
    Johan Roug
    0

    That did the trick. Thanks

    <head runat="server" >

  • Johan Roug 97 posts 153 karma points
    Sep 14, 2010 @ 12:41
    Johan Roug
    0

    Actually. It worked, but it also adds an extra title tag.

  • Johan Roug 97 posts 153 karma points
    Sep 14, 2010 @ 13:42
    Johan Roug
    0

    I solved it by adding

    <title runat="server" visible="false" />

    just after the head tag

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies