LaTeX Parameter for Position Adjustment in Ning.com

Inserting LaTeX using <img src="http://www.codecogs.com/gif.latex?copy_paste_here"/> should be treated as image because we use image tags for HTML ( <img .../>).

There are several parameters that can be use for position adjustment:

Parameter Value Using Example Output
align
align="top" <img src="http://www.codecogs.com/gif.latex?\frac{x-\mu }{\sigma }" align="top"> Sample text
middle align="middle" Sample text
bottom align="bottom" Sample text
border 0 border="0"
&lt;img src="http://www.codecogs.com/gif.latex?\frac{x-\mu }{\sigma }" align="middle" border ="1">
Sample text
1 border="1"
width % or pixel
width="10"
width ="100%"

&lt;img src="http://www.codecogs.com/gif.latex?\frac{x-\mu }{\sigma }" align="middle" height ="40" width="70">
Sample text
height % or pixel
height="20"
height ="90%"
hspace % or pixel
hspace="5"
hspace ="5%"
<img src="http://www.codecogs.com/gif.latex?\frac{x-\mu }{\sigma }" align="middle" vspace ="20" hspace="10%" border ="1"> Sampletext
vspace % or pixel
vspace="10"
vspace ="10%"

Resource:
W3C (n.d). 13 Objects, Images, and Applets. Retrieved 16 April, 2010, from http://www.w3.org/TR/REC-html40
Category:

0 comments: