Aug 30, 2022 12:11 pm
On my website forum, due to our niche, there needs to be tables in reply to the Forum topics.
We tried copy-pasting table from Excel but the formatting like column width and borders are not pasted.
Please guide on how to format tables in forum replies
Thanks in advance
1 Reply
Aug 30, 2022 1:39 pm
Hi @smartcafirms,
Here is an example HTML for creating tables in wpForo Posts:
<table style="width: 100%;"> <tbody> <tr> <th style="text-align: left; border: 1px solid black;">Test Text</th> <th style="text-align: left; border: 1px solid black;">Test Text Test Text</th> </tr> </table>
- Copy the HTML
- Press {;} button
- Paste the HTML in the opened Source Code field