scorpio_chick
10-07-2004, 10:31 AM
does anyone know how to make a blog, a simple blog (no need for images)for me to put in my userlookup bcoz the background is too dark for the profile to be seen bcoz it's in a thin black font...i don't know how to make a blog! Pls. help me!( and i don't know how to put the profile in the blog)
I'm trying all my might to make my userlookup original...i'm tired of using premade layouts from other sites, but there's too many things that I don't know yet.
kitty_katt07
10-07-2004, 06:31 PM
It's called a div layer. Try this code but of course you'll been to mess around with the top: 380px; left: 345px; That's what positions the text, to move the blog right or down make those numbers larger, to move them left or up make them smaller. The border : transparent is the border oviously, you can make the transparent or a differet color. background : transparent is the background which you can leave transparent or change the color. The width and height are pretty obvious, make sure it's pretty big if you're putting the entire profile in to prevent a hoz. profile, those will your make profile look tacky ;p If you need more help PM me or search 'div tutorial' on yahoo/google.
Also.. if you want EVERYTHING in the div, includeing your stats ect, put the code at the very bottom after everything and remove the </div>. This code will put just your text in the div.
<div style="border : transparent; background : transparent; color : #999999; padding : 4px; position: absolute; top: 380px; left: 345px; width : 248px; height : 395px; overflow : auto; ">
WRITE TEXT HERE
</div>