Could someone tell me how to enable tags with CSS class="stylename"? I understand support was enabled after 1.5, but I can't get it to work on my 1.11.0 system. I suspect it has something to do with that it was upgraded from 1.4 originally and something isn't set right.
this works: text here
but this does not: text here
any ideas?
-Jeff
Jeff Lane wrote:
Could someone tell me how to enable tags with CSS class="stylename"? I understand support was enabled after 1.5, but I can't get it to work on my 1.11.0 system. I suspect it has something to do with that it was upgraded from 1.4 originally and something isn't set right.
this works: text here
but this does not: text here
any ideas?
-Jeff
Oops, looks like the HTML got parsed in my message.
I meant:
this works: <span style="font-size: 150%;">text here</span>
but this does not: <span class="h2">text here</span>
Jeff Lane wrote:
Jeff Lane wrote:
Could someone tell me how to enable tags with CSS class="stylename"? I understand support was enabled after 1.5, but I can't get it to work on my 1.11.0 system. I suspect it has something to do with that it was upgraded from 1.4 originally and something isn't set right.
this works: text here
but this does not: text here
any ideas?
-Jeff
Oops, looks like the HTML got parsed in my message.
I meant:
this works: <span style="font-size: 150%;">text here</span>
but this does not: <span class="h2">text here</span>
Ack, never mind. After searching around for solutions, I looked over my CSS again and I had it set up wrong. *smacks head*
-Jeff
Have you even defined a .h1 class in your css?! The h1 is not a css class, it's a HTML element. They're completely different things.
~Daniel Friesen(Dantman) of: -The Gaiapedia (http://gaia.wikia.com) -Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG) -and Wiki-Tools.com (http://wiki-tools.com)
Jeff Lane wrote:
Jeff Lane wrote:
Could someone tell me how to enable tags with CSS class="stylename"? I understand support was enabled after 1.5, but I can't get it to work on my 1.11.0 system. I suspect it has something to do with that it was upgraded from 1.4 originally and something isn't set right.
this works: text here
but this does not: text here
any ideas?
-Jeff
Oops, looks like the HTML got parsed in my message.
I meant:
this works: <span style="font-size: 150%;">text here</span>
but this does not: <span class="h2">text here</span>
mediawiki-l@lists.wikimedia.org