[quote=aRies04991;#3628485;1276250535]If you want the stuff at the right side to be moved at the left side, edit the position of your "sidebar" at the css codes.
If you only want to put additional stuff at the left side, try using div tags. Insert this within the body of your html:
<div style="color:#000000; height:100px; width:200px; position:relative; top:100px; left:100px;">here goes your stuff/put anything here</div>
The text in red is your css that describes how the div box would look in your layout. You have total control on the variables: you may add, remove, change them. The "position:relative; top:100px; left:100px" there determines the position of your additional box (where you will put your some stuffs). Again, you may edit its variables to change the position. This is the part where you have to use trial and error.
The text in green is where you'll put your some stuffs. Whether text, images, or objects, it's up to you.
I hope this would help.[/quote]
Just what im looking for. much thanks
Last edited by versa (2010-06-11 08:49:09)