I want to make side columns like: http://network.nationalpost.com/np/...world-needs-pricier-oil-for-its-own-good.aspx Much appreciated for any help
Hi, You can set up your own blog using the free Wordpress system. Or if you're using html use a table for example: <table> <tr> <th width="25%"> 1st column </th> <th width="50%"> 2nd column </th> <th width="25%"> 3rd column </th> </tr> </table> Good luck and if you've more questions let me know. Mike
I would recommend that you read the third post on this thread. http://forums.digitalpoint.com/showthread.php?t=413544 Shows a good generic css (inline) to make multi-column design easily.