Can someone help me, I put this on my homepage and it looks fine, however on sub forums it is putting a big space above the video....not sure why:
homepage is RadarDetectorLaser.Com
you will see my video module on the right side of page, which looks fine but then when you go to for example:
http://www.radardetectorlaser.com/va...ar-detector-8/
there is a huge gap above it, I did increase the size of the videos on that picture, but cant figure out how to remove the space above the video.
here is the code for that part of the page, do you see anything wrong with the code maybe?
<!-- Embed Video Code Start -->
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/2xInFL22Yig&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2xInFL22Yig&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<br>
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/RQJTsAXaNBI&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RQJTsAXaNBI&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<br>
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/FVE6724e85M&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FVE6724e85M&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<!-- Embed Video Code End -->