How to Create Columns in Wordpress

You can create columns in Wordpress using HTML and CSS code. You can use Wordpress to create a blog sharing information of your choice. You can post daily bytes of information, add photos and accept followers who can display comments on your posts. You can also monetize the Wordpress blog by inserting online ads. If you need to create a column for use with specific types of data, you can do so in a few steps.

Instructions

    • 1

      Log in to your WordPress account with your username and password.

    • 2

      Click "Pages," and click the page you want to create columns.

    • 3

      Click "HTML." Type this code into the page:

      <div class="embed">

      Left Column Text

      </div>

      <div class="embed">

      Right Column Text

      </div>

      <div style="clear:both;"></div>

      Click "Update."

    • 4

      Click "Editor," and then click "Style.css."

    • 5

      Type the following code into the page:

      .embed {

      width:48%;

      float:left;

      padding:0 0 0 10px;

      margin:0 0 20px 0;

      }.

    • 6

      Click "Update File."

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured