Quote:
Originally Posted by gio~logist
Try editing sr_classifieds_viewad and change the <img src="$ad[image] to <img src="$vboptions[bburl]/$ad[image]"
See if that works.
I don't see why it doesn't show though, i mean, it's pulling up the info right.
|
Still didn't work. I changed it to img src="$vboptions[bburl]/sr_classifieds/uploaded/$ad[image]" width="$newwidth" height="$newheight" align="left" and that created an absolute link, while before it as a relative link. But the path was always correct.
In the source code the image tag has no width or height attributes. (width="" height="") Could that be the problem?