PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Table alignment style is suspected to be overwritten
Table alignment style is suspected to be overwritten
Débuté par Aybars Morali, 14 avr. 2008 16:04 - 1 réponse
Posté le 14 avril 2008 - 16:04
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 :)
Posté le 14 avril 2008 - 17:12
Addition:
When ajax mode of table is disabled, then it works fine.