I would create an ID not a class, unless you planned to use that class
elsewhere.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"don Carlos" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
You might consider creating a class for the list to which you're referring
and
set the attributes desired within it; e.g.
.class ol {
text-align: left;
}
That should override the universal attribute that you've set. You might
need
to give properties to the li within the ol. Keep trying. CSS rocks!
Good luck. |