By carlwenrich on
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
Have you tried building a
Have you tried building a View that uses a Table layout, then adding this View to your Panel as the content?
That's exactly what I need to do.
I'm trying to find a tutorial that will explain how to do that.