Carl and Pam's The Sims Community

Member Info and Sims Announcements => Member Zone => Topic started by: Twinmum on November 06, 2011, 01:36:23 AM

Title: Using tables in the forum
Post by: Twinmum on November 06, 2011, 01:36:23 AM
So this is not a Sims technical problem, but rather a forum technical question.
How on earth do I use the table feature? I have tried a number of time, but keep getting tangled in all those <tb> etc.
I'd really appreciate it if someone could write out a template I could use for just one row with 3 columns. What I want to do is have a forum post for all my houses in the swap shop so I was going to follow the following layout:


Name of house
Thumbnail of image (this will be column one)  Info about house (column two) link to the swap shop location (column three)

This would then just repeat for each house.

Thanks
Norma
Title: Re: Using tables in the forum
Post by: Pam on November 06, 2011, 01:38:37 AM
Check with Metro.  He makes all those tables for the Tournament challenges.
Title: Re: Using tables in the forum
Post by: Sportsfan on November 06, 2011, 01:53:12 AM
I'm betting seabody knows how to do this too. And funny that you would post this twinmum because I was wondering the same exact thing earlier today.
Title: Re: Using tables in the forum
Post by: Twinmum on November 06, 2011, 01:00:29 AM
Thanks, I'll look out for either of them to come online. If i don't see them before bed, I might send a pm.
When I find out Sportsfan, I'll let you know  :)

Norma
Title: Re: Using tables in the forum
Post by: AbrahamC on November 06, 2011, 01:26:58 AM
I would also like to know as well. Thanks for asking! I tried to make a table once and looked at the preview, it was practically illegible
Title: Re: Using tables in the forum
Post by: Anushka on November 06, 2011, 02:15:04 AM
Here is a small tutorial and template:

First click on table to get this(without space):
[ table ][ /table ]

Then clik on "Insert table row" in the middle, like this:

[ table ][ tr ][ /tr ][ /table ]

And then add first column with click on "Insert table column" In the row you just created. Like this:
[ table ][ tr ][ td ][ /td ][ /tr ][ /table ]


To add another column place cursor between the end of first column and the end of the row, and add another column, like this:

[ table ][ tr ][ td ][ /td ][ td ][ /td ][ /tr ][ /table ]


To add another row place cursor between the end of the row and end of the table and insert row:
[ table ][ tr ][ td ][ /td ][ td ][ /td ][ /tr ]
[ tr ][ /tr ][ /table ]
You don't have to separate rows with "Enter" but it will be easier for you to track down where which row begin.

You type text between [ td ][ /td ] - columns:

[ table ][ tr ][ td ]1[ /td ][ td ]2[ /td][ td ]3[ /td ][ /tr ]
[ tr ][ td ]4[ /td ][ td ]5[ /td ][ td ]6[ /td ][ /tr ][ /table ]


And you'll get this:

123
456



You can also use quote to see how some tables are done.


Now to get what Twinmum wants here is a code with spaces to see how it is looking in post, and the final result as seen in post.

[ table ][ tr ][ td ][ b ]Name of the house[ /b ][ /td ][ td ]Image of the house[ /td ][ td ]Description[ /td][ td ]Download Link[ /td ][ /tr ]
[ tr ][ td ]First House Name[ /td ][ td ]First House Image link[ /td ][ td ]First house Description[ /td ][ td ]link to Swap Shop[ /td ][ /tr ][ /table ]

Name of the houseImage of the houseDescriptionSwap Shop Link
First House Name(http://)First house DescriptionLink (http://Link)



Title: Re: Using tables in the forum
Post by: Twinmum on November 06, 2011, 02:29:02 AM
(http://www.carls-sims-3-guide.com/forum/gallery/albums/userpics/10048/thumb_front_view.jpg)This is where the info will be. Can this be a few lines long I wonder, so I'll just type random stuff for a bit because it seems to take quite a bit of typing to fill a line lol This has been really helpfull Thank You Anushka          And this                                                   will be
        the link





Yup, that works, Thank You ;D
Title: Re: Using tables in the forum
Post by: Anushka on November 06, 2011, 02:30:02 AM
I'm glad it works!