Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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