|
|||
|
|
|||
Menu- Help Forum - CIA Topsite - Getting Started - HTML Tags - Links - Graphics - Text - What is Text? - How do I put text on my site? - Text Manipulation - Headers - More about Text - Display Your Code - Site Formatting - CSS - PHP - Javascript - Guestbooks / Shoutbox - Lists - Extras - Site Tips Tools- Scrollbar Gen - ASCII Chart - HTML Cheat Sheet - MySpace Ad Remover - Xanga Ad Remover Contact MeSite Links- Your link here - More Affiliates... |
TextWhat is Text?Text is all the words that are on your website.Top How do I put text on my site?You just type what you want to say with no surrounding code.Top What are the different ways in which I can manipulate text?Well there are tons of different ways to manipulate the text on your pages. Almost anything that can be done to text using a program such as Microsoft Word can be done on your website using code.<i>Text</i>
- See This Code In ActionThe code above italicizes the word Text. Simply place any word(s) in place of Text to make them italic. <b>Text</b>
- See This Code In ActionThe code above bolds the word Text. Simply place any word(s) in place of Text to make them bold. <u>Text</u>
- See This Code In ActionThe code above underlines the word Text. Simply place any word(s) in place of Text to make them underlined. <strike>Text</strike>
- See This Code In ActionThe code above <center>Text</center>
- See This Code In ActionThe code above centers the word Text. Simply place any word(s) in place of Text to center them. Sometimes you might want to bold and italicize a word or group of words. If that is the case you simply use both commands. <b><i>Text</i></b>
- See This Code In ActionThe code above bolds and italicizes the word Text. Simply place any word(s) in place of Text to make them bold and italic. Top FontsMost sites like to use fonts. This is just a design choice by the site creator. If you don't like the normal font you can always change it. Different operating systems have different fonts so safe practice is to place multiple choices for the fonts so that if your visitor doesn't have the first font they will still see a font of your choice.<font face="Impact">This is Impact font</font> - See This Code In Action You can choose any font face that is available on your computer. Check microsoft word, down the list of fonts type any of those names in between the quotes and you can change the fonts. Font Size is another thing that can be changed. Placing a number between the quotes will change the size to the number you place or you can place a plus (+) or minus (-) sign before a number to increase or decrease the font size. <font size="8">This is font size 8</font> - See This Code In Action<font size="-1">This is font size -1</font> - See This Code In Action<font size="+2">This is font size +2</font> - See This Code In ActionFont color can be changed as well. <font color="#0000FF">This code makes the font color blue</font> - See This Code In ActionYou can also use the word to define the color although it is recommended that you use the color chart found in the left hand menu to find the color code for the color you want. <font color="red">This code makes the font color red</font> - See This Code In ActionTop HeadersHeaders change the size of text and also are given their own lines. If you notice by the examples below each of the codes you will see that each one is not in line with the rest of the text.<h1>Text</h1>
- See This Code In ActionThe code above creates a header of the word Text. Simply place any word(s) in place of Text to make them into a header. <h2>Text</h2>
- See This Code In ActionThe code above creates a header of the word Text. Simply place any word(s) in place of Text to make them into a header. <h3>Text</h3>
- See This Code In ActionThe code above creates a header of the word Text. Simply place any word(s) in place of Text to make them into a header. Top More about textWhile there are many different ways in which to manipulate text on your page above are the more basic and most useful of the different codes. For information on spacing and other formatting techniques that are not specific to text please visit the Site Formatting section.Top |
||
![]() |
|||