Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
[HTML] How to format your text?
Old 02-17-2006, 06:30 AM [HTML] How to format your text?
Junior Talker

Posts: 33
Trades: 0
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
Quote:
Originally Posted by Explanation
Combination of the text formatting - example.
Created by m1chu
m1chu is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-17-2006, 04:44 PM
Junior Talker

Posts: 295
Trades: 0
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!
__________________

Please login or register to view this content. Registration is FREE
playmenow is offline
Reply With Quote
View Public Profile Visit playmenow's homepage!
 
Old 02-17-2006, 07:40 PM
Junior Talker

Posts: 33
Trades: 0
Quote:
Well...why use <font>??? It's the worst tag ever seen!
Because <font> is the basic html text formatting tag.
m1chu is offline
Reply With Quote
View Public Profile
 
Old 02-17-2006, 07:44 PM
Junior Talker

Posts: 190
Trades: 0
Yeah, its pretty much the basic tag!
alvarezw is offline
Reply With Quote
View Public Profile Visit alvarezw's homepage!
 
Old 02-18-2006, 01:49 AM
Junior Talker

Posts: 295
Trades: 0
Well...CSS is a basic thing now...a better way is to use SVG & JS to formatt the content (as I did in my header )
__________________

Please login or register to view this content. Registration is FREE
playmenow is offline
Reply With Quote
View Public Profile Visit playmenow's homepage!
 
Old 02-18-2006, 02:23 AM
Junior Talker

Posts: 33
Trades: 0
Quote:
Well...CSS is a basic thing now...a better way is to use SVG & JS to formatt the content (as I did in my header Wink )
But i typed tutorial about basic formatting tags in html, not about css.
m1chu is offline
Reply With Quote
View Public Profile
 
Old 02-18-2006, 06:07 PM
Junior Talker

Posts: 161
Trades: 0
In any case, a very good basic guide to html.
__________________
West Ham Till i Die!
king-re0-coker is offline
Reply With Quote
View Public Profile
 
Old 02-19-2006, 12:23 PM
Junior Talker

Posts: 76
Trades: 0
Good guide for beginners.
IndianInk is offline
Reply With Quote
View Public Profile Visit IndianInk's homepage!
 
Old 02-27-2006, 07:23 PM
Junior Talker

Posts: 127
Trades: 0
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...

but good basic stuff anyway
__________________

Please login or register to view this content. Registration is FREE
Superpoo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to [HTML] How to format your text?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30290 seconds with 12 queries