• silly2

    (@silly2)


    I am using semilogic and would like to know how to implement class=”articleimg” so that my images are wrapped to my text. Would the following work? And if so, where do I put it in the stylesheet?

    .content .articleimg {
    float:right;
    padding:5px;
    border:1px solid #eeeeee;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:15px;
    }
    .content .articleimgleft {
    float:left;
    padding:5px;
    border:1px solid #eeeeee;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:15px;
    }

    Xen

  • The topic ‘Semilogic img problem’ is closed to new replies.