links andere kleur kolom
Geplaatst: 26 nov 2002, 21:23
Ik wil de links die in de kolom staan (voorbeeld van dit forum: support forums en algemene forums) een andere linkkleur geven dan de andere links. Hoe pak ik dit aan.
Ik ben druk aan het zoeken geweest naar de oplossing. Ik ben er achter gekomen dat het forum (de categoriƫn en dergelijke) gebasseerd zijn op index_body.tpl, hier is hij te vinden:Robbieforum schreef:Ik wil de links die in de kolom staan (voorbeeld van dit forum: support forums en algemene forums) een andere linkkleur geven dan de andere links. Hoe pak ik dit aan.
Ik ben er achter gekomen dat het om dit regeltje tekst gaat in index_body.tpl
Code: Selecteer alles
<td class="row1" width="100%"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
Code: Selecteer alles
/* Forum category titles and forum links*/
.cattitle,.forumlink{font-weight:bold; letter-spacing:1px}
Code: Selecteer alles
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
naar:
Code: Selecteer alles
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }