Jump to content

background for blog tv need help


Recommended Posts

The problem you're having is a combination of the image width and the HTML you're using to display it. The image is 600 pixels wide and you're asking for the image to be repeatedly tiled across the background.

body{background-image:url('http://Storage.blogtv.com/Albums/3/143008/site/112201147259.jpg');background-repeat: repeat;}

Now you're never going to know what screen size the viewer is using, so tiling the image to exactly line the logos up on the sides is a really hit-and-miss affair.

What you would be better doing is using the background property to display the left logo, then define a new right aligned <div> to display the right logo.

In doing so you can use the same image, but make it a thin strip with the word "live" centered under the word 'castle' so it looks the same on both sides of the screen.

If you have problems with the image, continue asking questions in this thread.

If you're having problems with the HTML then the thread to post in is this one: http://forums.getpai...ign-discussion/

<Because this is not a tutorial, 'Creations' is not the place for it. moved to Paint.Net Discussion & Questions>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...