>The <ul></ul> tags are what is responsible for indentation among list >items. So, you'd need to wrap the <ul> tag around any <li> tags in order >to get the inner indentation that you're looking for. Of course, they'll >also cause a space before and after the list itself, which may have been >what you were trying to avoid. > >If that is true, then you have to choose: Use <ul> and accept the space; >Don't use <ul> and accept the out-dentation; create nested tables and a >bullet graphic to force the issue. > >There might be a fourth option, to use CSS and somehow make your magic >work, but that one is beyond me.
Yeah with CSS, you can do this with nested DIV tags, and such, however then you need to spend your precious time dealing with all the cross-browser incompatabilities due to the current state of poorly implemented CSS rules because EVERY major browser out there has at least some bugs in how it handles CSS... for example the "Box model" fiasco and Internet Explorer... just to name ONE issue. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

