How do we create a table in a documentation page? I know how to create an HTML table. But when I paste it then preview it the table tags are removed. I searched the documentation team site but found nothing.

I want to contribute documentation to this section: http://drupal.org/node/266179

Comments

add1sun’s picture

Status: Active » Closed (works as designed)

Table tags are not in the list of available tags for the Filtered HTML format. It requires the documentation team input format (same as images), which is only available to be set by doc admins. If you need to add a table to a page, you can put the HTML in, then request in an issue to have the page bumped to doc team format. The only bummer is that you will need make an issue to switch the filter back again in order to edit it.

francewhoa’s picture

Thanks add1sun. I'll try that.