+ Reply to Thread
Results 1 to 2 of 2

Thread: How to Create Table For Forum Post, Articles, and Blog?

  1. #1
    vbseo's Avatar
    vbseo is offline Member
    Join Date
    March 16th, 2008
    Posts
    79
    Blog Entries
    2
    Downloads
    114
    Uploads
    37

    Lightbulb How to Create Table For Forum Post, Articles, and Blog?

    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?
    1. Look for the (table) icon on the listed tools of the Message environment.
    2. Clicking on it will create a on your message.
    3. To create a column, input your content and separate them by using |.
    4. Upon completing your row, and would like to start a new row, input an Enter key to go to the next line.
    Note:
    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.
    No code has to be inserted here.

    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]
    

  2. #2
    aladamapee is offline Junior Member
    Join Date
    May 29th, 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    I am new in the field of programming, by reading the posts, i get sufficient information especially creation of tables.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts