I have two images that must partially overlap on my page layout. I tried to
avoid DIVs by playing around with the attributes of the IMG tag itself but
the images keep getting "forced apart" (hope I'm clear).
I can solve the problem with DIVs but wondered for the sake of efficiency,
if there was a way to do it with the image tag only.