Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lauramba Friend
    #147758

    This is a wonderful theme. Thank you.

    I would like to have two columns of bulleted items similar to your Typography example (see below). I believe this was accomplished without tables but do not know the code.

    Can someone advise me? Thank you.

    IS THIS ACCOMPLISHED WITHOUT TABLES?

    jay973 Friend
    #329654

    Hi,

    I would use something like this:

    <div style=”float: left; width: 50%;”>
    <ul>
    <li>Item 1</li>
    <li>Item 1</li>
    <li>Item 1</li>
    <li>Item 1</li>
    </ul>
    </div>

    <div style=”float: right; width: 50%;”>
    <ul>
    <li>Item 1</li>
    <li>Item 1</li>
    <li>Item 1</li>
    <li>Item 1</li>
    </ul>
    </div>

    Hope it helps.

    Cheers,

    Jason.

    Phill Moderator
    #329664

    You can always install a copy of any of the templates (via quickstart) on your desktop using a tools such as WAMP.

    http://www.wampserver.com/en/

    You can then look at the code from those demo’s and see exactly how it is done.

    lauramba Friend
    #329742

    Thanks guys. Great answers!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  lauramba 14 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum