0
Background image using css
I'm creating a blog/portal page for myself ("My Blog Page"). I had an image set with <style> tags inside the <head> but instead of the image coming in as one image in the background, it multiplied it like pixels across the page (6 images instead of 1) how do I get one standard background image for my page and why is this happening? Can anyone please help???
2 Antworten
+ 4
Use this CSS property
background-repeat:no-repeat;
0
it's because your image resolution is much smaller than your screen..