![]()
Content: |
|---|
| BORDER AROUND YOUR PROFILE |
| COMBINATION BORDER - FONT - BACKGROUND COLOR |
| COMBINATION BORDER - FONT - BACKGROUND IMAGE |
| HORIZONTAL LINE |
| Click << here >> tp practice codes in the Tester. |
You will need the following code::
(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)
When you use the above code it will look like this:
And here you will see your text . . .
The previous mentioned code has to placed in front of the texht which should
have the border. When you want to end the border us e the corresponding end
code, for this example the end code will be: </h5>.
When you want your complete profile surrounded by a border you need to
place the code completely at the top of your profile.
border:
medium ridge red' you can replace medium to get a different border thickness:border:
medium ridge red' you can replace ridge to get a different border
stylestijl:border:
medium ridge red' you can replace red to get a different border color like:border: medium ridge #FFFF00'
to get a yellow border). Click << here >>
for all color codes.
padding: 3
' part in the code controls the margin of the profiles window. In this
case the contents of your profile will be positioned 3 pixels from
the left, right, top and bottom. It is possible to define all the margins separately
by adding the following to the code padding:
n,n,n,n . You have to replace the n
with the value you want. The sequence of the values is: top, right,
bottom, left. So, when you like to have a left margin of 50 pixels and the
remaining margins set to 3 pixels, use the following code to set the desired
margins: padding:
3,3,3,50.
margin-right:0'
in the code is required to make sure that Netscape users will see a correct
display of the background and it is not displayed outside the right margin of
the profile.
The combined code to alter border, font and background color could be as
follows:
This code has to be place completely at the top of the profiled. When you did everything correct it will look like this:
And here you will see your text . . .
The combined code to alter border, font and background image could be as follows:
This code has to be place completely at the top of the profiled. When you did everything correct it will look like this:
And here you will see 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.
To make a horizintal line is very easy (to make some kind of separation in your profile) by using the following code:
And it will look like follows:
size=1'
in the code determines the thickness of the line in pixels. You can
replace the number 1 with any value you like for a different
thickness. When you skip size=1
at the code the line will have a standard line thickness of 2 pixels.color=red
you are allowed to replace red
by another line color, like: color=#FFFF00'
for a yellow line). Clikck << here >>
for all the color codes. When you skip color=red at the code the line will have a standard color
of black. To make a very quick and simple line you can add the following
code to your profile:You always can deside to use an image to act as line. There a re a few on Dabo's Image Page, maybe one you like...
Click
at the button to go there ...
You will find this one there...
![]()