Add a lines/borders betwenn columns

  • Unknown's avatar

    So, I used this code:
    ‘<div style=”float:left;width:46%;”>

    LEFT CONTENT HERE
    </div>

    <div style=”float:right;width:46%;”>

    RIGHT CONTENT HERE
    </div>

    <div style=”clear: both;”></div> ‘
    To make five columns on a page. Problem is, that there is nothing between them. How can I add a simple white line between each of these five columns?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    If you’re adding inline-style, you can probably add border that way, too. Something like:

    border-width:1px solid #fff;

  • The topic ‘Add a lines/borders betwenn columns’ is closed to new replies.