today I found a site with jpg images that by themselves are placed on a strict xhtml source. is it an htaccess function? here is a sample source..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Photo</title>
<style type="text/css">
html, body, p
{
margin: 0;
border: 0;
padding: 0;
background: #000;
}
</style>
</head>
<body>
<p><img src="/./photos/uncategorized/giacomettip6.jpg" alt="Photo" /></p>
</body>
</html>