I've turned on the Advanced features for web design. I understand how the HTML modules work, but I'd like to suggest one more tool: Edit existing HTML on the page. As it is now, I have to open a page in design, copy the text and paste it into a simple text editor like NotePad.
Within NotePad, I can make changes like a page anchor tag. Then I have to paste it back into my page. Sometimes I get lucky and can grab all the tags for text like a title, but lots of times I have to highligh the whole page and then hunt for the the part I wan to edit.
Example: I get this when highlighting a title:
<P align=left unselectable="off"><FONT color=#310500 size=3 unselectable="off"><STRONG unselectable="off">NetWorkdays</STRONG></FONT></P>
I then add a anchor tag:
<P align=left unselectable="off"><FONT color=#310500 size=3 unselectable="off"><STRONG unselectable="off"><A class name=anchor2> NetWorkdays</A></STRONG></FONT></P>
When I paste it back into my page, a bunch or redundant tags get added to the HTML based on the CSS style I initially chose.
It would be so much better if there was a way to toggle between WYSIWYG and HTML views.