Typ Deines phpBB Forums: Premodded phpBB
MODs: Ja
Dein Wissensstand: Grundwissen
Link zu Deinem Forum: [url]http://[/url]
PHP Version:
MySQL Version:
Was hast Du gemacht, bevor das Problem aufgetreten ist?
Was hast Du bereits versucht um das Problem zu lösen?
An der .css rummgefummelt
Fehlerbeschreibung und Nachricht
Die Zeile im Photo Album Index lautet
Code: Alles auswählen
<img src="{SPACER}" width="{catmain.catrow.SPACER_WIDTH}" height="0" /><span class="forumlink"><a href="{catmain.catrow.U_VIEWCAT}" class="forumlink">{catmain.catrow.CAT_TITLE}</a><br /></span>Also habe ich in oben geposteter Zeile "forumlink" durch "albumcatlink" ersetzt und folgende Ergänzung in der .css gemacht:
Code: Alles auswählen
/* Album Category: Text and link to the Album Categories used in: album.php */
.albumcatlink { font-weight: bold; font-size: 20px; color : #006699; }
a.albumcatlink { text-decoration: none; color : #006699; }
a.albumcatlink:hover{ text-decoration: underline; color : #DD6900; }"nav" z.B. funktioniert wieder.
Was mache ich falsch?
//edit: *gggggrrrrrrr*