Positioning
With positioning, all you have to do is add the style code below to anything u want to position. You can change the values in top and left. I just used 100 because it was the first number that popped into my head.
Positioning an Image
Positioning a Layout
This is the same as positioning an image. Only difference is that when positioning an image u can change the top and left value to whatever numbers you want. But when positioning a layout, they should always be 0. Also, when positioning a div, make sure the div is the first thing in the message box where u insert html because that way everything else you position will be positioned on top of it.
Positioning a Div
Positioning Notes n Friends List
Add the following code as the very LAST item in ur personal message box. and Make sure there are NO spaces in the code. the ONLY space in the code should be between div and style.