Hint: I always use http://htmledit.squarefree.com/ to code!
To add an image:
<img src="IMAGE URL HERE">
(To get image url, simply right-click any image and select 'Copy Image URL')
(To get image url, simply right-click any image and select 'Copy Image URL')
|
|
To change the size of the image:
<img src="IMAGE URL HERE" height=200 width=200>
(You can alter the numbers to the desired size you want)
(You can alter the numbers to the desired size you want)
For example:
Watch me make this apple grow!
Watch me make this apple grow!
<img src="http://www.mensxp.com/images/
article/health/Live_Healthy/ Apple70753.jpg" height=200 width=200> |
<img src="http://www.mensxp.com/images/
article/health/Live_Healthy/ Apple70753.jpg" height=300 width=300> |