How to create superscrypt in editor
Autor: LogoLogics A.
Visitado 1648,
Seguidores 2,
Compartilhado 0
Hello,
I need to use superscrypt in the editor, but cant seem to make that happen?
If I copy and paste ( special ) it does not take the superscrypt and even using the html tag
<sup>e</sup>
( activating html in the text object ) does not create a superscript like the 26e of the month ( the e should be floating or the 26th ( th should be floating ).
Publicado em
Hello LogoLogics, can the idea of Mimoune be useful to you?
http://answers.websitex5.com/post/57887
J.P.
Autor
Hello,
thx, I got this fix from Cheekyman earlier, and it works.
It would be great if this option was added to the text editor instead of having to use these work arounds? For example in Word Press Plugin ( Ultimate TinyMCE ) this option is immediatly available in the text editor. As far as I can tell, this option is not available in the new V10 either?
Kind Regards,
Annie
Autor
For those who dont understand french I will put the coding here in english as well:
Do this:
<STYLE type="text/css"> sup { vertical-align: super; } sub { vertical-align: sub; } </STYLE>
Insert above into General Settings/Expert before the closing HEAD tag......
Thanks Annie....
The sub and sup should be added to the CSS and it doesn't seem to be?
Cheekyman
Autor
Hi Cheeckyman,
I dont know what you mean? it works like a charme?