How to Write a Three Column Article in Blogger

104 11
    • 1). Click the "Layout" tab within Blogger. Click "Edit HTML."

    • 2). Enter the following code into the HTML editing field. Note that this example code will give you a borderless table 300 pixels wide, with padding of ten pixels between each column. You will probably want to change these values in order to make the table fit with your overall design.

      <table border="0" cellpadding="10">

      <tr>

      <td>Column 1</td>

      <td>Column 2</td>

      <td>Column 3</td>

      </tr>

      </table>

    • 3). Replace the "Column 1," "Column 2" and "Column 3" text with your article content.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.