getpic now works for all images, old and new. It will continue to work, but we should consider it deprecated. The correct format for posting an image is either &_lt;[xxxx]&_gt; where xxxx is the picture id number or coding the complete image tag yourself, like:
&_lt;img src="/library/image/n/example.jpg"&_gt;
where n is your user id number and example.jpg is the name of the file.
You can also, probably, get an image to post with:
&_lt;[description here]&_gt;
where 'description here' is the exact text description you gave the file when uploading. The problem here is that I don't enforce uniqueness for the description, so if there are two or more files with the exact same description you may not get the behavior you want. Still, if you know your description is unique, this way will work as well.
|
&_lt;img src="/library/image/n/example.jpg"&_gt;
where n is your user id number and example.jpg is the name of the file.
You can also, probably, get an image to post with:
&_lt;[description here]&_gt;
where 'description here' is the exact text description you gave the file when uploading. The problem here is that I don't enforce uniqueness for the description, so if there are two or more files with the exact same description you may not get the behavior you want. Still, if you know your description is unique, this way will work as well.
- jim 3-06-2004 7:15 pm