Re: BB Coding Guide Thanks, lots of effort for this thread and I learned something new. For the image links, if it ends in ".png" it's also fine.
Re: BB Coding Guide It's a play on the tag order. If you want your underline to be coloured, you put the underline tag inside the colour tag, just like this: Code: [color=Red] [u] I want my underlines to be coloured! [/u] [/color] Similarly, if you want the underline to stay back, you put the underling tag outside the colour tag. Code: [u] [color=Red]I don't want my underlines to be coloured! [/color][/u] It's slightly more confusing, but you can experiment with it to get familiar with the significance of tag order.?