Skip to topic | Skip to bottom
Home
Academic
Academic.PositioningImagesr1.12 - 02 May 2006 - 20:46 - RonSwartzertopic end

Start of topic | Skip to actions

Positioning Images

Once you have attached an image you can position it anywhere in the page. After attaching your image, look in the edit window. You should see something like this:

* monkey.jpg:
img src="/twiki/pub/Academic/PositioningImages/monkey.jpg" alt="monkey.jpg" width="222" height="188"

To change the position of the image you have to add some commands to the code. After height=”188”, enter one space and this: align=”right” hspace=”210” vspace=”10”. The code should look like this:

* monkey.jpg:
img src="/twiki/pub/Academic/PositioningImages/monkey.jpg" alt="monkey.jpg" width="222" height="188" align=”right” hspace=”210” vspace=”10”

Your image will appear in the center of the page like this:

* monkey.jpg:
monkey.jpg

Change the variables following hspace (horizontal space) and vspace (vertical space) to move the image to the desired location. If you just want the image to go all the way to the right, all you need to add is aligh=”right”.

-- AdamBates - 10 Aug 2005


to top


You are here: Academic > WikiHelp > PositioningImages

to top

Copyright © 1999-2009 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback