Does anyone know how I can have columns in my post. Is it possible.
I am thinking of two or three columns going down instead of one body of text. This is just for a one off post - I am not planning to be columned for the rest of my blogging life.
Ta, tarra...
This post was written by Sam
6 comments:
It'd probably work to this, if it meets your need:
[table]
[tr]
[td]Text[/td]
[td]Text[/td]
[td]Text[/td]
[/tr]
[/table]
Which would give you one row of three columns, each of which says Text.
There's probably some coolio div tag magic thing you can do, but tables are probably easier.
Oh. Probably obvious, but swap [ ] for < >
Hi Sam...in my typepad-based blog I have some code which sets up a sidebar box within my main blog column...this could be used to make columns... [p style="margin: 5px; padding: 10px; float: right; width: 150px; background-color: rgb(238, 230, 203); font-size: 1.4em; color: rgb(84, 109, 133);"]TEXT HERE[/p] -- of course you can adjust the width, font size and colors to suit your needs. (substitute < and > for the [ and ]in the code (a change I had to make to get around blogger's anti-spam bot). This isn't elegant or easy to work with but for the one-off post it works ok...
thanks I will try those
worked a treat
thanks so much
Thanks for this post! I have the same question!
Post a Comment