Why isnt this valid HTML?
Posted: Sat Mar 17, 2007 4:53 am
feyd | Please use
HTML validator whinges about unexpected </a>
any ideas? looks perfectly valid to me
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
[syntax="html"]
<div class="test">
<a class="divLink" href="showitem.php?stockCode=72872" title="View this Artful Dodger Jungless Jeans">
<img src="product_images/72872.jpg" title="View this Artful Dodger Jungless Jeans" alt="Artful Dodger Jungless Jeans" class="thumbnailOverview" />
<div class="itemDescription3"><h1 class="itemDescription3">Artful Dodger</h1></div>
<div class="itemDescription1"><h2 class="itemDescription1">Jungless</h2></div>
<div class="itemDescription2"><h3 class="itemDescription2">Jeans</h3></div>
<div class="itemDescription4">£154.99</div>
</a>
</div>
any ideas? looks perfectly valid to me
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]