Hallo,
i've a problem.
- Can I print in the editor just the url of the image and no the entire img tag?
+++++++++++++++++++++
This is my problem:
I've a php script that resaple tumbnails, but this script runs in this way: <img src="thumb.php?img=/urltofile/image.jpg&w=50">.
In order to create this tag I need to have only the path of the image, without the entire formatted tag.
<img height="50" width="50" alt="" src="/Test/img/image/7896_0920_115424_anim.gif" /> --> /Test/img/image/7896_0920_115424_anim.gif.
How can the image browser return just the URL?
Please help me!...
Tnx in advance.
AG
i've a problem.
- Can I print in the editor just the url of the image and no the entire img tag?
+++++++++++++++++++++
This is my problem:
I've a php script that resaple tumbnails, but this script runs in this way: <img src="thumb.php?img=/urltofile/image.jpg&w=50">.
In order to create this tag I need to have only the path of the image, without the entire formatted tag.
<img height="50" width="50" alt="" src="/Test/img/image/7896_0920_115424_anim.gif" /> --> /Test/img/image/7896_0920_115424_anim.gif.
How can the image browser return just the URL?
Please help me!...
Tnx in advance.
AG