Re: CSS styles and templates

  •  06-08-2005, 5:22 PM

    Re: CSS styles and templates

    nope not necessarilyy that it show s the classes. but the template  in the template itself - I would like the style to be link in the template diectly in the head of the template:

    (<style type="text/css" media="screen">
    <!--
    @import url("styles/style.css");
    -->
    </style>

    so to keep the HTML clean but still have the div and images of the style sheets showing and positionned only the <main content> div is editable, the rest will not be. But I do not see where I can linked the style into the template as the template starts after the <body> tag and the style sheet needs to be put in the head . I do not know if I express myself properly here....
View Complete Thread