http://www.festivaloranjewoud.nl/nieuws/zomer2011_nieuw.html
Hoe krijg ik het voor elkaar om de zijkolom (sidebar) een andere link-kleur te geven (#ffde01) dan in de hoofdtekst (body)?
body,td,th { font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; line-height: 150%; font-size: 12px; color: #000000;}.body {color: #000000; font-size: 12px; line-height: 150%;}a { font-size: 12px; color: #f39400;}a:link { font-size: 12px; text-decoration: none;}a:visited { text-decoration: none; color: #f39400;}a:hover { text-decoration: underline; color: #f39400;}a:active { text-decoration: none; color: #f39400;}sidebar,td,th { font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; line-height: 150%; font-size: 10px; color: #ffffff; }
sidebar,td,th { font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; line-height: 150%; font-size: 10px; color: #ffffff; }
body,td,th { font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; line-height: 165%; font-size: 12px; color: #000000;}.body {color: #000000; font-size: 12px; line-height: 165%;}.body a { font-size: 12px; color: #f39400;}.body a:link { font-size: 12px; text-decoration: none;}.body a:visited { text-decoration: none; color: #f39400;}.body a:hover { text-decoration: underline; color: #f39400;}.body a:active { text-decoration: none; color: #f39400;}sidebar,td,th { font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; line-height: 150%; font-size: 10px; color: #ffffff; } .sidebar {color: #000000; font-size: 10px; line-height: 165%;}.sidebar a { font-size: 10px; }.sidebar a:link { font-size: 10px; color: #ffde01; text-decoration: none;}.sidebar a:visited { text-decoration: none; color: #ffde01;}.sidebar a:hover { text-decoration: underline; color: #ffde01;}.sidebar a:active { text-decoration: none; color: #ffde01;}
sidebar,td,th { font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; line-height: 150%; font-size: 10px; color: #ffffff; } .sidebar {color: #000000; font-size: 10px; line-height: 165%;}.sidebar a { font-size: 10px; }.sidebar a:link { font-size: 10px; color: #ffde01; text-decoration: none;}.sidebar a:visited { text-decoration: none; color: #ffde01;}.sidebar a:hover { text-decoration: underline; color: #ffde01;}.sidebar a:active { text-decoration: none; color: #ffde01;}
Update: wow, helemaal zelf opgelost. In het css-gedeelte:
table.outline{border: 1px solid #000;}
in de body:
table width="638" align="center" class="outline" cellpadding="0" cellspacing="0"
(Bewerkt door YoramIH om 15:10, 9-06-2011)