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