Main
Home
Contact Us
Links


Account
Login
Register
User List


Strategies
Vikings
Franks
Japanese
Byzantines
Mongols
Incas
Chinese
Barbarians
Turks
Zulus


Tutorials
Buildings
Army Units
Hansa's Basics
Deadsoul's Guide
Building Queue Tips
Mage Run Guide
Research
Runs
Great Wall
Builders
Population
Army
Alliances
Teamwork


Calculators
Defence Calculator

1000ad Calculator
Camping Timer


Game Records
Standard
Tournament
Blitz


Other
Player Profiles
Interviews


 
Customize Your Player Profiles

Manipulating text
Code Outcome
<B>Hello World</B>
Hello World
<U>Hello World</U>
Hello World
<I>Hello World</I>
Hello World
<B><I><U>Hello World</U></I></B>
Hello World
The above code is all the previous bits of code together.

Code Outcome
<font color="red">Hello World</font> Hello World
You may use different colours such as green, blue or yellow.
<font face="Impact">Hello World</font> Hello World
To use different fonts use microsoft word to find out the font name and what they look like.
<font size="5">Hello World</font> Hello World
<font color="red" face="impact" size="5">Hello World</font> Hello World
To use different fonts use microsoft word to find out the font name and what they look like.


Images and Links
Code Outcome
<a href="http://www.google.com">Hello World</a> Hello World
<img src="http://www.torncitycentral.net/images/defaultuser3.jpg">

Lay Out
Code Outcome
<p align="left">Hello World</p>

Hello World

<p align="right">Hello World</p>

Hello World

<center>Hello World</center>
Hello World
Hello World<br> Hello World <br> Hello World Hello World
Hello World
Hello World

Marquees
Code Outcome
<marquee behavior="alternate">Hello World</marquee> Hello World
<marquee>Hello World</marquee> Hello World
<marquee direction=down height="50">Hello World</marquee> Hello World

Bullet Points
Code Outcome
<OL>
<LI>Hello World</LI>
<LI>Hello World</LI>
<LI>Hello World</LI>
</OL>

  1. Hello World
  2. Hello World
  3. Hello World


<UL>
<LI>Hello World</LI>
<LI>Hello World</LI>
<LI>Hello World</LI>
</UL>

  • Hello World
  • Hello World
  • Hello World


<UL>
<LI type="square">Hello World</LI>
<LI type="square">Hello World</LI>
<LI type="square">Hello World</LI>
</UL>

  • Hello World
  • Hello World
  • Hello World



Back to Profiles

© Copyright 2004 - 2008 - www.Swooshnet.co.uk