Thread: HTML: Basic
View Single Post
  #1  
Old 04-20-2006, 11:16 PM
ebittner ebittner is offline
Senior Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 107
Default HTML: Basic

Here is some simple html that anyone can use
[b] Bold
<center> Center Text or Image
<left> Center Left
<right> Center Right

Break Line or skip to the next line
<font color=xxx> Text Color xxx is the color
<font size=xxx> Change font size
[img]http//:img url.com[/img] Display an img.

Make sure to end all codes used with a </codeused>
ie. <center>Hello</center>
Reply With Quote