PDA

View Full Version : Adding images before links


raustin
10-07-2005, 12:24 AM
I am trying to use the OWNER_NAME info in the database as a url to include an image in my link template file. Here is the code:

Content visible to registered users only.

But all this does is dump that piece of code where the image should go.

Any thoughts?

raustin
10-07-2005, 04:18 PM
More specifically:

<td>&lt;img src="{$link.OWNER_NAME}&quot;&gt;</td>

In the PLD_LINK database, I changed OWNER_NAME values to:

OWNER_NAME text Yes NULL

Can anyone help me?

raustin
10-07-2005, 09:34 PM
solved my own problem:

Content visible to registered users only.