:: Forum >>

Columns don't align

Hi,

I'm working in the context of a complicated html library and I insert the grid in table which is in a div in a div, etc. So may be that's the source of my problem, but in any case I'm getting something like this:

http://klebanov.homeip.net/~per/q.jpg

The html is produced programatically and this is my first try, so mistakes are likely.

Thank you very much in advance!

Dola
Dola
Friday, April 29, 2005
Anobody? Please?
Dola
Sunday, May 1, 2005
I've seen this problem myself. Turned out to be css issues. Make sure your css is not confilcting (different sizes for the same column)
B Hatt
Sunday, May 1, 2005
It seems that grid is broken if you put it inside <center> tag. You can fix it adding the following CSS rule:

.active-controls-grid {
text-align: left;
}
Alex (ActiveWidgets)
Monday, May 2, 2005
Hi,

Adding that code worked - even though I don't have any <center> tags! (I do have align:center in css.)

So now I get this:
http://klebanov.homeip.net/~per/q2.jpg

Now how do I get the columns to be greedy and expand?
(Then I'll ask other formatting questions in a different thread.)

Thank you very much!

Dola
Dola
Monday, May 2, 2005
This bug is fixed in 1.0.1 release
Alex (ActiveWidgets)
Wednesday, May 11, 2005

This topic is archived.


Back to support forum

Forum search