I was wondering why I was getting broken image icons and other weird problems with the rendering of the tutorials, so I took a look at the source. So far, every one has had the same HTML error:
Code:
<td><B> <font face='verdana' size='2'><a href='?' class='link'>Home</a> ›› <a href='?m=browse&id=3' class='link'>Retouching Tutorials</a> ›› The quick de-grunge trick</font></B}</td>
I'm sure you spotted it already, but it's a "}" substituted for a ">" near the end of that code.
I am also wondering how the heck to turn off that pesky floating menu that insists on bouncing up and down on the left edge of the screen. I gather it's in the CSS? I know I once managed to exterminate it years ago, but have forgotten how and nothing I've tried so far works :-( .