+ Reply to Thread
Results 1 to 2 of 2

Thread: @Devs: Definitions of editor output

  1. #1
    Join Date
    Jul 2007
    Posts
    347

    Default @Devs: Definitions of editor output

    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:
    Code:
    <tbody style="vertical-align: top;">
    <td style="width: 25%;"> <br /></td>
    ...
    When you're adding a line to the table it's producing:
    Code:
    <td style="vertical-align: top;"><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.
    Where are style="vertical-align: top;" / style="width: 25%;" / style="vertical-align: top;" being composed in Deki's code?

  2. #2
    Join Date
    Jul 2007
    Posts
    347

    Default

    Okay, nevermind. I found it on my own already. I was just searching for the wrong stuff.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts