<h#> tags go up to <h6> in HTML. DW does HTML.
Quote:
Also you can apply classes to the tages such as <p class="bluefont"></p |
This would be a last resort, and usually leads to unmanageable bloat of your
CSS files, as they become loaded with custom classes. Learn how to use
descendent selectors and let CSS's cascade do the heavy lifting for you.
And, frankly, if you are running out of things to style your text, I'd say
you are using too many styles on the page.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"andy_forbes" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I think H tags go up to H5 in DW don't they? Also you can apply classes to
the tages such as <p class="bluefont"></p
then have a style sheet:
.bluefont { styles }
Andy |