adding "Styles" in WYSIWYG editor

Permalink
Hey guys,

i've succesfully added styles in the WYSIWYG editor, by creating a css file called typography.css, and adding the styles in this. But when i add the style to a text, it doesn't actually add the style to the text in the front end. It's like something is overruling it. I've added styles to <p> and <a> in the style.css. So do you think these might overrule the styles i've added in typography.css?? And how do i fix this?

//Anders J.

 
foiseworth replied on at Permalink Best Answer Reply
foiseworth
Have you added a link to typography.css in your template?

In the head section of each of your page types or 'header.php' file, you will need:

<link href="<?php echo $this->getStyleSheet('typography.css'); ?>" rel="stylesheet" type="text/css">