Seite 1 von 1
Rahmen wegkriegen
Verfasst: 22.11.2005 15:45
von frieder
Hi! Ich habe wieder einmal ein neues Projekt + Problem

Wie bekommt man auf
www.f-philipps.info den weißen Rahmen
weg? Ich habe eigentlich die entsprechenden Border allesamt auf 0
gesetzt... denke ich...
Verfasst: 22.11.2005 15:51
von Markus67
Hi ...
suche in der overall_header.tpl
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
Da hast du noch ein paar "Rähmchen"
Markus