Seite 1 von 1

Intro/protal Links

Verfasst: 24.02.2004 18:11
von strg0
Wie bekomme ich underline´s von den Links zum portal weg..
( INTRO , PORTAL , INDEX )

ich hab die xxx.css datei schon alle mit underline in none verwandelt.
kein erfolg..
wo bitte muss ich was ändern damit die underlines verschwinden. :-?

Verfasst: 24.02.2004 23:52
von Acid
Entweder müsstest du diesen Links in der tpl noch eine Klasse zuweisen (class="irgendwas") oder das hier..

Verfasst: 25.02.2004 01:14
von strg0
ja das hab ich alles gemacht... ich hab sogar den class selbst schon bestimmt.. sehr komisch ist doch das in der gleichen reihe der link mit Ränge ( wie man unten sehn kan) KEIN underline hat..
kontrolle: http://forum.strg0.de
auszüge:
*.css

Code: Alles auswählen

.navi { font-size: 10px; color: #000000; text-decoration: none;  }

a.navi:link,a.navi:visited,a.navi:active { text-decoration: none; color: #000000; }

a.navi:hover { text-decoration: none; color: #ffff00; }

overall_header.tpl

Code: Alles auswählen

<td class="naviline"><span class="navi">&nbsp;<a href="{U_IntroPortalMOD1}">Intro</a>.<a href="{U_IntroPortalMOD2}">Portal</a>.<a href="{U_IntroPortalMOD3}">Forum</a>.
         <a href="{U_RANKS}" class="navi">Ränge</a>.</span></td>
------
..:: Strg0 ::..

Verfasst: 25.02.2004 10:01
von AWSW
<a href="{U_IntroPortalMOD1}" class="gensmall">Intro</a>
Wie Acid schon sagt...

Anstatt gensmall kannst Du auch noch die anderern Konfigurationen wie main oder gen probieren... :wink:

Verfasst: 25.02.2004 12:50
von strg0
jep.. ich hab das problem erkannt..

in jedem

Code: Alles auswählen

<a href .....> 
muss das

Code: Alles auswählen

class="*****"
vorhanden sein..
oki danke