Oh, okee. Easy peasy. "list-style-type:disc" is default. There's other options too. Reference them here: http://www.w3schools.com/CSS/pr_list-style-type.asp
On Fri, Sep 18, 2009 at 8:03 PM, Matthew Smith <[email protected]>wrote: > > >I think this is what you're looking for. Fiddle with the "20px" until you > >get it to line up with the nested list. > >Hopefully that's what you're asking for. > > > ><style> > > .myUL LI {margin-left:20px;} > ></style> > ><ul class="myUL"> > > <li>my list item</li> > ></ul> > >On Fri, Sep 18, 2009 at 7:18 PM, Matthew Smith <[email protected] > >wrote: > > > >> > > Thanks for the reply. The only problem is that the different levels of > nesting cause the bullets to look different. What you suggested will align, > but the bullets will be different. > > Is there a way that I could specify the bullet style? I could make them > the same for the page regardless of nesting. It's a template, so there is a > little css I am not familiar with, but I don't see anything about the bullet > style. > > here's a pic: > http://smithwebdesign.net/shot.jpg > > I am trying to fix the bottom two. > > Thanks! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:304521 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
