xRoyal15
29-09-2005, 04:23 PM
Here are a few codes you will need to use html:
Html tags (For beggingers)
----------------------------------------------------------------------------------------
<html> = Start of the HTML document
</html> = End of the HTML document
<head> = The title of the document
</head> = End of the title
<body> = The main part of the HTML Document
</body> = The end of the main part of the document
----------------------------------------------------------------------------------------
Fonts and Colors:
<font face=''Font goes here''> = The start of a font
</font> = End of font
<font color="Hex code goes here''> = Start of a font color
</font> End of font color
<font face="Font goes here" color="Hex code goes here"> = Start of a font and color
</font> = End of font and color
<b> = Bold text
</b> = End of bold text
<i> = Italic text
</i> = End of Italic Text
<u> = Underline text
</u> = End of Underlining
----------------------------------------------------------------------------------------
Positioning Things:
<center> = Center of page
</center> = End of text in Center
<p align=''right''> = Text is at the right of the page
<p align=''left''> = Text is at the left of the page
</p> = End text at left/right of page
<p> = New paragraph
</p> = End of paragraph
<br> = Line break
</br> = End of line break
----------------------------------------------------------------------------------------
Making a Table:
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> = Place at top to start table (only change if pro)
<tr> = Start of colum
</tr> = end of colum
<td width="20%">''Text goes here''</td> = A cell in the colum (put as many as you need n that colum)
</table> = End of the table
Html tags (For beggingers)
----------------------------------------------------------------------------------------
<html> = Start of the HTML document
</html> = End of the HTML document
<head> = The title of the document
</head> = End of the title
<body> = The main part of the HTML Document
</body> = The end of the main part of the document
----------------------------------------------------------------------------------------
Fonts and Colors:
<font face=''Font goes here''> = The start of a font
</font> = End of font
<font color="Hex code goes here''> = Start of a font color
</font> End of font color
<font face="Font goes here" color="Hex code goes here"> = Start of a font and color
</font> = End of font and color
<b> = Bold text
</b> = End of bold text
<i> = Italic text
</i> = End of Italic Text
<u> = Underline text
</u> = End of Underlining
----------------------------------------------------------------------------------------
Positioning Things:
<center> = Center of page
</center> = End of text in Center
<p align=''right''> = Text is at the right of the page
<p align=''left''> = Text is at the left of the page
</p> = End text at left/right of page
<p> = New paragraph
</p> = End of paragraph
<br> = Line break
</br> = End of line break
----------------------------------------------------------------------------------------
Making a Table:
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> = Place at top to start table (only change if pro)
<tr> = Start of colum
</tr> = end of colum
<td width="20%">''Text goes here''</td> = A cell in the colum (put as many as you need n that colum)
</table> = End of the table