PDA

View Full Version : img tags disappearing



excoelis
08-10-2005, 11:48 AM
Hi, I'm working on a site and things are ok, with the exception of my site's banner img tags are disappearing after upload.

i have the img tags looking like: <img src="images/banners/banner.gif" alt=""/>
but when i upload the page, the size is smaller than it should be and when the page is displayed, there's a blank space where that tag should be.

the weird thing is, i have img tags further down the page and those display correctly.

can anyone shed some light on this for me?

Bogie
08-10-2005, 01:20 PM
i have the img tags looking like:
<img src="images/banners/banner.gif" alt=""/>
but when i upload the page, the size is smaller than it should be and when the page is displayed, there's a blank space where that tag should be.
the weird thing is, i have img tags further down the page and those display correctly. Can anyone shed some light on this for me?

Try removing that last slash, as in Red above.

excoelis
08-10-2005, 03:11 PM
i'm typing this code sort of in a combo of HTML/XML/XHTML. it's a single tag. such as with <br>, it ends up being <br />

right now my problem is that the entire line of code actually disappears from the source after i upload it. when i check the source after i load the page, the line isn't there