mm


if (²) how make "2" small , rrze above "m" m2, how make a  "mm" rize above number

the code reference specific short code html entity, there isn't version of everything. you're looking called "superscript".

 

the part don't need use short codes superscripted. best way superscript combine <sup> html tag with  css...

 

in css, add this...

 

sup {

  position: relative;

  top: -1ex;

  vertical-align:baseline;

  font-size: 80%;

}

 

in html, text want superscript, add <sup></sup> tags around it, this...

 

<p>here pure text awesomeness<sup>10</sup> (text awesomeness power of 10)</p>



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support