![]() | ||||
| ||||||
| Frequently Asked Questions FAQ about HPCCommunity. Please check here before posting a problem. |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||||||||
|
With regards to creating table and putting it on your forum post, article, or blog, there are a couple of ways to do it. The easiest way, of course, be capturing it up as an image, and putting it as an image link or attachment on your post. Alternatively, you could use the table function on the messaging environment, however though please do note that the function is not very extensive. How to get about creating a table under the Messaging Environment?
You would not be able to use the Enter key for your contents. As it would result in the separation of your content with a new row. Example of a table created with the table function.
Table Creation A table is simply made of some lines (will be the rows). The cols are seperated by |. This is what was used to create the table above. HTML Code: [table][b]Field 1[/b] | [b]Field 2[/b] | [b]Field 3[/b] Row1 Field 1 | Row1 Field 2 | Row1 Field 3 Row2 Field 1 | Row2 Field 2 | Row2 Field 3 [/table] |