I have 2 pages on a site that will not validate as XHTML 2/CSS 2. They are
http://www.ccmeonline.org/email.html and
http://www.ccmeonline.org/pastpres.html. All the other pages validate
without problem. The validator seems to have an issue with me using the same
box multiple times on the same page.
This is what error it gives me, one for each instance of the box:
Line 71, column 9: ID "box" already defined (explain...).
<div id="box">1974-1975 Mansel Shinerls</div>
^
Line 70, column 9: ID "box" first defined here (explain...).
<div id="box">1972-1974 John Harmes</div>
Any ideas how to fix this to satisfy the validator?
On the president page it would not be a big issue to do the names as a list
instead, but on the email page I need some way to move boxes around when job
positions change.
Also, for some reason Opera 7.05 adds a bunch of space at the bottom of
http://www.ccmeonline.org/pastpres.html. Any idea why?
Also, how does the site look in other browsers? I have IE6, NN7.1 and Opera
6.06/7.1 on my machine.
http://www.ccmeonline.org/email.html and
http://www.ccmeonline.org/pastpres.html. All the other pages validate
without problem. The validator seems to have an issue with me using the same
box multiple times on the same page.
This is what error it gives me, one for each instance of the box:
Line 71, column 9: ID "box" already defined (explain...).
<div id="box">1974-1975 Mansel Shinerls</div>
^
Line 70, column 9: ID "box" first defined here (explain...).
<div id="box">1972-1974 John Harmes</div>
Any ideas how to fix this to satisfy the validator?
On the president page it would not be a big issue to do the names as a list
instead, but on the email page I need some way to move boxes around when job
positions change.
Also, for some reason Opera 7.05 adds a bunch of space at the bottom of
http://www.ccmeonline.org/pastpres.html. Any idea why?
Also, how does the site look in other browsers? I have IE6, NN7.1 and Opera
6.06/7.1 on my machine.
Comment