Archived topic
"SECTION" and columns
6 replies · Started by Michael on May 10, 2017
Hello,
Sorry for the silly question, but I am trying to do columns when building the page using the SECTIONS feature of GP. When I put in this code, I get a line all around the table.
<tr>
<td>100</td>
<td>200</td>
<td>300</td>
</tr>
<tr>
<td>400</td>
<td>500</td>
<td>600</td>
</tr>
</table>
Mike
Hi Mike,
I would use a solution like this to create columns: https://wordpress.org/plugins/lightweight-grid-columns/
HTML tables should be reserved for tabular data only.
Thanks Tom,
Do you have any other plugins you created/recommend? I see you did the lightweight columns.
Mike
Jumping in because I was trying to build a table in Sections and not having much luck. Lightweight Grid Columns looks like a good solution, but it's not tested with the newest version of WP. Do you have plans to maintain it?
Hi Dale,
This should still be the best option for creating columns :)
Let me know if you need more info.
I installed it. It's not working the way I expected, but I am a bit slow today so who knows. I can ask about that in the proper forum once I've gotten some sleep :)