Nifflas' Support Forum

General => About Nifflas' Website and Forum => Topic started by: StraightFlame on July 20, 2010, 17:52:14

Title: How to use [table] tags?
Post by: StraightFlame on July 20, 2010, 17:52:14
My sig is a bit long as you can see, so i wanted to use [table] tags. But, i have no idea how to. So, does anyone feel like posting a tutorial? In the meantime i'll use is.gd (http://is.gd) to be able to cram those tags in there.
Title: Re: How to use [table] tags?
Post by: LPChip on July 20, 2010, 18:06:56
use:

Code: [Select]
[table][tr][td] content [/td][td] content [/td] [/tr] [/table]

the table starts and ends the table structure.

tr stands for a row.

Inside the row, you have cells (td). Each row starts and end with tr (short for table row) and each cell starts and ends with td (table data)

This is basically a simplified way of html tables. Google for html tables for more information on the subject.
Title: Re: How to use [table] tags?
Post by: StraightFlame on July 20, 2010, 18:10:15
Whew... Finally finished...

...LPChip says what? Table rows and data stuff? Thanks!

Edit: And? Did my sig turn out well?
Title: Re: How to use [table] tags?
Post by: LPChip on July 20, 2010, 21:24:32
Yeah, though theoretically, you don't need to use tables to just put images next to eachother. Just don't hit enter after you written the img closingtag. Only if you want to put a large image on the left or right and a multiline text fragment on the other side:

Example by using small part of my profile (see left of this post)

     (http://nifflas.lpchip.nl/index.php?action=dlattach;attach=3809;type=avatar)
    
     My name is LPChip
      Trying never is a bad thing. It allows you to learn.
      I'm an administrator.
    

and the code:

Code: [Select]
[table]
  [tr]
    [td]
      [img]http://nifflas.lpchip.nl/index.php?action=dlattach;attach=3809;type=avatar[/img]
    [/td]
    [td]
      [b]My name is LPChip[/b]
      Trying never is a bad thing. It allows you to learn.
      I'm an administrator.
    [/td]
  [/tr]
[/table]
Title: Re: How to use [table] tags?
Post by: Evil on July 22, 2010, 11:10:12
     (http://nifflas.lpchip.nl/index.php?action=dlattach;attach=2649;type=avatar)
    
     My name is Evil
      Always be happy
      I am a member
    

 :huh:

this puts text next to image!  C)p I realize! :) Thank you this is very useful :)
Title: Re: How to use [table] tags?
Post by: LPChip on July 22, 2010, 12:27:40
Btw, I added spaces to make it look nice, but these spaces also appear in the output. They're not necessary. :)
Title: Re: How to use [table] tags?
Post by: StraightFlame on July 22, 2010, 12:39:42
Does peoples like this?

     (http://nifflas.lpchip.nl/index.php?action=dlattach;attach=4598;type=avatar)
    
     My name is StraightFlame
      Forumgames FTW!
      I'm an everyday Nifforumer.
    

EDIT: Seems like it also works for
Spoiler: (click to show/hide)
.
Did you know that Darth Vader is Luke Skywalker's
Spoiler: (click to show/hide)
(Yes, people, i remember the Mods someone mentioning that feature of the [table] tag somewhere. I just forgot where.)
Edit: It turned out it wasn't the Mods.
Title: Re: How to use [table] tags?
Post by: Evil on July 22, 2010, 19:52:27
ooh, that else things you can do with this?  :whoa:
Title: Re: How to use [table] tags?
Post by: Purple Pineapple on July 22, 2010, 20:12:03
(Yes, people, i remember the Mods mentioning that feature of the [table] tag somewhere. I just forgot where.)
Actually, that was me (http://nifflas.lpchip.nl/index.php?topic=2836)