Gossamer Forum
Home : Products : DBMan : Customization :

<a href=""><img src=""></a> in Text field

Quote Reply
<a href=""><img src=""></a> in Text field
Trying to save a <a href=""><img src=""></a> tag in a Text field.
The code above of course will display a linked image on the page.

The saved code seems to "un-save" ... sometimes it's there, sometimes it's not.
Not very consistent.

I'm wondering if I should implement a mod to accomodate this code?
Does such a mod exist? Is it necessary? Thanks.
Quote Reply
Re: [jmueller] <a href=""><img src=""></a> in Text field In reply to
What is actually being stored in the text field?
Both the path and the image name?

There is no need to insert the <A HREF= tag within the record as you can add it once on the display page. Same with the img.

Have you searched in the FAQ to find answers about linking or working with images?

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] <a href=""><img src=""></a> in Text field In reply to
Hi Lois

We're attempting to store the entire href string -- including the url and image url.
I did search the posts here for similar issues and didn't find anything useful.

<<Have you searched in the FAQ >>

Are you referring to your " Unoffical DBMan FAQ"? No I haven't.
Do you have a specific post/FAQ in mind?

Thanks.
Quote Reply
Re: [jmueller] <a href=""><img src=""></a> in Text field In reply to
Okay. I looked through many of the FAQ posts and can't find anything related to this.
Could someone elaborate, please?
Quote Reply
Re: [jmueller] <a href=""><img src=""></a> in Text field In reply to
as he said theres no need to save the entire a href string, just save the link and address and in the show records you can add in the a href