Opened 17 years ago

Closed 15 years ago

#609 closed New Feature (duplicate)

output of the table not XHTML compliant

Reported by: drmartens@… Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Cc: Alfonso Martínez de Lizarrondo

Description

There is a 'align' added to each table we generate with fckeditor. Align is deprecated in XHTML and so, the page with such table DOES NOT validate.

Now, I use some extra preg_replace after submitting, I don't want to mess the main file. Anyway that should be something like

div style="text-align: center;"

table style="text-align: left; margin: 0 auto;" /table

/div

and so on for each align type


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1093713&group_id=75348&atid=543656

Change History (2)

comment:1 Changed 17 years ago by Martin Kou

Cc: Alfonso Martínez de Lizarrondo added
Reporter: changed from Martin Kou to drmartens@…

https://sourceforge.net/tracker/index.php?func=detail&aid=1120999&group_id=75348&atid=543656 has been marked as dup of this bug


Moved from SF. Original poster: alfonsoml

comment:2 Changed 15 years ago by Artur Formella

Resolution: duplicate
Status: newclosed

This ticket is now a part of #1467.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy