View Full Version : Stitching Together images on a website
Computer_Phreak
Apr 13, 2003, 08:18 PM
Ok,
I have several images (about 12) that I want to combine on a web page, sorta like at www.ambitiouslemon.com. The images were all originally one, and I separated them to allow some parts to be hyperlinks.
P.S.: How do you like my logo?
http://home.sc.rr.com/pchris/logo1.jpg
scem0
Apr 13, 2003, 08:30 PM
I have always wondered the same thing! It will be quite hard
using purely HTML. What editor do you use, if any? Dreamweaver
is good in my limited opinion.
Oh, and being a big fan of the Matrix, I love your logo ;).
Computer_Phreak
Apr 13, 2003, 08:38 PM
Originally posted by scem0
I have always wondered the same thing! It will be quite hard
using purely HTML. What editor do you use, if any? Dreamweaver
is good in my limited opinion.
Oh, and being a big fan of the Matrix, I love your logo ;).
I use dreamweaver, but the closest i can get the images is about 1/16th of an inch apart. Maybe if i used tables, and filled the tables with a background picture???:confused:
rice_web
Apr 13, 2003, 08:51 PM
Check the source code; I bet you have non-breaking spaces or plain-old spaces in between the images. Oh, and Dreamweaver will distort things a bit; try previewing the page in a web browser.
losfp
Apr 13, 2003, 09:14 PM
safest way is definitely in a table with cellpadding and cellspacing set to 0.
alternatively you could go for an image map - that way you don't have to slice the image.
scem0
Apr 13, 2003, 09:16 PM
yeah, just set the cell spacing/padding to 0 and the spaces
in between will be removed, but it might not come out perfect
when you preview. :(;)
shakespeare
Apr 13, 2003, 09:21 PM
If you draw the different images as "slices" using the slice tool of Photoshop or ImageReady (it looks like a scalpel, I think), you can then choose "Save to web" and, in the options, choose HTML and images. You'll be given an HTML file, the source of which will have a table with working links to your image files. You can copy that source to your real HTML document - the only inconvenience is that you may have to edit the links in the source (if you want the images in a different folder).
tazo
Apr 14, 2003, 12:14 AM
Originally posted by Computer_Phreak
Ok,
I have several images (about 12) that I want to combine on a web page, sorta like at www.ambitiouslemon.com. The images were all originally one, and I separated them to allow some parts to be hyperlinks.
P.S.: How do you like my logo?
http://home.sc.rr.com/pchris/logo1.jpg
first thing you can do is reduce the size of that logo-otherwise say adios to all dial up users.
couldnt you do what u want using a table with no borders or table spacing?
Mr. Anderson
Apr 14, 2003, 12:45 PM
You can do it in photoshop or imageready really simply, but from experience, I've avoided slicing images up if I can and use image maps. It keeps the image together and avoids worrying about what it will look like in different browsers - cause chances are it will be different and you won't be able to get it perfect in every browser.
But you best bet is to use flash and aviod the issues altogether.
D :D
Rower_CPU
Apr 14, 2003, 01:13 PM
One thing to keep in mind...
If you the slightest possibility of vision impaired users viewing your site, image maps and Flash aren't the best to use. Flash MX adds some needed accessibilty options, but they're not all there.
Slices with ALT tags will give people using screen readers the ability to navigate your site. :)
shakespeare
Apr 14, 2003, 08:43 PM
I have never had problems with the display of Photoshop/ImageReady-generated code. If I don't mess with the code, it always shows up right.
You'll notice that Apple themselves uses the table-with-images approach to make big graphics out of little files: see the navigation bar at the top of their page, for instance.
rainman::|:|
Apr 14, 2003, 08:51 PM
imagemaps are nice, but the server you're using has to support them-- which can be a downfall...
i've often wondered about doing something like this in pure HTML... it's the way i prefer to work, but things like this always leave me reaching for a wysiwyg editor...
pnw
Mr. Anderson
Apr 15, 2003, 08:45 PM
I'm of the opinion now that for my Flash sites if you don't have the plugin then you're missing out. I'm not going to worry about it.
And that's one thing you'll have to consider by using flash. But it really does give you so much more flexibility and I don't think I'm going to be doing much regular html for my sites any more.
D
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.