PDA

View Full Version : Problems with Safari and IE


debaser
07-03-2008, 06:19 PM
Here's a set of screenshots:

http://browsershots.org/http://www.613photo.com/index.php

Notice that with Safari, it only says "Listed at photoblogs.org and", then it cuts everything else off. It looks fine in Firefox but pretty screwy in IE.

The site's address is 613photo (http://www.613photo.com).

I don't know anything about HTML, but I'm sure it's an easy fix. I've tried to fix it only to make it worse. Any help would be appreciated.

mowopi
07-03-2008, 08:01 PM
You have to correct this in line 185 of image_template.html :

Change :

target='_blank

into :

target='_blank'


Simply add the small quotation mark !

debaser
07-03-2008, 09:57 PM
Thanks! That did the trick. Damn, I need to learn this stuff, huh?

Thanks again.

D