TAG-BOARD
Because
many of you wanna know how to use Cascading Style Sheets (CSS) for
changing the look of the tag-board,
I made a short example :
(Just copy and change it if you want)
BETWEEN THE < HEAD > and < /HEAD> TAGS :
SOUNDS DIFFICULT ? MAYBE BUT IT IS'NT !
|
EXPLANATION : |
a |
link not yet visited |
a:hover |
when you go with the cursor over the link and the
color is changing |
a:visited |
gives a color text-size, text-font... to the links
that have already been visited so they can see where they've already been |
input |
that's a part of a form used in the tag-board,
the box where you must write your name and url in. Also the
submit or reset button. |
textarea |
the box to send the message you want |
body |
what you see above is for giving the scrollbars
the color that you want. Only works with Internet Explorer from
version 5.5 |
|
|
|
EXPLANATION of the PARAMETERS: |
font-family: |
the font to use |
font-size |
the size of the font |
text-decoration |
if you put text-decoration:none means that the
link may NOTbe underlined |
border |
the thickness of the borderline |
background-color |
the background color of the box |
|
|
|