Opened 18 years ago
Closed 16 years ago
#609 closed New Feature (duplicate)
output of the table not XHTML compliant
Reported by: | 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 18 years ago by
Cc: | Alfonso Martínez de Lizarrondo added |
---|---|
Reporter: | changed from Martin Kou to drmartens@… |
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This ticket is now a part of #1467.
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