Thread: HTML: Basic
View Single Post
  #5  
Old 04-22-2006, 10:00 AM
I_DROWN_FISH I_DROWN_FISH is offline
Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 50
Default Re: HTML: Basic

Quote:
Originally Posted by ebittner
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>
Well this is true but XHTML requires you to use this for align tags:
<div align="center">This text will be centered.</div>
<div align="left">This text will be on the left.</div>
ect..
__________________
Reply With Quote