Topic: Remove underlines in links everywhere?
Anyone who knows how I can remove underlines for links everywhere in my forum?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Remove underlines in links everywhere?
Anyone who knows how I can remove underlines for links everywhere in my forum?
add to your css file
A:link, A:visited {text-decoration: none;}
A:hover {text-decoration: none;}
How do i know which css file? I have many css files. (All my settings is standard)
i hate underline in links becuase it is draw over character of my language
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.
I use 1.2
Then wait until the final is released because anything you do now will be a waste of time.
No, I don´t think so. But it didn't work for 1.2. Hmm..
maybe adding it in "mail.tbl" before </header>
<style>
<!--
A:link, A:visited {text-decoration: none;}
A:hover {text-decoration: none;}-->
</style>
EDIT:
Then wait until the final is released
we all waiting ;-)
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}
PunBB Forums → PunBB 1.2 troubleshooting → Remove underlines in links everywhere?
Powered by PunBB, supported by Informer Technologies, Inc.