Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS text position is not correct Re: text position is not correct

#104658

Thanks for the replies.


@filipeb
, this is not a hand written html. Generated from C++ code, the positions which i get for paragraphs is absolute positions and if I put them inside table, then you know what is going to happen. The next version is going to calculate relative positions and then the paragraphs will come inside tables.


@Senff
, Wow!! That did it. This is really cool. You guys are experts.
I don’t see any width given without pixels. This is generated using code, so everything is symmetrical. About lots of semicolons, there are lots of properties for every element, for example border’s and if that information is not present, that is left blank and you are seeing only colons. But yes, that would not have made any difference.
I will apply the fix now. :-)

Thanks guys for the help.