1

Topic: Remove underlines in links everywhere?

Anyone who knows how I can remove underlines for links everywhere in my forum?

2

Re: Remove underlines in links everywhere?

add to your css file

A:link, A:visited {text-decoration: none;}
A:hover {text-decoration: none;}
If your people come crazy, you will not need to your mind any more.

3

Re: Remove underlines in links everywhere?

How do i know which css file? I have many css files. (All my settings is standard)

4

Re: Remove underlines in links everywhere?

i hate underline in links becuase it is draw over character of my language

If your people come crazy, you will not need to your mind any more.

5

Re: Remove underlines in links everywhere?

If you are just using the styles that came with PunBB 1.1.5 or earlier then you will have to edit each of the five stylesheets.

6

Re: Remove underlines in links everywhere?

I use 1.2

7

Re: Remove underlines in links everywhere?

Then wait until the final is released because anything you do now will be a waste of time.

8

Re: Remove underlines in links everywhere?

No, I don´t think so. But it didn't work for 1.2. Hmm..

9 (edited by zaher 2004-12-12 21:14)

Re: Remove underlines in links everywhere?

maybe adding it in "mail.tbl" before  </header>

<style>
<!--
A:link, A:visited {text-decoration: none;}
A:hover {text-decoration: none;}-->
</style>

EDIT:

Paul wrote:

Then wait until the final is released

we all waiting ;-)

If your people come crazy, you will not need to your mind any more.

10

Re: Remove underlines in links everywhere?

Works, i changed Oxygen.css

A:link, A:visited {TEXT-DECORATION: underline}
A:hover {TEXT-DECORATION: underline}

underline to none

:: No underline code ::

A:link, A:visited {TEXT-DECORATION: none}
A:hover {TEXT-DECORATION: none}