Quote:
Originally Posted by bobb40
xhtml file content...
<div class="outer"><!-- nothing -->
<div class="middle"><!-- nothing -->
<div class="inner">
<img src="example.jpg" alt="example"/>
</div>
</div>
</div>
|
Change to include the two comments in red and close the img tag properly.
Will that do?