Jump to content

list indent


Dizzyedge

Recommended Posts

Can anyone help?I have set the list styles to be a menu that can drop down (like a dhtml menu). I then created another class of menu so that i can write normal lists. The problem is that the second line of a list element does not align with the top line so I get this:- first line text .... text text ...second line textinstead of:- first line text... text text... second line textAny help with this would be appreciated greatly.By the way, big hello from South Africa

Link to comment
Share on other sites

Do you mean you want the items in a row instead of a column?If so, you may use the statement li { display:inline; } in your stylesheet to have all of them ar one row :)[*Edit:] No sorry, that was not what you want :)Is this what it should be?

  • first line ... text ... textsecond line ... text ... text
  • second item ... text ... textsecond second line ... text ...

Edited by Dan The Prof
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...