Notifications
Clear all

[Closed] Table Formatting in Forum Reply

2 Posts
2 Users
0 Reactions
339 Views
Posts: 1
Topic starter
(@smartcafirms)
New Member
Joined: 2 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: 3649
(@chris)
Famed Member
Joined: 3 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