tag is not working
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 tipshttp://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.
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
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.