A differant font with color

Inhoud:

FONT SIZE
FONT TYPE AND COLOR
COMBINATION FONT TYPE AND BACKGROUND COLOR
COMBINATION FONT TYPE AND BACKGROUND IMAGE
*new* SPECIAL CHARACTERS *new*
Click << here >> to practice codes in the Tester.

 

FONT SIZE

The size of the font used at your profile can be adjusted by using <h1> t/m <h6> codes. The code <h1> will produce a very large font while the code <h6> is the smallest. The font size <h5> is the best one to use in your profile.
When you want to use your own defined size you have to change the font size by using the following code: <a style="font-size:200">. The number 200 can be changed in whatever number you want. Just try it out...

TOP


 

FONT TYPE AND COLOR

Use the following code to adjust the font type and color of the font:

<h5 style="color: red;font-family: Comic Sans MS">And here you will see your text ...</h5>

(when you type the code into your profile, keep typing without using the enter key at all!! This is very important otherwise the code will not work. Using enter in a code is never allowed when you want it to work in your profile)

It will look like follows:

And here you will see your text ...


The above mentioned code has to be in front of the text that has to be changed.  Add the code </h5> after the text to end the code and before using another font style code for example: <h5 style="color: blue"> to let the text have a blue color.... Do not forget to end the code again with </h5> before using the following color style code. Make sure that you close always with </h5>, because Netscape will not display your profile anymore after using 4 to 5 times a color code <h5 style="...etc>  without closing it again.

 

TOP


 

COMBINATION FONT TYPE AND BACKGROUND COLOR

The code for a combination of background color and a specific font-family and color will look likes follows:

<h5 style=" margin-right: 0;padding: 3; background: yellow"><h5 style="color: red font-family: Comic Sans MS">And here you will see your text ...</h5>

The correct position of this code is the up most top of your profile. When you made no mistakes  the profile appears like folloing example:

And here you will see your text ...


Netscape will cause some other problem while displaying the background color. The background color will only be applied behind the text that is included in your profile. When using a border around your profile this will be solved (it is explained in the chapter about borders).

TOP

 


 

COMBINATION FONT TYPE AND BACKGROUND IMAGE

A combination between a background image and the font type with a specific color could be:

<h5 style="margin-right: 0; padding: 3; background: url(http://home-3.worldonline.nl/~tl231984/bg/bgclouds.jpg)"><h5 style="color: red; font-family: Comic Sans MS">And here is your tekst...

And like the all other combination code for background and font, the position has to be at the up most top of your profile. When you did everything right it will look like this: 

And here is your text . . .


Remark: take care of the correct order of all the codes (padding:3 ; background:..; color:; font-family:..). When not in the correct order your profile will not be correctly displayed when a visitor is using Netscape.

TOP

 


 

SPECIAL CHARACTERS

Idea from Clint. . .

In this section a table is displayed with all the special sing you may want to use in your profile. The column "At profile" will display the code to add to your profile to get the desired special character.

Sign Description At profile
< Less than &lt
> More than &gt
& And sign &amp
" Aanhalingsteken &quot
  Space &nbsp
© Copyright &copy
® Registered &reg
Trademark &#153
Lang streepje &#151
Streepje &#150
¹ 1 in Superscript &sup1
² 2 in Superscript &sup2
³ 3 in Superscript &sup3
Paragraaf &para
· Punt in het midden &#183
« Quote naar links &#171
» Quote naar rechts &#187
¼ Kwart &#188
½ Half &#189
¾ Driekwart &#190
£ Engelse pond &pound
ß Ringel s &szlig
á a accent acute &aacute
â a accent circumflex &acirc
æ Ae ligature &aelig
à a accent grave &agrave
å a ring &aring
ã a tilde &atilde
ä a umlaut &auml
ç c cedillia &ccedil
é e accent acute &eacute
ê e accent circumflex &ecirc
è e accent grave &egrave
ë e umlaut &euml
í i accent acute &iacute
î i accent circumflex &icirc
ì i accent grave &igrave
ï i umlaut &iuml
ñ n tilde &ntilde
ó o accent acute &oacute
ô o accent circumflex &ocirc
ò o accent grave &ograve
ø o slash &oslash
õ o tilde &otilde
ö o umlaut &ouml
ú u accent acute &uacute
û u accent circumflex &ucirc
ù u accent grave &ucirc
ü u umlaut &uuml
ý y accent acute &yacute
ÿ y umlaut &yuml

TOP