Bullet misplaced when use "width" CSS property

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

When I define a width parameter in my external CSS sytle
sheet, for the li (bulleted list) tag, the bullets get
placed on the last line of the bulleted text rather than
as normal (and desired) at the top line.

It looks like this:

text text text
text text text
* text text text

It should look normal as in:

* text text text
text text text

How can I fix this please? Thanks!
 
Post your ul and li css

--




| When I define a width parameter in my external CSS sytle
| sheet, for the li (bulleted list) tag, the bullets get
| placed on the last line of the bulleted text rather than
| as normal (and desired) at the top line.
|
| It looks like this:
|
| text text text
| text text text
| * text text text
|
| It should look normal as in:
|
| * text text text
| text text text
|
| How can I fix this please? Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Using auto shapes 1
CSS Problems 8
bullets 2
Why are bullets hidden? 5
Hyperlinks NOT underlined in website using CSS 3
Wrapping bulleted text around table 1
FP: Bullets turn into tables! 4
CSS Trouble 2

Back
Top