The problem is style (from bvgasa.org/css/style.css around line #23):
Code:
#head img {
float: left;
background-color: #343465;
}
To override that for the crawler, add this style:
Code:
.marquee img, .marquee0 img {
float: none !important;
}
On those other pages the problem is that they have no external script tag on them for the crawler script. They're missing:
Code:
<script type="text/javascript" src="crawler.js">
</script>
<!-- /* Text and/or Image Crawler Script v1.5 (c)2009-2011 John Davenport
Scheuer as first seen in http://www.dynamicdrive.com/forums/
username: jscheuer1 - This Notice Must Remain for Legal Use
updated: 4/2011 for random order option, more (see below)
*/ -->
Bookmarks