I know putting <style>
tags inside of <body>
is not valid. What other techniques are possible to get around this limitation?
In my design I have a few static pages created with server side includes. For each page I need a few extra lines of CSS to control the display of a few DIVs.
What is the best valid way to achieve this effect?