Page 1 of 1

Attaching Multiple Images

PostPosted: Sat Jan 01, 2011 1:26 am
by benjydaniel
Is there any way to attach multiple pictures at a time? I am creating a page and I have a handful of pictures on my computer I would like to include. Is there any way to attach them directly or do I have to attach them to an on object first (or attach them after the page is created)? Is there any way to attach more than one image at a time?

It seems silly that images can't be uploaded and attached directly. I have messed around with albums before and it was a pain. Am I missing something?

Is it possible to host an image on the web at a different location and write it into the html? If so what is the code?

Thanks

Re: Attaching Multiple Images

PostPosted: Sat Jan 01, 2011 6:13 am
by dmiki
benjydaniel wrote:Is there any way to attach multiple pictures at a time? I am creating a page and I have a handful of pictures on my computer I would like to include.


Try the Summitpost Bulk Uploader (http://www.summitpost.org/summitpost-bu ... der/488357)

benjydaniel wrote:Is there any way to attach them directly or do I have to attach them to an on object first (or attach them after the page is created)? Is there any way to attach more than one image at a time?


You can do this with the above tool or without it.

Go to the page you want to attach your images to.
On the main page click 'Add Image' and 'Attach Existing'. (Or on the Gallery page click 'Attach Existing'.)
Search your images for the ones you wish to attach.
Click 'Find Objects'.
Select the ones you wish to attach.
Click 'Attach Objects'.

benjydaniel wrote:Is it possible to host an image on the web at a different location and write it into the html? If so what is the code?


<IMG SRC="http://www.yourwebsite.com/yourpicture.jpg" ALT="nice descriptive text">

Re: Attaching Multiple Images

PostPosted: Sat Jan 01, 2011 6:29 am
by benjydaniel
Thank-you