Replies

Dec 30, 2013 12 years ago
Razul
is cooler than cool
User Avatar

Hello there. Im trying to put an image, centeres and aligned on the left side, away from the last column, but i just don't know how, could someone please help me whit that? Also, where in the text codes should i put it? Im new whit all the code stuffs, so it's very complicate for me right now.

Thanks in advice :)

Dec 30, 2013 12 years ago
Silverfish
is a survivor
User Avatar
Xingese

If you look up your code you have this there, right? body,html{background-image:url(); background-color:; color:; font-family:helvetica, tahoma, arial, sans serif; font-size:11px; } change it to body{background-image:url(IMAGE URL HERE); background-attachment:fixed; background-repeat:no-repeat; background-position: 0px 200px; background-color:; color:; font-family:helvetica, tahoma, arial, sans serif; font-size:11px; }

background-image:url(IMAGE URL HERE); is where you put the link to the picture you want background-position: 0px 200px; change the amount in px around until the image is where you want it to be.

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Dec 30, 2013 12 years ago
Razul
is cooler than cool
User Avatar

Thanks a lot for your help and explenation, thats helped me a lot :D

Please log in to reply to this topic.