PeziCreation's avatar
hi! i only want to give my own picture in the background of my journal...and i load the picture to imageshack to get the right url...but witch url i must take in the *skin CSS* ? i try out the direkt link and http code..but it dont works? i type in the *skin CSS* feld...background-image: url( http.....);...but it dont works?..i only want to give my picture in the background :((( hope you can help^^^ nice greetings !
Charrcole's avatar
You want the direct link. After uploading your image view it. Then right click on the image and select 'View image' then copy and past the URL from that page to your code where I have explained to place it. Example ( background-image: url([link]; ) Also make sure where it says 'background-color' you have written 'transparent' so it should look like this background-color: transparent;

Good luck.
PeziCreation's avatar
thank you-now i have the rigth image link..but it dont show me the image..i only see the green background..i type in this:
.journaltop {
background-image:url([link];
background-position:top center;
background-repeat:no-repeat;
color:transparent;
font-family:ComicSansMS;
font-size:12px;
text-align: center;
padding-top: 600px;

....what i do wrong?...so sorry for ask for help..but im so happy someone can help^^
(i only want the image background and only one box where i can write in a text and links..thats all i need)
Charrcole's avatar
Looks pretty good, you might have to look through your entire code and find places you have color where you don't need it for example anything that says 'background-color' needs to be answered with a transparent. Where it just says 'color:' needs to be answered with a color. I see in what you have there 'color:' answered with 'Transparent' try answering it with a color code like #000000; and see if that changes anything. CSS it picky so one little thing can break the entire code.

:D I'm happy to help, especially on questions I still remember to answer. XD
PeziCreation's avatar
thank you for the next help ,i try it..but all i do is wrong: i dont see my image in the background...so i fount on DA a simple skin that i can load in my journal..name: *simple transparent journal skin*..when i open it it my edit skin..i see the codes of this one--is it possible to put my image url to this and it works?
Charrcole's avatar
Yes that should work. :)
PeziCreation's avatar
juhuuu it works!! but the size of the image is wrong....do you know witch size i must use for this transparent template?
Charrcole's avatar
Ah no I don't... it all depends on the template. I suggest playing with the size till it fits right.
View all replies