by topaze » Mon Feb 16, 2009 9:28 am
As far as I can see, my code isn't different from any other site I've done, including my own.
here's the doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Here's the image code [didn't want to post the entire page, unless you think it might help if I did]
<tr bgcolor="#D5EDB3">
<td colspan="3" rowspan="2" valign="top"><img src="images/testlogo.jpg" alt="test logo no color" width="358" height="203" align="top" /></td>
<td height="50" colspan="3" id="logo" valign="bottom" align="center" nowrap="nowrap">mark of the beast</td>
<td width="474"> </td>
</tr>
I did some googling trying to find an answer to the mime type and there were some articles referring to the htaccess file - is this something you could check for me when you get a chance? I'm thinking if this is the case, this is probably why the images from the slideshows weren't showing either...
I'm not handling my images any differently than I ever have, so I don't understand how they are suddenly the wrong mime type; could this have anything to do with the fact that I'm using a subdomain to test these pages on? As you can see, I'm grasping at straws here....
I noticed that the htaccess code in my public_html folder doesn't have test.topazgraphix.com - could this be it? [I admit it, I'm afraid to touch it] lol
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://jpm.topazgraphix.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://jpm.topazgraphix.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://topazgraphix.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://topazgraphix.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.jpm.topazgraphix.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.jpm.topazgraphix.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.topazgraphix.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.topazgraphix.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]