Forum Moderators: open
I keep getting the error whe trying to validate the code:
document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
<div id="marqueecontainer">
This is the block of code in question:
<!-- Begin of testimonies -->
<div id="testimonies">
<h2><span class="testimonies-h2">Testimonials</span></h2>
<span class="testimonials">
<div id="marqueecontainer">
<div id="vmarquee" style="position: absolute;">
<!--Testimonials SCROLL-->
<? include"testimonials/testimonials.txt";?>
</div>
</div>
</span>
</div>
<!-- End of testimonies -->
Can anyone suggest a way around this?