Late yesterday the new site for Owen Pine was finished. If you’re in the area why don’t you pop down and see what they have to sell. My visits to the company to sort out the site for them opened my eyes to the great range of Oak and Pine furniture they have available.
March 4th, 2009
I needed to add twitter code into some of our web site, but then they failed to validate as HTML compliant.
I changed:
<div id="twitter_div">
<h2 class="sidebar-title">Twitter Update</h2>
<ul id="twitter_update_list"></ul>
</div>
To:
<div id="twitter_div">
<h2>Twitter Update</h2>
<ul id="twitter_update_list"><li></li></ul>
</div>
And all is well and it validates fine now.
March 1st, 2009