SID-00662: how to move object on page from place to place
| Status: |
Answered |
TWiki version: |
|
Perl version: |
|
| Category: |
CategoryRendering |
Server OS: |
|
Last update: |
16 years ago |
let's say, I want to move a table or an image to the right hand side of the page. what is the easiest way to do it?
--
LongWu - 2009-12-09
Discussion and Answer
With an HTML img tag or HTML table you can add
align="right" to show the image or table t the right of the browser window. You have more control with a styled div tag. Look at the raw text to see how the table to the right is placed. See css float tutorials at
http://www.tizag.com/cssT/float.php
,
http://css-tricks.com/all-about-floats/
,
http://css.maxdesign.com.au/floatutorial/
--
PeterThoeny - 2009-12-10
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.