Forums

Sidebar problem: Images won't stand side by side (3 posts)

  1. Flaxion
    Member
    Posted 1 year ago #

    Hi.

    I've searched a lot and cannot find an answer/solution to my problem.
    My blog is offline right now, but you can see what I'm talking about here: http://simonsiger.com/pictures/sidebar.png

    I want the images/buttons in the sidebar to stand side by side, 2 and 2. But I cannot find out how to do this. I added the images/buttons manually with a text/html widget. I've been looking in the CSS files, but I don't know where to look or what to look for.

    The theme I'm using is the Berlin theme by Graph Paper Press.

  2. Flaxion
    Member
    Posted 1 year ago #

    The html code I've tried is:
    <img src="http://www.simonsiger.dk/wp-content/uploads/2010/08/IQ_Medier_125x125.gif" alt="IQmedier - Affiliate Netværk med høje udbetalinger"/> <img src="http://www.simonsiger.dk/wp-content/uploads/2010/08/IQ_Medier_125x125.gif" alt="IQmedier - Affiliate Netværk med høje udbetalinger"/>

    which doesn't work :(

  3. Flaxion
    Member
    Posted 1 year ago #

    Nevermind. Tables works.

    <table>
    <tr>
    <td>picture 1</td>
    <td>picture 2</td>
    </tr>
    <tr>
    <td>picture 3</td>
    <td>picture 4</td>
    </tr>
    </table>

Topic Closed

This topic has been closed to new replies.

About this Topic