Re: Just like any other social-networking site in every section, there's always gonna be a Help Thread where you can post your problems and whereabouts about Tumblr. (: Here you can share your Complicatio
[quote=versa;#3624770;1276011881]one last question, if someone out there knows uhm the codes for putting some stuffs at the left side of my tumblr.
( HTML NOOB ) lmao. i think you call that alighnment or frames? hmm lol IDK.[/quote]
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:
[quote]<div style="[color=red]color:#000000; height:100px; width:200px; position:relative; top:100px; left:100px;[/color]">[color=green]here goes your stuff/put anything here[/color]</div>[/quote]
The text in [color=red]red[/color] 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 [i]some stuffs[/i]). 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 [color=green]green[/color] is where you'll put your [i]some stuffs[/i]. Whether text, images, or objects, it's up to you.
I hope this would help.