Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

link.html line break problem...HELP!

Quote Reply
link.html line break problem...HELP!
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 category.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?
Subject Author Views Date
Thread link.html line break problem...HELP! bnjp 2791 Jul 31, 2002, 11:13 AM
Post Re: [bnjp] link.html line break problem...HELP!
bnjp 2745 Jul 31, 2002, 2:39 PM