Announcement

Collapse
No announcement yet.

Space under Extended Info photo when outlined

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Space under Extended Info photo when outlined

    I've added outlines to photos in sections, products and Extended Info pages, and a space of about 2 pixels is appearing between the bottom of the photo and the outline on the Extended Info pages, but only in IE7, not in Firefox 2.0.0.1 - funnily enough it appears under every photo when previewing offline.

    A good example would be http://www.johnsmodelcars.co.uk/acatalog/BMW_cars.html, click on Alpina, those photos have a more solid background.

    I'm using nested tables, without any cell padding, to produce the outline and there's no <br> tag after the photo.

    The layouts I've added the tables to are:
    Extended Info Layout: Name and Info Text Displayed Below Image
    Standard Image: Standard Product Image
    Section Links: Image Above Section Link

    Malcolm
    ¤ The world wide web needn't cost the earth
    ¤ ARTISAN INTERNET LTD
    ¤ www.artinet.co.uk

    #2
    In your Extended Info Layout, try this. Look for

    Code:
                <actinic:block if="%3cactinic%3avariable%20name%3d%22IsExtendedImageSpecified%22%20%2f%3e">
                   <actinic:variable name="ExtendedInformationImage" />
                </actinic:block>
    remove all line breaks and place your surrounding <td> and </td> right up against this. E.g.

    Code:
                <td><actinic:block if="%3cactinic%3avariable%20name%3d%22IsExtendedImageSpecified%22%20%2f%3e"><actinic:variable name="ExtendedInformationImage" /></actinic:block></td>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X