Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Image on detailed page

Quote Reply
Image on detailed page
Hi All,

I've searched but unable to come up with an answer here. Please direct me to a previous thread if there is one. Here's my question. I've successfully added an image to go along with an article on a detailed page. The image with article shows fine in IE but nothing shows in Netscape. I get the header with a blank page. If there is no image the article displays perfectly in Netscape.

This is what's been done so far:
Added an image field (column) to the "add link" form. When someone goes to add a link, if they have an image to go with the article (we are displaying on detailed pages) they can add the image url in the image field. This is what I've added in the image field for testing purposes: <img src="http://fakeurl.com/images/jakbqwik.jpg" width="51" height="87" alt="Image" align="left" hspace="6" vspace="3">

On the detailed template, I added this code:
<%if Image%>
<table width="90%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td valign="top" align="left">
<p><%Image%><%Article%></p>
</td>
</tr>
</table>
<%else%>
<%Article%>
<%end if%>

I'm sure it's either something in the code or possibly because of netscape and tables. After all, I'm far from an expert in HTML or any programming language. I've done this by hit and miss. Can anyone tell me where I went wrong and a possible solution?

Thanks so much!
Nadine

Subject Author Views Date
Thread Image on detailed page Westiegirl 2478 Jul 13, 2001, 10:20 AM
Thread Re: Image on detailed page
pugdog 2405 Jul 13, 2001, 11:02 AM
Post Re: Image on detailed page
Westiegirl 2393 Jul 13, 2001, 12:13 PM
Thread Re: [Westiegirl] Image on detailed page
fulcan 2321 Mar 1, 2002, 4:09 AM
Post Re: [fulcan] Image on detailed page
Andy 2334 Mar 1, 2002, 6:08 AM