View Single Post
  #6  
Old 08-24-2005, 11:53 PM
 
karentown karentown is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 129
 

Default

I designed my image with links on the right side and then sliced it up in PS.

I then uploaded to my images directory and the code for mine looks like this:


Code:
<TABLE border="0" cellpadding="0" cellspacing="0" width="537" height="377" <tr> <td rowspan="5" valign"top">[img]{$ImagesDir}/customer_images/welcome_01.jpg[/img]</td> <td>[img]{$ImagesDir}/customer_images/welcome_02.jpg[/img]</td> </tr><tr><td>[img]{$ImagesDir}/customer_images/welcome_03.jpg[/img] </td></tr><tr><td>[img]{$ImagesDir}/customer_images/welcome_04.jpg[/img]</td></tr> <tr><td>[img]{$ImagesDir}/customer_images/welcome_05.jpg[/img]</td></tr> <tr><td>[img]{$ImagesDir}/customer_images/welcome_06.jpg[/img] </td></tr></table>

I hope that helps. It took some playing around with but then it went quite well in the end. Good luck

Karen
__________________
Running stores using the following:

2@ Version 4.0.19
2@ Version 4.1.9
1@ Version 4.1.11
Reply With Quote