> I hope that someone will have a suggestion for me.

Brace yourself...

I actually think that this could be argued to be a legitimate use of tables to 
display tabular data.  It's certainly not tabular data in the tradition 
spreadsheet sense, but it is data that corresponds to other data arranged 
logically in columns and rows.

But, it is pretty easy to do this with CSS.
Styled something like:

p[lang="en_US"] {
 clear: both;
 float: left;
 width: 49%;
}

p[lang="fr"] {
  float: right;
  width: 49%;
}

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to