css not working

Permalink
Hey
I've attempted to follow the video on editing templates, I put in the codes for concrete to find the template parts.
But the theme doesnt come up, just the text.

www.www.saveitforthebedroom.co.uk...

Heres the code i entered on one part:

<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>

<link rel="stylesheet" type="text/css" href="< ?=$this->getThemePath()?>/default.css" media="screen"/>

<title>Decayed</title>

</head>

Thanks
Joe

 
synlag replied on at Permalink Reply
synlag
<style type="text/css">@import "<?php echo $this->getStyleSheet('default.css')?>";</style>


really a need for UTF-8?

then you should do
@charset "UTF-8"; /** at first line!*/
@media screen, projection
{
 //your css
}


uhm it's not cpp .. ;)