3217 Posts in 853 Topics by 812 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1021 Views |
-
Different ul-Styles

24 March 2011 at 3:56am
Hi,
I'd like to have different styles for different sorts of unordered lists. Just adding something like
.list2 .ul {
width: 10em;
margin: 0; padding: 0.8em;
border: 1px solid black;
}to typography.css doesn't work. The editor leaves the "list2" and only shows "ul". Also the text is insterted within a <p class="ul"> tag.
Any hints?
Thank's!!
-
Re: Different ul-Styles

24 March 2011 at 4:21am
Hi lemoony,
In your code the ul is a classname. Try ul.list2 and in your html ul class="list2"
Frank
-
Re: Different ul-Styles

24 March 2011 at 4:29am
Ah, thank's, that was silly.
But it still doesn't work properly - only by editing the html by hand... and I'd like the editor to do the work
| 1021 Views | ||
|
Page:
1
|
Go to Top |

