StyleSheets

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Murphy

    #1

    StyleSheets

    The following link works correctly in the top level directory however pages
    in any subdirectories are not linked to the styles, is there a way to
    specify the path of the MyStyles as being at the top level as opposed to
    duplicating MyStyles.css in every sub directory ?

    <link href="MyStyles. css" type="text/css" rel="stylesheet " />


    Thanks

    Murphy


  • Anand N [MVP]

    #2
    Re: StyleSheets

    Hi Murphy,

    You can give like this

    <link href="../MyStyles.css" type="text/css" rel="stylesheet " />

    OR

    <link href="http://www.yoursite.co m/MyStyles.css" type="text/css"
    rel="stylesheet " />

    I hope this helps

    --
    Regards,
    Anand N
    Microsoft MVP
    NetAns Technologies

    Web hosting Redefined
    ---------------------------------




    "Murphy" <murphy@murphy. com> wrote in message
    news:#LJGqvFHEH A.1272@TK2MSFTN GP12.phx.gbl...[color=blue]
    > The following link works correctly in the top level directory however[/color]
    pages[color=blue]
    > in any subdirectories are not linked to the styles, is there a way to
    > specify the path of the MyStyles as being at the top level as opposed to
    > duplicating MyStyles.css in every sub directory ?
    >
    > <link href="MyStyles. css" type="text/css" rel="stylesheet " />
    >
    >
    > Thanks
    >
    > Murphy
    >
    >[/color]


    Comment

    Working...