Quote:
Originally Posted by BirdOPrey5
I see you have since removed the google map from that post... before it was gone I was able to see that whatever is causing it seems to be part of your css.php file... when I removed the css link to this file the map was normal sized, though of course everything else was bad without the css.
I'm not really sure what this means, possibly a mis configured stylevar... I can't really troubleshoot anymore from here.
One more thing to try, in the replacement code for the BB Code get rid of the table tag, the only code you really need is:
Code:
<iframe width="100%" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q={param}&output=embed"></iframe>
See if that gives better results.
|
Thank you!!!! That corrected my issue with a narrow map in Firefox.