Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Wed Design Help?

How do you do this kind of back ground? the pattern background?

http://ic3.deviantart.com/fs13/f/2007/110/5/6/Sham...

4 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    use CSS somethimg like this:

    #background-containerl {

    background-image: url("images/background.gif");

    }

    The background gif must be tile so the patters would seem continuous.

    You can use a gif image of 16x16 pixels, not larger.

  • ROY L
    Lv 6
    1 decade ago

    Using plain HTML, the background is probably black. The black with grey stripes could be a one line small image in a table like:

    <table border="0" background="photos/back3.jpg" cellspacing="0" cellpadding="0" align=center width="800">

    This will be repeated over the whole table and other images can be loaded on top like:

    <tr>

    <td>

    <img alt="Heading" src="photos/heading3e.jpg" >

  • 1 decade ago

    Take an image and set it as your background with HTML.

  • 1 decade ago

    If you can get to that webpage, you can look at their background image to get an idea of what they used.

Still have questions? Get your answers by asking now.