Announcement

Collapse
No announcement yet.

Image side by side ?

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

    Image side by side ?

    ok, another quick question.

    I have 2 small html image links within the product description, but the are one above the other...

    How do i get them to be side by side ?
    Reverse Osmosis Water Filters

    #2
    Without seeing the code and/or the page it's difficult to say.

    Code:
    <img src=">
    <br/>
    <img src="">
    or

    Code:
    <img src=">
    <p/>
    <img src="">
    Would put them one beneath the other.

    Code:
    <img src="><img src="">
    Will put them next to each other. HOWEVER, if the combined width of your two images is greater than the wisth available in your product layout it will move then to one above the other.

    DOes that make sense?

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #3
      perfect - thanks alot!
      Reverse Osmosis Water Filters

      Comment

      Working...
      X