Hi,
On GLinks 3.0.0, I'm trying to get an image to show up in the link.html template. I know the image tag is fine, as you can see it in the source. However, it won't show up :/ I've tried setting the style="none" inside the <tr>, but that doesn't work either :(
The most annoying part, is that almost idential HTML works for images a little bit further down;
DOESN'T work.
DOES WORK.
Any ideas?
TIA
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
On GLinks 3.0.0, I'm trying to get an image to show up in the link.html template. I know the image tag is fine, as you can see it in the source. However, it won't show up :/ I've tried setting the style="none" inside the <tr>, but that doesn't work either :(
The most annoying part, is that almost idential HTML works for images a little bit further down;
Code:
<img src="http://www.domain.com/directory/images/image1/1/small-1-coolgift-logo.gif" />DOESN'T work.
Code:
<img src="http://www.domain.com/directory/images/american_express.gif" />DOES WORK.
Any ideas?

TIA
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!