So back when I made DrQue.net XHTML 1.0 compliant, I only made it translational and not strict. Having done all my drag-and-drop work in strict, I decided I should bring the site up to this standard as well.
Turns out there's a good deal of work getting pages from translational to strict. Two items that required some research and clean up is the tag <table align="center" ...> is no longer valid. I've found no better way around this then putting the table to be centered inside an other table like this:
<table width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"> <table ...> ... </table> </td> </tr> </table>
|
It's a lot of work just for centering a table, but I've found no other way around it. The second item is links with 'target="_blank"'. The 'target' attribute is no longer part of the "a" tag. The quickest way around this is javascript.
<a href="..." onclick="window.open(this.href,'_blank');return false;">
It works, but now requires javascript to be enabled. But so much of my site now requires javascript, I'm not too upset about this.
Today, Kristy decided to take her boat to the river. It's part of Garage tradition; boating on the river. It started with the discovery a large beached piece of polystyrene (most people know it by the name brand Styrofoam), likely once part of a dock. We took it across the river using brooms for ores and it started a tradition of boating around the river on anything we could get to float.
Kristy's boat turned out to be quite tinny, but sea worthy. Pictured is Kristy ported just off the dock.