Gossamer Forum
Home : Products : Links 2.0 : Customization :

problem with link.html

Quote Reply
problem with link.html
Okay...here's what I'm trying to do.

I've got a field for ISBN number in my database and I want that to be the value that is built on my pages.

in categoryl.html, I have:

<!--#include virtual="/cgi-bin/amazon/amazon.cgi?input_mode=item&input_item=<%links%>&input_templates=3" -->

in link.html, i have

<%ISBN%>,

What I want on my page is a link like this:

<!--#include virtual="/cgi-bin/amazon/amazon.cgi?input_mode=item&input_item=1576751457,1574712934,0310205956,0070464081,&input_templates=3" -->

What I get is this:

<!--#include virtual="/cgi-bin/amazon/amazon.cgi?input_mode=item&input_item=1576751457,
1574712934,
0310205956,
0070464081,
&input_templates=3" -->

In other words, the code breaks the line after each link entry and messes up the ssi include.

Any ideas?