What is the inline css rule I would use so I have the second img tag
align horizontally with the first img tag ? I tried display:block for
the second img tag unfortunately the second image wouldn't align with
the first image ?

    <body>

    <p>

    <img alt="selectpathspath3dissue.png" class="image-1 jive-image"
    src="/servlet/JiveServlet/downloadImage/998019/selectpathspath3dissue.png"
    style="width: 620px; height: 574px;" />

    <img alt="path3dissue.png"
    src="/servlet/JiveServlet/downloadImage/998020/path3dissue.png"
    style="width: 620px; height: 572px; display: inline;" />

    </p>

    </body>

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to