Web Design Help...

SLCentral

Diamond Member
Feb 13, 2003
3,542
0
71
Hey guys,

I have a basic, quick question on some web design. For reference, take a look here. Notice how the area with the content is just multiple images. How is this done if the images themselves are not set up this way, and are all in a different "order"?

Thanks!
 

SLCentral

Diamond Member
Feb 13, 2003
3,542
0
71
Originally posted by: LoKe
<td><tr><img src="http://www.path.to/image.jpg" alt="" /></tr></td>

I'm sorry, but I don't think I understand what you're asking.

Sorry, it's kind of confusing to word it.
Hereis one of the segments of the main content area. How is this set up, not in HTML, but rather in a graphic design program? How are the boxes of content laid out in order to make it one big image, then broken up into segments?
 

SLCentral

Diamond Member
Feb 13, 2003
3,542
0
71
Originally posted by: LoKe
It's all the same image. They just added them all together and saved it that way.

Ah, its really hard to explain what I'm trying to ask. I'm sure I'll figure it out, thanks though!
 
Jun 4, 2005
19,723
1
0
Sorry. :( I'll re-read your posts over and over. I don't like not being able to figure something out, especially when it's web design related.
 

SLCentral

Diamond Member
Feb 13, 2003
3,542
0
71
Originally posted by: LoKe
Sorry. :( I'll re-read your posts over and over. I don't like not being able to figure something out, especially when it's web design related.

Don't be sorry :p. Basically, the source images I have are Adobe Illustrator files that are scanned brochures. The website has these same brochures on the site, but each "box" on the brochure is "moved around." I can't figure out how to do that in Illustrator. If you want the source files that I have, send over a PM :).
 

Mr Smiley

Senior member
Oct 12, 2004
550
1
0
You could try this. It looks like the exact thing you want to do. Freeware and no installation required either!
 

Atheus

Diamond Member
Jun 7, 2005
7,313
2
0
The creator started with one big image, then used the 'crop' tool or similar to cut the image into smaller parts, which are then saved individually. They then use tables to join the images back together on the site. It was probably done this way to allow slower connections to see the whole of the top image first while the others load. Is that what you're asking?


 

SLCentral

Diamond Member
Feb 13, 2003
3,542
0
71
Originally posted by: LoKe
So you mean the images in the brochure are in different places than they are shown on the website?

Yeah, exactly. I've been using the slicing tool, but how can I move things around accurately?
 
Jun 4, 2005
19,723
1
0
Originally posted by: SLCentral
Originally posted by: LoKe
So you mean the images in the brochure are in different places than they are shown on the website?

Yeah, exactly. I've been using the slicing tool, but how can I move things around accurately?

If you'd like to use photoshop, then you just gotta make sure that the slices are all the same sizes, in order to be able to swap them around. Then you can just change the image path in the source.
 

SLCentral

Diamond Member
Feb 13, 2003
3,542
0
71
Originally posted by: LoKe
Originally posted by: SLCentral
Originally posted by: LoKe
So you mean the images in the brochure are in different places than they are shown on the website?

Yeah, exactly. I've been using the slicing tool, but how can I move things around accurately?

If you'd like to use photoshop, then you just gotta make sure that the slices are all the same sizes, in order to be able to swap them around. Then you can just change the image path in the source.

Thanks! I really appreciate everyones help here.