XF 1.5 Super/sub

LuvMeSumZen

Active member
I'm having trouble finding out how to format text in super or subscript. HTML tags aren't doing it for me and could not locate an addon that adds it to the text editor. Any solutions you know of?
 
I've exported the sup and sub bb codes.

You will just need to set the editor icon values in the Advanced Options tab if you want buttons in the editor.

You will also need to add this to EXTRA.css:
Code:
.ctaBbcodeSub
{
    vertical-align: bottom;
}

.ctaBbcodeSup
{
    vertical-align: top;
}

What are the correct editor icon values? How do I determine those?
 
Top Bottom