Morning,

Got a list problem that's driving me crazy!  This is probably more a CSS
question than Cold Fusion....

I'm trying to output the results of a query into a list. No problems there,
but the formatting is driving me nutz.  The list wraps wrong.  What I'm
getting (using a "*" as the bullet for example here only...

* Item One
* Item Two is long
and wraps under the bullet
*Item Three is long
and wraps under the bullet

What I'm trying to get:

* Item One
* Item Two is long
  and wraps this way
* Item Three is long
  and wraps this way

So, shouldn't the below do what I want?

<tr>
  <td>
   <cfoutput query="deals"><li list-style-position:
outside;>#deals.PA_CATEGORY#</li>
  </td>
</tr>

Of course, I could use a graphic and a two column table....but that doesn't
seem like the best way to go...

I've tried all sorts of CSS tricks, but nothing seems to fix the problem.
Ideas?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to