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.
Trending News
4 Answers
- 1 decade agoFavorite 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 LLv 61 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
If you can get to that webpage, you can look at their background image to get an idea of what they used.