| Profil von RicHTML TutorialBlogListen | Hilfe |
|
08 Juli Advanced TextText Effects Time to learn how to edit font a bit more. There are many different variables you can add to a text coding to edit the style of your writing, below is a list of what is available, how to use it, and what the effect will be:
Headings Built into HTML are heading settings, this allows you to quickly edit the size of the text you are working on, see below for more information:
The <br> tag The <br> tag allows you to create a new line (you do not need to use </br>, for the tag becuase IE (Internet Explorer) automatically detects the end and start of new lines), for example HI<br>HI will produce: HI HI There is also the option for <nobr> (this required a </nobr> at the end of the text), where <nobr>HI HI HI</nobr>, will produce HI HI HI Paragraphs If, in your writing, you use paragraphs a lot, the the <p> and </p> function will be useful. It allows you to tell IE that all the writing within the tags are a paragraph, and, the text in the next tags are another paragraph, for example:
<p>HI</p> <p>THERE</p>, will produce: HI THERE Other Tags There are many other characters that can be used on computers, but to use them in HTML you need to know certain tags, below is a list of some extra characters I know of:
Above I mention the <br> tag, it is used to create new lines, however, if you wish to display the same text layout as you type it into your text editor (in most cases notepad), then use the tags <pre> and </pre>, an example is: <pre>
HI
THERE
HOW
ARE
YOU?
</pre>
produces: HI
THERE
HOW
ARE
YOU?
Special Characters There are many 'special' characters in HTML, an example is <, if you just type this in HTML it thinks you are declaring a tag, and your Internet Explorer will get confused. In such cases you need special codes to display a character, below is a list:
Wrapping Text If you want to wrap text around an image then this method can be used:
An example is: THIS IS MY WONDERFUL PICTURE<br> <img src="imagename" align=left> I CAN WRAP TEXT<br> AROUND MY PICTURE<br> AND NOW, SO CAN YOU<br> This would produce: THIS IS MY WONDERFUL PICTURE AROUND MY PICTURE AND NOW, SO CAN YOU Thats the lot for now, if I find anything else out new about editing text I will post it ASAP.
Kommentare (3)Melden Sie sich zum Hinzufügen eines Kommentars mit Ihrer Windows Live ID an (wenn Sie Hotmail, Messenger oder Xbox LIVE verwenden, besitzen Sie eine Windows Live ID). Anmelden Sie haben noch keine Windows Live ID? Registrieren
TrackbacksDie Trackback-URL für diesen Eintrag ist: http://keepthechange123.spaces.live.com/blog/cns!F6A299334D3EAB8D!115.trak Weblogs, die sich auf diesen Eintrag beziehen
|
|
|