Homebrewers Association | AHA Forum
Admin => Questions about the forum? => Topic started by: anthony on April 28, 2011, 06:54:52 AM
-
It is kind of weird that ul and li are all reset to nothing and never stylized given that the WYSIWYG editor exposes a list sort of functionality to the forum users... it ends up being that the tags do absolutely nothing if users use them.
-
It is kind of weird that ul and li are all reset to nothing and never stylized given that the WYSIWYG editor exposes a list sort of functionality to the forum users... it ends up being that the tags do absolutely nothing if users use them.
What? English, please....
-
There shouldn't be any CSS involved anyway. Or rather, there could be since you can div anything, but li and ul are both implemented in straight HTML: http://www.w3schools.com/html/html_lists.asp
You're right, though, it does look like those tags have been CSS-ed out. Someone should either enable them or remove the icon from the WYSIWYG menu.
-
[
What? English, please....
my comment exactly. and sean speaks the same language apparently ;D
-
WYSIWYG (http://www.youtube.com/watch?v=SnO9Jyz82Ps&feature=youtube)
-
There shouldn't be any CSS involved anyway. Or rather, there could be since you can div anything, but li and ul are both implemented in straight HTML: http://www.w3schools.com/html/html_lists.asp
You're right, though, it does look like those tags have been CSS-ed out. Someone should either enable them or remove the icon from the WYSIWYG menu.
Well I assume they reset them in the first place so that they could style them in the toolbar div. They just need to dial in the specificity :)
-
If I had any idea WTF you guys were talking about, I'd see what I could do. We'll juts have to wait til Drew stumbles across this, since he speaks your language!
-
I'm guessing that the theme developers changes the CSS and eliminated the rendering for ul and li.
We can look at it, but I dunno what we'll be able to do.
-
.windowbg ul {
padding-left: 0.8em;
}
.windowbg li {
list-style-type: disc;
}
Added to the end of http://www.homebrewersassociation.org/forum/Themes/CsEpic/style.css should fix it.
-
No doubt.. but sadly, I don't control that. :)