I am using a form to enter information into a database, which then is used to create pages comprised of this information.
My users have the option of adding <img src> tags for pictures to be included on the page.
When I enter the img src info, i.e., http://www.website.com/image.jpg, somehow "http://www.website.com/" gets added to the img src info.
Example:
I type <img src=http://www.website.com/image.jpg>
I end up with <img src="http://www.website.com""http://www.website.com/image.jpg">
It even adds the "s.
I am using Dreamweaver as my editor, if that makes a difference.
Has anyone else had this problem?
Thanks,
Kathy