PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Table alignment style is suspected to be overwritten
Table alignment style is suspected to be overwritten
Started by Aybars Morali, Apr., 14 2008 4:04 PM - 1 reply
Posted on April, 14 2008 - 4:04 PM
Hi all,

I have only a table in a cell in my page. Table is being filled with a query. Table's styles are local, some columns are centered, some are left aligned and some are right aligned. But I don't know why, these alignments do not appear in the result, not in Firefox, not in IE. It is an AWP page, it is an AJAX table.

I have opened another project, created a page and tested tables. Alignments work great. Then I copied the table (it just has some addline bla bla bla in its initialization code) to my real projects page. And even tough its alignments still exist in the style window, it doesn't work.

So, something overwrites the alignment but how can I solve this annoying problem?


Aybars The Desperate AWP Developer :)
Posted on April, 14 2008 - 5:12 PM
Addition:
When ajax mode of table is disabled, then it works fine.