Utada Net.com Forum Index
   FAQ / Tutorials / Technical Q & A
  UtadaNet "BB" Codes List

 

 Bottom   Previous Topic   Next Topic
  •  Topic options
Poster Thread
UtadaNet "BB" Codes List
Administrator
Joined: 2004/3/2
A/S/L
Posts: 1466
The page is intended to be a complete list of codes that can be used on UtadaNet.com.

Please note I've used spaces in the codes here, this is so the codes will show up. When actually using the codes remember omit the spaces.


b

Purpose: Makes text bold
Syntax: [b ]Text to be bolded[/b]


i

Purpose: Makes text italic
Syntax: [i ]Text to be italicized[/i]


u

Purpose: Makes text underlined
Syntax: [u ]Text to be underlined[/u]


d

Purpose: Strikethrough; Makes text have a line through it
Syntax: [d ]Text to be changed[/d]


url

Purpose: Makes hyperlinked text
Syntax: [url =link to url]Linked text[/url]
Example: [url =http://my.domain.com]My Domain[/url]


img

Purpose: Make image
Syntax: [img ]image address[/img]
Example: [img ]http://my.domain.com/image.jpg[/img]


font

Purpose: Change font type
Syntax: [font =Font name]Text to change[/font]
Example: [font =Courier]This is a font[/font]


color

Purpose: Change font color
Syntax: [color =Hex Code]Text to change[/color]
Example: [color =0000FF]Cool Color!!![/color]


size

Purpose: Change font size
Syntax: [size =Text size command]Text[/size]
Commands: xx-small
x-small
small
medium
large
x-large
xx-large
Example: [size =x-large]Big text[/size]


quote

Purpose: A fancy way to quote people
Syntax: [quote ]Text To quote[/quote ]
Example: [quote ]Changes to do[/quote ]


siteurl

Purpose: Makes a relative link to another page on the site. It is recommended to use this instead of the [url] code from links within the site.

Syntax: [siteurl =]
_________________

Twitter: @UtadaNet
Posted on: 2004/6/6 2:06
Top
  •  Gokie
      Gokie
Re: UtadaNet "BB" Codes List
Addicted to Hikki
Joined: 2004/5/22
A/S/L
Posts: 90
Well, HTML (or at least, basic HTML) seems to work as well, and would be quite a bit easier for some of us, especially for common tags...

<b>Bold</b>
<i>Italic</i>
<u>Underline</u>
<s>Strike-through</s>
<a href="http://www.google.com">Links</a>
Image: <img src="http://www.gokie.com/files/decisiveness.jpg">
<font color="red" size="xx-large">Font Color/Size</font>

Didn't go try others, ^^

~KS
Posted on: 2004/6/8 3:56
Top
 Top   Previous Topic   Next Topic