Hello everyone, i have this website http://www.hydroponicsworld.info and i would like to add on the sides - where the template is white - a blurred image in order to be more attractive to users. Any idea how can i fix it? Thanks in advance
if you'd like add background image you can do this like that, editing your CSS style: body { ... background-image:url('url/to/your/image.png'); background-repeat:repeat; ... } Code (markup): more info: http://www.w3schools.com/css/css_background.asp
I would like to add an image on the left and right side which is blank (the template is white) There i would like to add an image or a drawing. I use blogger for design. Thanks a lot.
In your settings >> layout >> Look for the side you are talking about and see the link add widget at the top. Click it and choose picture. Give path of the picture and you have done it all.
Well, if you want to insert this code, just check this by pasting this code in the head section in your settings >> layout >> edit HTML section. Don't forget to have a backup before doing so.
There is nothing like css, style or layout.css in blogger. You have to paste the code in the head, not in any separate file.
Hello again, because i am a newbie and i don't know much about css etc, can you plz tell me how can do this url('url/to/your/image.png'); ?? For example i have an image whose name is apple, then what will i do? Thank you in advance
Find some image hosting website like imagehosing.com and post your image there to get a url of the image. You can then paste the URL in the right place in your settings >> layout>>edit html section.