Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now 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.

adding an image to template?

Here is the html as it appears in the free template I am using

<tr>

<td height="154" colspan="6" valign="top"><img src="banner006.jpg" width="772" height="154"></td>

</tr>

<tr>

I take it out and put in my own, even though my image(header) is large width wise, the rest of the website stretches which is fine. However, my image doesnt show up, just the big square, however my links on my image are there. Odd. And also if I try and add an image elsewhere in the template just a square shows up in the size of the other pictures but no picture. Whats the deal?

Update:

so if the image was in an image file, I need to have images/banner006.jpg like that right? I have tried several things and nothing works, it is odd as I have never had problems with other templates.

1 Answer

Relevance
  • 1 decade ago
    Favourite answer

    You simply try this; and step by step add remaining attributes.

    <tr>

    <td><img src="banner006.jpg"></td>

    </tr>

    Note : banner006.jpg is the image file name which is relative path currently. So your html(web) file and this image file must be in the same folder/place (not one level up / down).

Still have questions? Get answers by asking now.