views:

31

answers:

1

I have a problem, some friends and I are looking for some place we can upload our school design project like this: http://www.freewebs.com/gfxvoidworm/worm.html . Each of those images are uploaded next to eachoter and not as a long single image. How can we upload our different images next to eachother like that without having to merge then all together as one image? And we need to do it for free, like the example we showed was on webs.com

Sorry for any bad grammer im not english.

Thanks Mads Mikkelsen

A: 

Google "free web hosting"

Find a web host, upload all your images to the server, crack out a text editor and do something like -

<img src="uploadedfilepath.jpg" style="display:inline;" />
<img src="anotherUploadedFilePath.jpg" style="display:inline;" />
etc
Sam Dufel