I’ve been trying to re-create an existing static webpage in EE Core before applying some dynamic functionality to it and I’ve been having problems accessing my css and images folder from the index page of the template group that I created in the Control Panel.
I basically cut and pasted the existing html code into the index template with a link in the header:
<link rel=“stylesheet” href=“css/base.css” type=“text/css” media=“screen, projection” />
I tried putting the ‘css’ folder in the ‘introduction’ folder (containing my template group, since I saved it as a file) in the ‘templates’ folder without any success. Where should I place the ‘folder’ to be available to all template groups.
And where should my ‘images’ folder go?
Any suggestions would be greatly appreciated.