Jump to content

Recommended Posts

You can not repeat two images at the same time in a div. You can only repeat one image at a time. Furthermore, you have little control over how it it repeated.

 

A picture illustrating of what you would like to accomplish would be extremely helpful!

i don't mind if its more than one div. I just want the picture to line the left side, and right right side. I know how to make the image repeat vertically, and i know how to make it on the left side, but i want to do the exact same thing on the right side. Basically, my page would have the picture repeated on the left, and the right at the same time. divs aren't neccesarily the way to go, i just thought they may be.

if i understand this correctly you want something like this making a border on each side of your content

and if this is the case i would use divs

<div class="left"> </div>
<div class="right"> </div>
<div class="content">Insert content here</div>

then use css then add your image as a background to left and right

 

 

div.left {float:left}
div.right{float:right}

 

| content   |

| content   |

| content   |

| content   |

| content   |

| content   |

| content   |

| content   |

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.