Verfasst: 08.12.2006 17:06
von was sind die unteren zwei codequotes?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link { text-decoration: none; font-weight: bold;}
a.postlink:visited { text-decoration: none; font-weight: bold;}
a.postlink:hover { text-decoration: underline; }}Code: Alles auswählen
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #FFFFFF }
a.postlink:visited { text-decoration: none; color : #FFFFFF; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF}