Muffin_LA
25-11-2005, 14:45/02:45PM
Hi everyone;
I am trying to validate a page using Strict dtd. The problem is that the image tag uses the name attribute which isnt allowed in Strict. But I need the name attribute because of the following:
document.animation.src = horses[curHorse].src;
<p><img src="rockinghorse0.jpg" name="animation" alt="Rocking Horse" /></p>
Is there any way to get around this?
Thanks
Linda
I am trying to validate a page using Strict dtd. The problem is that the image tag uses the name attribute which isnt allowed in Strict. But I need the name attribute because of the following:
document.animation.src = horses[curHorse].src;
<p><img src="rockinghorse0.jpg" name="animation" alt="Rocking Horse" /></p>
Is there any way to get around this?
Thanks
Linda