Subscribe to the RSS Feed : Read our Blog Posts from the convenience of your favourite Reader

Cool Trick Your Blog Readers Are Going To Love

April 18th, 2010 . by Anup



Imitating what works is a Good Idea .

A common practice these days on the Internet is to format the page into two columns, like a newspaper page. This is easy to do. I figured I could do this on a blog post only recently . Its much better this way . Reading a blog post doesn’t double as neck exercise for the reader.

To do this in a wordpress blog, go to the html tab in the edit post screen.

Copy Paste the Code on the Right side of this Post ————————————————>

Switch to the Visual tab

and replace “This is some text.” with what you want.

<table border=”0″ width=”100%” cellpadding=”10″>

<tr>

<td width=”50%” valign=”top”>

This is some text. This is some text. This is some text. This is some text. This is some text.

</td>

<td width=”50%” valign=”top”>

Another text. Another text. Another text. Another text. Another text. Another text. Another text.

</td>

</tr>

</table>

As always
Have fun People