Would anybody help me with coding? I tried looking at many coding guides and they have confused me. If you try to help my confused self I would be appreciated since this would be my first profile that I'm trying to code.
First thing, how would I set this to be my whole background on my profile? I also want three colums, the 1st one would be a transparent black comment box in the top left hand side with the color that is close to the word "Dashie" (I want all my wording to be that color), the second thing I also after the comment box I would like another column for a video, Then I wanted a transparent box for an about me that starts on the right of RDS (the pegasus if some people don't watch mlp) head that ends to the e in "Dashie" that is scrollable.
Please ping me. (:
Seems to me it's more a request for Profile&Graphics Freebies, but ehhh.
First of all, your background picture is pretty small on my screen, do you want anything done with it or is small okay?
code for bg and blue text would be
body{background-color:; background-image:url(URL); background-repeat:no-repeat; color:;}
and this should make everything transparent
,.comment_table,.header,.block,.info_block{background-image:url('');background-color:transparent;border:0px}
.textbox,.forminput{background-color:transparent;background-image:url('');border:1px solid ;}
Then you have to put what you want into what columns in Edit Your Profile and move the columns to be where you want
{position:absolute;top: px;height: px;}
For user profiles Personal-->Site Preferences-->Profile :) And it has to be between
<style></style>
tags
Ahh thankyou :) Also, do you know how to make the background image larger? Mine seems to be cramped in the corner and I want it to fit the whole screen
You can tile it so that it repeats or resize it so that it's big enough but really blurry. I guess best would be if...you've found a big enough image? ^^;
How do I tile it :S? And yeah, but i'm not sure how big it would have to be... Thanks though
Simple. About as big as your screen.
When you have body { etc etc
remove background-repeat:no-repeat;