Announcement

Collapse
No announcement yet.

eine kleine html

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

    eine kleine html

    I have a design for a fragment and want to force an empty line underneath it, I suppose by adding <br/>.

    The existing design text is:

    <div align="right"><br /><actinic:variable name="AddToCartButton" value="Add To Cart Button Image Merton" /></div>
    <br /><div class="solid_line_blue"><img src="theme_shim.gif" height="1" width="1" alt=" " /></div>

    Can someone advise me how to modify it?

    #2
    I think I've found the answer.

    The text I quoted is that of a layout in the design library. It does apply to a fragment. I use two product layouts and one of them requires the addition of an add to cart button and an underline. In the v10 design they're two separate fragments, seen in action in the first item here.

    http://www.ourtext.co.uk/acatalog/duos.html

    For the v11 design the cart and underline have been incorporated into a single fragment in the code I quoted. The result is seen here, with this time no space after the underline.

    http://www.ourtext.co.uk/hwd/test/hw...and_viola.html

    It occurred to me belatedly to look at the design for the v10 underline. After the final </div> it has <br />. So it looks as if all I have to do in v11 is Edit Layout Details, add <br /> at the end and Apply. I wasn't sure earlier whether it should go before or after the </div> but I think it's clear now. Have I missed anything?

    Comment


      #3
      Thanks. That worked.

      Comment

      Working...
      X