I’m in the process of learning EE and am having a bit of a problem with the CSS stylesheet template. If I insert the full url in the head that leads to a standard CSS, the page renders correctly. If I use a stylesheet template, the page does not appear to find the stylesheet at all. The following is the code I used to link to the stylesheet template (which I definitely DID set up as a stylesheet template type).
<link rel=''stylesheet'' type=''text/css'' media=''screen'' href=''{stylesheet=stylesheet_template_grp/stylesheet2}'' />Strangely, if I view the source code (Firefox 3) for the page in question I see that there is a bit of fluff that has been appended (see below).
<link rel=''stylesheet'' type=''text/css'' media=''screen'' href=''http://s219719224.websitehome.co.uk/index.php?css=stylesheet_template_grp/stylesheet2.v.1220868568'' />url= http://s219719224.websitehome.co.uk/index.php/site/index/
Any help much appreciated.
***Ahhh! Spotted the pairs of inverted commas instead of real quote marks; probably caused by pasting from a web page or somesuch.
It’s so often the silly things….