Skip navigation.

How to change the background

, , , ,

I think that after the banner, the second thing that people wants to customize is the blog background :yes:
So I will try to guide you in that tutorial :smile:


Those are in 1024 x 768 pixels screen resolution, maybe think that this is not useful because we can't see the background :wink: Hehehe, but not all people are in a such little resolution...

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 :yes: Look these two example here:


On your left you have a bad edges join picture: "bkgrnd1.jpg", and on your right, a good edges join picture: "bkgrnd2.jpg". :wink:
Try them if you want to see the result!

- I will NOT explain how to do a such picture :frown: Yes it's too difficult here and it depends of your image editor software!
- You can find on Google some tutorial about how to creat a "seamless pattern image" :yes:
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. :smile:
--------------------------------
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 :wait:
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 :smile:
--------------------------------
3 - Now it's time to personalize your blog's background :D
- 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 :up:
- 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 :smile:
- Refresh your Browser and see the result :eyes: :up: BRAVO! :wink:
--------------------------------
4 - You will find some background images in my "Photos" section. :yes:
--------------------------------
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! :smile:
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:

How to change your bannerMy dreamed house

Comments

Salve! 9. February 2008, 17:48

Thank you, Claude :smile:Tomorrow my son will come home and I hope he will help me with picture for background. I am going to cook tomato soup that he loves so much :D
Have a nice weekend :smile:

holdowicz-claude 9. February 2008, 17:51

Hummmmm, miam miam p: I'm hungry! Do you know that I also like the tomato soup, Magdalena :D

zetorres 9. February 2008, 18:02

Thanks Claude:)

Salve! 9. February 2008, 18:02

:D I think that Polish recipe (my grandmother and my mother recipe)for tomato soup is a little difrent then French tomato soup. And- this soup for me and my son is taste/savour of childhood :smile:

holdowicz-claude 9. February 2008, 18:12

Waou I understand you Magdalena :smile: So the recipe is top secret :D

Welcome Zé! :happy:

Salve! 9. February 2008, 18:30

Zé Vasconcelos 9. February 2008, 19:04

Thank yo Claude. :up:

Rain Mosq 9. February 2008, 19:12

Claude ... I wish this didn't have to be so complex for me. :confused: I'm sure everyone else gets it right away, but ... Where do I get this ...

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. :cry:

holdowicz-claude 9. February 2008, 20:31

Lorain :wink: if it was for you, the code will be like that:
#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 :smile:
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 :smile:
---
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 :smile: Like this:

---
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

Thank you for another great tutorial! :hug:

holdowicz-claude 9. February 2008, 20:54

:happy:

1174906lby 9. February 2008, 21:23

Ok Claude. I'm trying to change my background to a solid color and I'm missing something. I used the code beginning with "body" to the } minus the file reference. My chosen blue flashes up but then it goes back to black. What am I doing wrong?

1174906lby 9. February 2008, 21:26

Never mind - I got it. I didn't read enough as usual. :smile:

holdowicz-claude 10. February 2008, 10:11

Bravo! :smile:

noah counte 10. February 2008, 15:14

Nicely done, Claude.

holdowicz-claude 10. February 2008, 17:41

Matthew :frown: I just saw that a string does not work with Opera CSS. Have a look on Rain Mosq blog!
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 ' ' :frown:

noah counte 11. February 2008, 00:35

I'm thinking something like ...Rain\ Mosq...

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

Hello Matthew :smile: Thanks for your help! I would like to know why did you add this parameter in your CSS: "tagcloud"?

noah counte 11. February 2008, 12:54

Well, I can't figure out how to get that space to behave. It will take bigger minds than mine!

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. :lol:

holdowicz-claude 11. February 2008, 13:33

But I don't understand those tags! :eyes:

noah counte 11. February 2008, 14:20

What do you not understand?

holdowicz-claude 11. February 2008, 14:57

The things those tags change in the blog design :frown:

noah counte 11. February 2008, 15:17

I don't follow. I'm sorry - I feel a little dense.

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

What is the cloud and where is it? :frown:

noah counte 11. February 2008, 15:55

Oh...You want one to appear for you?

holdowicz-claude 11. February 2008, 16:08

No, I just want to understand what is it...

noah counte 11. February 2008, 16:18

The cloud appears in the right side of your blog. If you use tags when you create a post, you can include a tag cloud that shows an indication of the things that are the most blogged about - depending on how many times you use a tag, it will appear in larger font and will become bold. This way, people can tell what is most important to you, and can link to all your posts on a particular topic (assuming you tagged them appropriately).

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

Ho I see. Thank you Matthew :smile: I was thinking that tags are only to be found through Google...

noah counte 11. February 2008, 17:15

Nope. They are an indicator of topic importance (based on usage).

holdowicz-claude 11. February 2008, 17:32

Is there a particular interest for ourselves? :confused:

noah counte 11. February 2008, 17:54

I find it useful when I am browsing blogs - it tells me what is most important to a blogger.

holdowicz-claude 11. February 2008, 18:15

I added them :rolleyes:

noah counte 11. February 2008, 18:18

hehehe. You can change the color, of course. I don't remember how they became blue. Maybe they were blue initially.

holdowicz-claude 11. February 2008, 18:23

I didn't add anything in the CSS, so they are blue...

noah counte 11. February 2008, 18:47

huh. Odd choice, since everything else in the side bar is white by default.

holdowicz-claude 11. February 2008, 18:53

It maybe depends of the choosed theme. I sent a message to Lori about your hosting account for her banner :smile: Thanks!

noah counte 11. February 2008, 18:55

you are welcome. You could host for her, too. I didn't put it on my server - just in the files section of a second my.opera account.

holdowicz-claude 11. February 2008, 19:03

Yes I know, but when you host for someone else, you became a key for him (or her). So He needs you each time he wants to change something in his blog's design... However you can give to him (her) your access password :whistle:

noah counte 11. February 2008, 19:11

Yes. The better solution would be for them to create their own second usernames. I wish they had made it clear there would be trouble before we chose the names.

holdowicz-claude 11. February 2008, 19:17

Yes that's true! They can build an little javascript to detect the blank space and other bad characters and change them automaticaly :knight:

noah counte 11. February 2008, 19:31

I'll leave fighting with the opera guys to you. They've never responed to me, and I have a forum I can't get to function properly!

holdowicz-claude 11. February 2008, 19:39

That's sad :frown:
Where is your forum?

noah counte 11. February 2008, 19:52

http://my.opera.com/ROUTE%2066%2C%20Revisited/forums/

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

Ho yes I remember Route 66 :smile:

noah counte 11. February 2008, 20:44

L)

holdowicz-claude 11. February 2008, 21:58

As you want dear Maria :smile: Just think that the more your photo is bigger, the more your blog is heavy to load for your visitors :yes:

norskblu 11. February 2008, 22:01

Thank you! Well, I used one of your photos. It`s realy nice, light and bright! :D I can`t wait to get my laptop back, to play in Photoshop! :D

holdowicz-claude 11. February 2008, 22:08

Great :lol: Thanks to use one of my background Maria! You're the first :yes: So you win a kiss = :kiss: :heart:
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! :faint:
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

flirt hello claude.ı'm sory.ı'm not see you.sory.ı'm offline.

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

Aysun :love: Go back to me! :faint:

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies