link to homepage link to english page

Tips for Cascading Style Sheets

If you use images as links in your webpages and want them without border you can use CSS:

A:link IMG, A:visited IMG { border-style: none }

A IMG { color: white }

You get links without the underline with:

A {text-decoration: none}


Valid XHTML 1.0! Valid CSS1!