witam,
Walidator pokazuje mi błąd:
"
Line 74, Column 12: ID "R7" already defined
<div id="r7">Dealer</div>
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
"
Czy to znaczy że mam zamienić na całej stronie na class="r7". Czy możne się inaczej tego pozbyć.
Proszę o pomoc