Thanks in advance.
I'd like to have posts with different colored borders and headers. It would be nice to choose a category of the post (red, blue, black, etc.) and have it change the class for that specific post.
If it were outside of dreamweaver, it would use classes.
So I could say:
<div class="red box">
<h3>Header</h3>
Content
</div>
Ideally this would work by having an option in the design view named 'classes' or 'post styles'. I would choose 'box' and 'red', and the style would be changed. Is this possible?