"Jukka K. Korpela" <jkorpela@cs.tut.fi> wrote in message
news:Xns93A529B85466jkorpelacstutfi@193.229.0.31.. .
> "bole2cant" <sherwin@xxxmission.com> wrote:
>
> > Validating gives two errors for each repeated div.
>
> The crystal ball says that you have id attributes in them. By HTML
> definition, id attribute values must be unique within a document.
> --
> Yucca, http://www.cs.tut.fi/~jkorpela/
> Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
>
==================
At this point I don't know the proper terminology but I think you are telling
me that YES I must repeat the same attributes in the stylesheet as
div#right{...} AND div#rightftr{...} .
i.e.,
div#right{...} cannot be used as
<div id="right"> twice on the same page.
Thanks.
--
Doug