Notifications
Clear all

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.

 

[Closed] Table Formatting in Forum Reply

2 Posts
2 Users
0 Reactions
538 Views
Posts: 1
Topic starter
(@smartcafirms)
New Member
Joined: 3 years ago

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
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

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>
  1. Copy the HTML
  2. Press {;} button
  3. Paste the HTML in the opened Source Code field