| <html> | |
| <head><title>ongoing</title> | |
| <base href="http://tbray.org/ongoing/"> | |
| <style type='text/css'> | |
| .shadowed { | |
| float:left; | |
| border:10px solid blue; | |
| } | |
| .shadowed img { | |
| display: block; | |
| margin: 0 0 0 -300px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class='shadowed'> | |
| <img width=500 height=500 border=2 /> | |
| </div> | |
| </body> | |
| </html> |