I tried to make an editable region inside <style> </style>, but it doesn't seem to work. Any help please?
Insert editable region in the <head> of your Template.dwt file. It will look something like this:
<head>
<!-- TemplateBeginEditable name="head" -->
<style type="text/css">
your embedded CSS styles here...
</style>
<!-- TemplateEndEditable -->
</head>
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
Why would you want to? You would benefit greatly from having the CSS styling as a separate file rather that embedded in each HTML file.
If you really need it embedded, you need to wrap the whole <style> within an editable region.
<head>
<!-- TemplateBeginEditable name="style" -->
<style type="text/css">
body{}
</style>
<!-- TemplateEndEditable -->
</head>
North America
Europe, Middle East and Africa
Asia Pacific