Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

<sup> tag not working ?

tag is not working

Comments

  • Bummer. Is the other tag working, or just this one?

  • all other tags are working, only superscript and subscript are not working, please help me

  • now i'm confused

  • when we use superscript or sbscript formatting on text through tex editor, it shows correct in editor, but when we make post, these 2 tags do not work (superscript & suscript)

  • @fr3emlnd: visit my forum at http://forums.i-shiksha.com and check superscript and subscript, then you will understantd my problem

  • super script

    sub script

    you need to add the following to your theme's custom.css

    .superscript{font-size:x-small; vertical-align:super;font-style:oblique} 
    .subscript{font-size:x-small; vertical-align:sub;font-style:oblique} 
    

    Use <sup> and <sub> tags

    here is some styling tips
    http://www.htmldog.com/articles/superscript/

    If you are doing complex equation you might be better off with the latex plugin.

    Next time be more descriptive.

    grep is your friend.

Sign In or Register to comment.