Hi,

I'm well away in configuring and deploying XmlMind here, but have
stumbled upon a snag. I read in the documentation that there is no
support for "width:[%]" in CSS, and no floats, meaning that no
elements can easily be placed next to eachother. I have some XML;

<section ... />
<section ... />
<column>
   <section ... />
   <section ... />
   <section ... />
</column>

I basically need to create a page where there is a left and right
column. The left column are the sections outside the <column>, and the
right is the ones inside, and each section can contain a variety of
elements (title, content, point, link, etc). I've looked at
display:table, but it looks overly limiting and complex for such a
simple thing. Do I have any other options, or must I fiddle with
creating a table through the "content" directive to wrap all these
elements into a table with two columns?


Kind regards,

Alexander Johannesen
-- 
"Ultimately, all things are known because you want to believe you know."
                                                         - Frank Herbert
__ http://shelter.nu/ __________________________________________________

Reply via email to