Tiny MCE and typography.css
PermalinkFile path:
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography.css')?>">
But if I move the typography.css file into my css folder, the styles do not show up in the Tiny MCE editor.
File path:
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('css/typography.css')?>">
What am I missing. It seems that it should not make any difference where the css file is located as long as the file path is correct.
Still doesn't seem logical to me that it works with a typography.css file in the root, works without any typography.css file, but cannot handle the typography.css if it is in the css folder even with a correct file path. But then I'm not a php coder. :-)
http://www.codeblog.ch/2009/05/concrete5-css-features/...