size of background image
-
So I added the background image from flickr through the edited css. my theme is ambiru. But as you can see on my blog: lydiamessengerblog.com it has a funky line dividing the background due to the repeat image. Is there a way for the image not to repeat so that I don’t have that funky line? Thanks in advance
body {
background:url(‘http://farm3.static.flickr.com/2746/4237465063_2b1fc74151_b.jpg’);
border-top:5px solid #7F9B7a;
color:#555;
font-family:Didot, Didot, Didot;
font-size:100%;
line-height:1.5;
text-align:center;
margin:0;
padding:0;
}The blog I need help with is: (visible only to logged in users)
-
Please post the complete url for the blog which you are referring to starting with http://
-
-
This is the wordpress.COM technical support forum. We provide support to those with wordpress.COM blogs ONLY.
-
The second link you posted has not been registered. Also note that if you intend to create duplicate content in two blogs you will be in the position of getting a duplicate content penalty from Google http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=66359
-
-
-
every time I log into wordpress it states it as http://lydiamessengerblog.com/
hopefully this one works -
Yay! That’s a wordpress.com blog. There is no staff support for editing CSS and the two members who do choose to answer CSS questions do not appear to be online at this time. That means you will have to patiently wait for one to log in and see this thread.
-
-
-
What you would have to do is to either edit the image so that it will “tile” (match where it meets left and right and top and bottom) or make the image large enough so that it will be taller and wider than whatever size a browser window might possibly be set at.
With the background you are using, it would lend itself very well to “tiling” so I suggest searching the internet for something like “how do I make a tiled background image” or something similar and then modify the image you are using so that it tiles both in the x and y directions.
-
- The topic ‘size of background image’ is closed to new replies.