How to change the background
Monday, 28. January 2008, 13:32:25
So I will try to guide you in that tutorial

Those are in 1024 x 768 pixels screen resolution, maybe think that this is not useful because we can't see the background
1 - The first thing to do is a picture for your background (if you want other thing than only an uniform color).
But for a background, this picture will be repeated to fill the screen resolution up of your visitor. So you have to take care of the joins on each of the 4 edges of your picture! Why? Just for a nice background's look


On your left you have a bad edges join picture: "bkgrnd1.jpg", and on your right, a good edges join picture: "bkgrnd2.jpg".
Try them if you want to see the result!
- I will NOT explain how to do a such picture
- You can find on Google some tutorial about how to creat a "seamless pattern image"
So I know only two softwares who can help you to make good edges join pictures: Photoshop (Not the best) and Painter (nice).
- You can also find some ready to use seamless pattern pictures on Google images.
--------------------------------
2 - When your background is ready, you have to upload it on your Opera blog: Go to your Opera blog's account here:
Then you will see this:
Click on the Files button... and you will see this:
Click on the tab "Upload files"... and you will see this:
Select the directory "files" (if you don't have one, you have to create it. Also don't use the "blog" directory, in this directory your background image can be resized smaller), then click on the button "Choose" (In yellow here). Find your new background image on your computer, and then click on the "UPLOAD" button and wait a few seconds
After the upload, you will see your directories and the files you have in them. As you can see in the previous screen shot: my "fond-tapisserie.jpg" background
--------------------------------
3 - Now it's time to personalize your blog's background
- Go again to your Opera blog's account here:
Then you will see this:
Click on the "Design" button... and you will see this:
Click on "custom style sheet" on the upper right... and you will see this:
So here, under the 2 words "Enter CSS:", you have to write this code in the empty box:
body {
background-image:url(http://files.myopera.com/holdowicz-claude/files/fond-tapisserie.jpg);
background-color:#990000;
}- BUT you have to change "holdowicz-claude" by your own blog's title (the one you can see in the address bar of your browser), AND also this "fond-tapisserie.jpg" by your own background's name
- After that, don't forget to check this line:
Use my custom style sheet together with the current theme,
and then click on the SAVE button
- Refresh your Browser and see the result
--------------------------------
4 - You will find some background images in my "Photos" section.
--------------------------------
5 - How your CSS code will be if you already have a customized banner?
If you have already followed my first tutorial, just add those CSS code lines here to the existing ones!
Like this:
#top {
background: url(http://files.myopera.com/holdowicz-claude/files/claude-banner.jpg) top left;
}
body {
background-image:url(http://files.myopera.com/holdowicz-claude/files/fond-tapisserie.jpg);
background-color:#990000;
}
--------------------------------
6 - About this line of CSS code: "background-color:#990000;"
This is the background color! You can see it before your browser load the background image, or if you leave blank the "background image URL" like this:
background-image:url();- So the background color used here is: #990000 It will give this color:



1 2 3 4 5 6 Next »
Salve! # 9. February 2008, 17:48
Have a nice weekend
holdowicz-claude # 9. February 2008, 17:51
zetorres # 9. February 2008, 18:02
Salve! # 9. February 2008, 18:02
holdowicz-claude # 9. February 2008, 18:12
Welcome Zé!
Salve! # 9. February 2008, 18:30
Zé Vasconcelos # 9. February 2008, 19:04
Rain Mosq # 9. February 2008, 19:12
body {
background-image:url(http://files.myopera.com/holdowicz-claude/files/fond-tapisserie.jpg); repeat;
background-color:#990000;
margin:0;
padding:0;
}
for MY information? Where is it? What am I looking for? In where? What directory? Where is there a Files.myopera.com/(i don't know which name they took for me)/file/
is it Rain%20Mosq ... and even then, where is this file supposed to be? I'm ready to cry now.
holdowicz-claude # 9. February 2008, 20:31
#top {
background: url(http://files.myopera.com/Rain%20Mosq/blog/32259yiurybzkxv.jpg) top left repeat-x;
}
body {
background-image:url(http://files.myopera.com/Rain%20Mosq/blog/32259yiurybzkxv.jpg); repeat;
background-color:#310311;
margin:0;
padding:0;
}
Look, a code is like a language to tell to the computer what to do!
The first part of your code here is for the banner (top) and the second part (body - background image) is for the background of course
As you can see after the word "url" you have the path to the choosed image, here it is the same image for the banner AND the background:
32259yiurybzkxv.jpg
But this image is somewhere in your blog, and your blog is somewhere on Internet, so there is an address for all things. This is the URL
---
Your avatar's image have its own address.
Look: right click with your mouse on it. You will see a little contextual menu. At the bottom of this menu left click on "Image's property". Then a dialogue's window will open, the last line gives you the complete "Address" of your Avatar (its url).
Copy all the address and open a blank browser's window and past the address in the address bar and then hit the "Enter" key on your keyboard, you will see the image of your avatar
---
So for your background image this is the same: you have to give the complete address of your image in the CSS code... However the CSS code will not find it for display it as your blog's background.
1174906lby # 9. February 2008, 20:54
holdowicz-claude # 9. February 2008, 20:54
1174906lby # 9. February 2008, 21:23
1174906lby # 9. February 2008, 21:26
holdowicz-claude # 10. February 2008, 10:11
noah counte # 10. February 2008, 15:14
holdowicz-claude # 10. February 2008, 17:41
http://my.opera.com/Rain%20Mosq/blog/
And to see her CSS just change the address like that:
http://files.myopera.com/Rain%20Mosq/user.css
Also Lori have moved her picture for the "files" directory now:
http://files.myopera.com/Rain%20Mosq/files/32259yiurybzkxv.jpg
So of course the CSS must be changed... but it seems that those signs to indicate a string don't work " " and ' '
noah counte # 11. February 2008, 00:35
She has used single quotes to keep the space (again, I hadn't thought of this), but now her string includes single quotes. I don't know if they are parsing css, but the URL doesn't have the single quotes - so it's still a failed address.
holdowicz-claude # 11. February 2008, 09:45
noah counte # 11. February 2008, 12:54
I changed my tag cloud, because Keilarina wanted to change hers, and I was showing her how it would render. Then I didn't change it back.
holdowicz-claude # 11. February 2008, 13:33
noah counte # 11. February 2008, 14:20
holdowicz-claude # 11. February 2008, 14:57
noah counte # 11. February 2008, 15:17
Tags are a little frustrating to me, as they do not all appear in your cloud, and I am not sure how they determine which ones will be included.
holdowicz-claude # 11. February 2008, 15:18
noah counte # 11. February 2008, 15:55
holdowicz-claude # 11. February 2008, 16:08
noah counte # 11. February 2008, 16:18
The CSS can all be found in http://my.opera.com/community/css/users/1/main.css, and that may help you understand how they represent the links (all the tags appear as links), but they have something going on with javaScript (or something) that isn't immediately evident, too. It's all done under the comment "/* :: TAGCLOUD :: */" about 1/2 - 2/3 of the way down the document.
You include it by clicking on "My Page," "Account," "Side Bars and Menus," and then including "Tags" among your blog sidebars.
holdowicz-claude # 11. February 2008, 16:40
noah counte # 11. February 2008, 17:15
holdowicz-claude # 11. February 2008, 17:32
noah counte # 11. February 2008, 17:54
holdowicz-claude # 11. February 2008, 18:15
noah counte # 11. February 2008, 18:18
holdowicz-claude # 11. February 2008, 18:23
noah counte # 11. February 2008, 18:47
holdowicz-claude # 11. February 2008, 18:53
noah counte # 11. February 2008, 18:55
holdowicz-claude # 11. February 2008, 19:03
noah counte # 11. February 2008, 19:11
holdowicz-claude # 11. February 2008, 19:17
noah counte # 11. February 2008, 19:31
holdowicz-claude # 11. February 2008, 19:39
Where is your forum?
noah counte # 11. February 2008, 19:52
I didn't choose the name, or I would have solved the %20 problem, as I already experienced it with My.Opera. Still, the problems we have involve administrative functions like moving topics and changing the oder of forum groups. Also, I can't delete any group messages, which is very irritating.
holdowicz-claude # 11. February 2008, 20:18
noah counte # 11. February 2008, 20:44
holdowicz-claude # 11. February 2008, 21:58
norskblu # 11. February 2008, 22:01
holdowicz-claude # 11. February 2008, 22:08
But you know, in fact you don't need to upload my pic in your blog: just take its URL from my blog and put it in your CSS!
Look your CSS:
#top {
background: url(http://files.myopera.com/norskblu/files/bv920.JPG) top left;
}
body {
background-image:url(http://files.myopera.com/norskblu/files/bkgrd-light.jpg); repeat;
background-color:#990000;
margin:0;
padding:0;
}
And now what I mean:
#top {
background: url(http://files.myopera.com/norskblu/files/bv920.JPG) top left;
}
body {
background-image:url(http://files.myopera.com/holdowicz-claude/albums/468592/bkgrd-light.jpg); repeat;
background-color:#990000;
margin:0;
padding:0;
}
aysunsay # 11. February 2008, 22:37
sugar my friends.my swett frends.
okey.chainc banner.ı'm travelling outecide city.return to you okey.
kisess claude.swett claude.
holdowicz-claude # 12. February 2008, 08:19