Gothicer: das könnte man auch in die FAQs aufnehmen

Beitrag lesen

Ok das hat sich erledigt aber jetzt habe ich noch 2 andere fragen.

1. Im head-tag steht bei mir nun Volgendes:
<style type="text/css">
a:link { text-decoration:none; color:#ffffff; }
a:visited { text-decoration:none; font-weight:bold; color:#ffffff; }
a:hover { text-decoration:none; font-weight:bold; background-color:#d23600; }
a:active { text-decoration:none; font-weight:bold; color:#ffffff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#d23600; }
td a { display:block; width:100%; }
</style>

Wie kriege ich das hin das dieses nur für einen bestimmten bereich gilt? Also das ich dann irgendwo <p id=""> </p> hinschreiben kann und er es dann nur in diesem bereich gilt.

2. In Netscape wird der Tabellenrahmen so komisch schattiert. Wie kann man das verhindern?