Home

How it works

How to enhance

How to install

Ridiculosia

Wish List

View by Date

Downloads

Forum/Support

 

( 18 )

How it works

 

9. Adding images to a blog entry (advanced)

28 May 2009

To add an image with your blog entry you need to carefully type the code shown below (blue).



The first line of code adds the image in between paragraphs, as follows...



The second line of code positions the image to the right of the paragraph and the text wraps around the image. Note in the code sample the use of align="right" to place the image on the right side. Use align="left" to place an image left of the text.

Also note the code hspace="5" adding 5 pixels of margin on either side of the image (horizontal) to prevent the text from touching the edges. To add margin space above and below the image add (or replace) the code fragment vspace="5", using number of pixels as desired.



Visitor's : Add Comment

TOP