Atais
05-24-2010, 12:10 AM
Hello!
Cutting long story short.
I've got a HTML + CSS website, and in one div I got some text.
This text is formatted as a list, but I am not using any markers, because it is multilevel list and when I want to be W3C strict a new level list is an object of previous:
So it looks like this
+ text (list1)
+ text2 (list1)
+
....1. list2 text
....2. list2 text
+ text3 (list1)
What looks better with no markers:
text
text
....text2
....text2
text
Its nice, but still I am not satisfied with one thing.
Because text is sometimes longer than 1 line, I want next lines to be sticked out;
Now:
texttexttext
texttexttext
I want:
texttexttext
....texttexttext
Is it possible?
I can move the first line, but i want to move all but the first :/
Its important to mention: "texttexttexttexttexttext" is one object of list (<li> text...text</li>)
Cutting long story short.
I've got a HTML + CSS website, and in one div I got some text.
This text is formatted as a list, but I am not using any markers, because it is multilevel list and when I want to be W3C strict a new level list is an object of previous:
So it looks like this
+ text (list1)
+ text2 (list1)
+
....1. list2 text
....2. list2 text
+ text3 (list1)
What looks better with no markers:
text
text
....text2
....text2
text
Its nice, but still I am not satisfied with one thing.
Because text is sometimes longer than 1 line, I want next lines to be sticked out;
Now:
texttexttext
texttexttext
I want:
texttexttext
....texttexttext
Is it possible?
I can move the first line, but i want to move all but the first :/
Its important to mention: "texttexttexttexttexttext" is one object of list (<li> text...text</li>)