html background code - left and right of page repeating down?

i would like to display the a small image on the left and right side of the page repeating downwards

Public Comments

  1. You could accomplish it by using a table with 3 columns. Put your main content in the center table. Set your image as background in both the left column and the right column. Set the right and left column widths to the width of your image. Then it will repeat. There may be other ways, but this is the easiest. Of course, you can remove the table border lines (set width to zero) if you don't want the tables to show on the internet.
  2. You have to create one image that has both of the images in it, positioned where you want them and a blank area between where your main content will eventually show. Is this for your overall background? Create an external css file, link it to the html, and do this - body { background:url(enter path to image) repeat-y; }
Powered by Yahoo! Answers