I'm working with Safari and I need to have multiple columns text (in a single <p>
through webkit-column-count
), but also I need to make an image span
upon two or more columns (I know it's not supported yet, but I'm asking for some workaround if possible)
meaning: I want this layout
---------------------------
image
---------------------------
------------ -------------
first column second column
first column second column
first column second column
------------ -------------
the first column and second column are in a single <p>
PS: this question has been asked before in Column layout in HTML(5)/CSS
tag?
– HandiworkNYC.com Jan 11 '12 at 23:35