HighDots Forums  

Re: bulleted lists using css dw cs3

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: bulleted lists using css dw cs3 in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
don Carlos
 
Posts: n/a

Default Re: bulleted lists using css dw cs3 - 03-26-2009 , 08:20 PM






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.


Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: bulleted lists using css dw cs3 - 03-26-2009 , 08:32 PM






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.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.