Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Royce] Image in detail pages...HELP: Edit Log

Here is the list of edits for this post
Re: [Royce] Image in detail pages...HELP
Hi Royce,

Andy has suggested a very good idea, you might also want to look into that. Also, I have been using Andy's plugin for long time and trust me, they are even better then what he says about them ;)

Quote:
o my detailed page but a image is not showing up...only the name of the file is showing in its place.


Oh.. sorry my mistake.. try this

<%if Images%>
<img border="0" src="<%Images%>">
<%endif%>

I hope Images column contains the entire path of the image on your server/website. If not, then you might want to update above src tag to something like:

src="http://www.domain.com/image-path/<%Images%>">

Also, remember, if you want, you can fix the hight and width of the image using the tags like width="150" height="150" along with the border tag.

Hope this helps.

Vishal

Vishal
-------------------------------------------------------

Last edited by:

NeedScripts.Com: Jun 19, 2004, 12:45 PM

Edit Log: