I'm using the Panels 3 module to build a page, and I'd like to build an html table in one of the panes. When I add this:

<table>
<tr>
<td>
Activities<br>
Artists<br>
Child care<br>
</td>
<td>
Lost+found
</td>
</tr>
</table>

the data cells don't appear side by side.

Comments

i25’s picture

Have you tried building a View that uses a Table layout, then adding this View to your Panel as the content?

carlwenrich’s picture

I'm trying to find a tutorial that will explain how to do that.