Nifflas' Support Forum

General => About Nifflas' Website and Forum => Topic started by: Purple Pineapple on July 17, 2009, 03:12:38

Title: BBC code stuff
Post by: Purple Pineapple on July 17, 2009, 03:12:38
Why can't we use tags such as [td/] or [i/]?
Title: Re: BBC code stuff
Post by: googoogjoob on July 17, 2009, 03:35:47
...what? BBC is
Code: [Select]
[letter]stuff[/letter]not letter/.

You can use
Code: [Select]
[i]text[/i] to make italics; I don't know what you mean by "i/".

The "td" tag thing is used in tables.
Title: Re: BBC code stuff
Post by: Purple Pineapple on July 17, 2009, 04:44:25
Well, in html you can do stuff like <element/> instead of having to do <element></element>
Title: Re: BBC code stuff
Post by: Pick Yer Poison on July 17, 2009, 04:48:08
Well, in html you can do stuff like <element/> instead of having to do <element></element>
That's html. This is BBC.
Title: Re: BBC code stuff
Post by: LPChip on July 17, 2009, 05:30:23
I don't know why you think it doesn't work, but it does.

I first thought it didn't, but even [rules/] turns into [rules/].

The tag ofcource must still be valid, and both [td/] and [i/] are invalid because they NEED a closing tag. In HTML you cannot use <TD/> and <I/> either.
Title: Re: BBC code stuff
Post by: TechnoGeek on July 17, 2009, 17:52:51
Well, in html you can do stuff like <element/> instead of having to do <element></element>

oh, as in <br /> and <img.... />? no wonder i was confused, i thought you were putting the slash at the end of a closing tag.
and lpchip is right, it's xhtml, not html syntax, so it only works for single-element objects, like <img> (in html) and apparently [rules] (in bbc).
Title: Re: BBC code stuff
Post by: Purple Pineapple on July 17, 2009, 18:52:58
and lpchip is right, it's xhtml, not html syntax
Yes, right.