PDA

View Full Version : Small box on bottom of slide show


cerevisia
Nov-17-2008, 02:04 PM
On my slide show a small box has shown up. White boarder, then black, and then a white box with a red x. I thought it might have to do with a stat counter I installed but I've deleted the stat counter and it's still there. I only see it when using IE. I do not see it when viewing with Firefox.

http://www.briangannon.smugmug.com/

Any help would be appreciated. Thanks.

Brian

jfriend
Nov-17-2008, 02:34 PM
On my slide show a small box has shown up. White boarder, then black, and then a white box with a red x. I thought it might have to do with a stat counter I installed but I've deleted the stat counter and it's still there. I only see it when using IE. I do not see it when viewing with Firefox.

http://www.briangannon.smugmug.com/

Any help would be appreciated. Thanks.

Brian

Somewhere in your page, you have this HTML that you need to remove:

<img src="URL TO YOUR PICTURE HERE" style="float:right;border:0;margin:3px">

The first place to look is at the end of your Bio after your slideshow declaration.

cerevisia
Nov-17-2008, 03:39 PM
Yep, that was it.

Thanks,

Brian

Somewhere in your page, you have this HTML that you need to remove:

<img src="URL TO YOUR PICTURE HERE" style="float:right;border:0;margin:3px">

The first place to look is at the end of your Bio after your slideshow declaration.