![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello All, Is there anyone who could check a page for me to tell me why my images and/or table are not aligning-right? If you go to http://www.hoffmanyork.com/newsite/i...page/work.html You will see three images of children that are 70x70px. These images are supposed to be aligned to the right hand side of the table cell. In fact, that alignment of the cell and the images is 'right' for horizontal alignment. Yet when I view it, the images are up against the image of the boxer shorts, even though there should be plenty of room in the table / page for the images to be several pixels apart from this image. ? Note - to see the page / background the way it was meant to be viewed (with same result), go to http://www.hoffmanyork.com/newsite/flash/main.html - click enter, click on the knife, and then "Our Creative Work". |
#3
| |||
| |||
|
|
Find this piece of code: tr td><img src="images/samples/asian_thumb.jpg" width="70" height="70" align="right"></td /tr and add another column like this (change the width of the shim to the distance you want): tr td><img src="images/spacer.gif" width="20" height="1"></td td><img src="images/samples/asian_thumb.jpg" width="70" height="70" align="right"></td /tr Cheers, |
#4
| |||
| |||
|
|
Andrew Grosman wrote: If you go to http://www.hoffmanyork.com/newsite/i...page/work.html You will see three images of children that are 70x70px. These images are supposed to be aligned to the right hand side of the table cell. In fact, that alignment of the cell and the images is 'right' for horizontal alignment. Yet when I view it, the images are up against the image of the boxer shorts, even though there should be plenty of room in the table / page for the images to be several pixels apart from this image. ? |
#5
| |||
| |||
|
|
Andrew Grosman wrote: If you go to http://www.hoffmanyork.com/newsite/i...page/work.html You will see three images of children that are 70x70px. These images are supposed to be aligned to the right hand side of the table cell. In fact, that alignment of the cell and the images is 'right' for horizontal alignment. Yet when I view it, the images are up against the image of the boxer shorts, even though there should be plenty of room in the table / page for the images to be several pixels apart from this image. ? Quick fix is to export the images with some extra space to the left side. Export it as tarnsparent if you want the background to show through if not just leave it white. That will make sure the table cells dont collaspe. As Dan says got a lot of tables in that page. |
![]() |
| Thread Tools | |
| Display Modes | |
| |