Announcement

Collapse
No announcement yet.

image link being boxed ????

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

    image link being boxed ????

    hi,

    Hope someone can help, im using V9 and putting html image links in the product description, but actinic is putting them in a box ???

    (see attached)

    how do i remove the box from around the link ?
    Attached Files
    Reverse Osmosis Water Filters

    #2
    Your image link needs to include border="0".
    So your link will become something like:
    !!<
    <img src="myImage.jpg" height="xx" width="yy" alt="myAltText" border="0">
    >!!

    Comment


      #3
      Perfect !!!

      Thanks A Lot
      Reverse Osmosis Water Filters

      Comment

      Working...
      X