Okay, so basically I have this htaccess file which prevents images from being hotlinked and cached. However, I do want certain images to be cached (like the ones in the /images directory). So how do...
I would reconsider doing your site entirely with tables. Instead, use css and divs. But to address your problem "as is". This is actually a bug in IE7 and former browser versions. Simply remove all...
Your link is outside of the div tag, rather than inside it. This causes everything in the div and everything outside the div (in this case, nothing except the width of the body) to be selected....