Jul 262009
I was playing with this theme for another blog I’m working on and decided it was time to give older eyes a break from the dark and dreary themes I typically use. This theme is also 1024×768 friendly and validates as XHTML 1.1, something you don’t typically see with WP themes.
An interesting note about XHTML 1.1 is that iframe tags are no longer used, and have been replaced by object tags:
<iframe src='ad.htm' style='width:125px; height:125px;' ></iframe>becomes:
<object id="ad" type="text/html" data="ad.htm" width="125" height="125"> <p>Oh no! That didn't work...</p> </object>
