UL or LI not wrapping correctly

  • nero
  • Student
  • Student
  • No Avatar
  • Joined: Dec 12, 2004
  • Posts: 66
  • Status: Offline

Post June 30th, 2006, 7:09 am

Situation: creating a list using image bullets. when the text wraps to the next line, it goes under the bullet. is there a way the text will line up on all lines? The reason i have 0 padding and margin, is so the bullets are right at the edge to the page, not indented.

WHAT HAPPENS:
Code: [ Download ] [ Select ]
+ blah blah.....
blah blah blah
  1. + blah blah.....
  2. blah blah blah


WHAT I WANT TO HAPPEN
Code: [ Download ] [ Select ]
+ blah blah.....
 blah blah blah
  1. + blah blah.....
  2.  blah blah blah


Code: [ Download ] [ Select ]
<style type="text/css">

ul {
list-style: disc url(images/icons/bullet_home.gif) ;
padding: 0px;
margin: 0px;
list-style-position: inside;

}

</style>
  1. <style type="text/css">
  2. ul {
  3. list-style: disc url(images/icons/bullet_home.gif) ;
  4. padding: 0px;
  5. margin: 0px;
  6. list-style-position: inside;
  7. }
  8. </style>



Code: [ Download ] [ Select ]
<ul>
<li>text here -------------- - - - - - - - - - - - - - - - -- - - -- - - - - -- - - - - - - - - - -- - - - - - - - - - - - - - - - </li>
</ul>
  1. <ul>
  2. <li>text here -------------- - - - - - - - - - - - - - - - -- - - -- - - - - -- - - - - - - - - - -- - - - - - - - - - - - - - - - </li>
  3. </ul>
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 30th, 2006, 7:09 am

  • joebert
  • Orange Lover
  • Genius
  • User avatar
  • Joined: Feb 10, 2004
  • Posts: 12484
  • Loc: FL
  • Status: Offline

Post June 30th, 2006, 2:57 pm

Have you tried outside for list-style-position ?
Patience.

Post July 2nd, 2006, 7:40 pm

remove the list-style-position

that's ll

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 116 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2010 Unmelted, LLC. Driven by phpBB © 2010 phpBB Group.