Answered
Templates and new CSS rules
I am fairly new to web design, so this may be very simple,
but I am having a lot of trouble.
I made a template with a header, navbar, body, and footer using CSS layouts, and then I made the contents of the body div the editable region. My understanding was that the <head> section was editable by default, but I cannot make new css rules (e.g. #container #body p), and I cannot change the title (so every page will display "maintemplate" unless I change it in the template itself, at which point it will still be the same for every page). Do I have to do something to make the head an editable region, or do I have to establish all of my possible CSS rules in the template?
Any help is greatly appreciated.
I made a template with a header, navbar, body, and footer using CSS layouts, and then I made the contents of the body div the editable region. My understanding was that the <head> section was editable by default, but I cannot make new css rules (e.g. #container #body p), and I cannot change the title (so every page will display "maintemplate" unless I change it in the template itself, at which point it will still be the same for every page). Do I have to do something to make the head an editable region, or do I have to establish all of my possible CSS rules in the template?
Any help is greatly appreciated.