Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ainunez

    (@ainunez)

    I saw this in another thread… I just want to know how to modify it to reflect a 3/4 and 1/4 column.

    <div class="column">Column 1</div>
    <div class="column">Column 2</div>
    <div class="column">Column 3</div>
    <div class="column">Column 4</div>
    <div class="clear"></div>

    Make sure you include the following CSS in your style sheet:

    .column {
    float: left;
    width: 200px;
    padding: 10px;
    }
    .clear {
    width: 100%;
    clear: both;
    }
    Thread Starter ainunez

    (@ainunez)

    I ended up talking to a tech from my hosting company hostgator. He fixed it but I am not really sure what it was.

    Thanks for your help guys

Viewing 2 replies - 1 through 2 (of 2 total)