The text formatting in html is very simple. I will not write and write about this, but i show you some examples and you will know how to do that on your own page.
1. Bold your text
Quote:
Originally Posted by Code
This is your text
Quote:
Originally Posted by Result
This is your text
Quote:
Originally Posted by Explanation
Surround your text in the tags
2. Italic your text
Quote:
Originally Posted by Code
This is your text
Quote:
Originally Posted by Result
This is your text
Quote:
Originally Posted by Explanation
Surround your text in the tags
3. Underline your text
Quote:
Originally Posted by Code
<u>This is your text</u>
Quote:
Originally Posted by Result
This is your text
Quote:
Originally Posted by Explanation
Surround your text in the <u></u> tags
4. Color your text
Quote:
Originally Posted by Code
<font color="green">This is your text</font>
<font color="#0000FF">This is your text</font>
<font color="rgb(0,0,255)">This is your text</font>
Quote:
Originally Posted by Result
This is your text
This is your text
This is your text
Quote:
Originally Posted by Explanation
Surround your text in the <font color="color_val"></font> tags. Change the color_val to the rgb [#RRGGBB] color system, rgb(xxx,xxx,xxx) color system or name color system (black, blue, red, etc).
5. Big your text
Quote:
Originally Posted by Code
<big>This is your text</big>
Quote:
Originally Posted by Result
Not visible on phpbb
Quote:
Originally Posted by Explanation
Surround your text in the <big></big> tags. It will be much bigger!
6. Big your text
Quote:
Originally Posted by Code
This is your text
Quote:
Originally Posted by Result
Not visible on phpbb
Quote:
Originally Posted by Explanation
Surround your text in the tags. It will be much smaller!
7. Subscript your text
Quote:
Originally Posted by Code
<sub>This is your text</sub>
Quote:
Originally Posted by Result
Not visible on phpbb
Quote:
Originally Posted by Explanation
Surround your text in the <sub></sub> tags. It will be subscripted!
8. Superscript your text
Quote:
Originally Posted by Code
<sup>This is your text</sup>
Quote:
Originally Posted by Result
Not visible on phpbb
Quote:
Originally Posted by Explanation
Surround your text in the <sup></sup> tags. It will be superscripted!
9. Force Spaces
Quote:
Originally Posted by Code
Text with normal spacies
Text with special html spacies!
Quote:
Originally Posted by Result
Text with normal spacies
Text with special html spacies!
Quote:
Originally Posted by Explanation
User to do spacies in your html page!
10. Force Line Breaks
Quote:
Originally Posted by Code
This is your text!
This is your second text!
Quote:
Originally Posted by Result
This is your text!
This is your second text!
Quote:
Originally Posted by Explanation
Use to do force line breaks!
11. Combining Text Formatting!
Quote:
Originally Posted by Code
This is your normal text!
<u>This is your underlined text!</u>
This is your italic text
<font color="red">This is your red and bold text</font>
Quote:
Originally Posted by Result
This is your normal text! This is your underlined text! This is your italic text This is your red and bold text
Yeah...I'll make an XHTMl tutorial...admin, in 1 year, blow this topic (as HTML will be terminated by XML)
Well...why use <font>??? It's the worst tag ever seen!
mmmm, i think that noone should start with this anymore, i say that everyone should go to css inmediatly, so they don't get confused, i must admit that i started with this, but it was way before, with other technologies...