A question for the devs... ;-)
When you're e.g. adding a table in the editor (e.g. Xinha), it's producing HTML code like:
When you're adding a line to the table it's producing:Code:<tbody style="vertical-align: top;"> <td style="width: 25%;"> <br /></td> ...
I'm trying to find out where all this is defined. I'm especially keen on knowing the place in code that's producing the style tags.Code:<td style="vertical-align: top;"><br /></td>
Where are style="vertical-align: top;" / style="width: 25%;" / style="vertical-align: top;" being composed in Deki's code?


Reply With Quote
I was just searching for the wrong stuff.
