tags:

views:

2030

answers:

2

I've got a client that requires that an article be displayed in two, sometimes three, columns in Joomla. I am fairly sure they won't be happy with having to edit 3 articles for 3 columns so the splitting would have to be done automatically.

I've done something similar before where it'll split a chunk of HTML into n columns, but have no real idea how to accomplish this within Joomla itself.

Any ideas gratefully recieved!

+1  A: 
giraff
+1  A: 
giraff
Funnily enough I thought that would be the best way - http://stackoverflow.com/questions/1238155/splitting-html-into-multiple-columns-with-javascript-jquery - The Joomla method seems like a bit of a non-starter.
Meep3D