BBCode guide | |
---|---|
Introduction What is BBCode? Text formatting How to create bold, italic and underlined text? Can I combine formatting tags? Creating links Linking to another site |
Introduction | |
---|---|
What is BBCode? BBCode is a special implementation of HTML. It is used in popular forum systems such as phpBB and others. BBCode itself is similar in style to HTML: tags are enclosed in square braces [ and ] rather than < and > and it offers greater control over what and how something is displayed. This guide will show you the BBCode tags supported in this guestbook so that you can make your messages look nicer ;). Back to top |
Text formatting | |
---|---|
How to create bold, italic and underlined text? BBCode includes tags to allo you to quickly change the basic style of your text. This is achieved in the following ways:
Back to top Can I combine formatting tags? Yes, of course you can; for example you may write: [u][b]LOOK AT [i]ME![/i][/b][/u] this would output LOOK AT ME! Back to top |
Creating links | |
---|---|
Linking to another site YapGB BBCode supports a number of ways of creating URIs, Uniform Resource Indicators better known as URLs.
Back to top |