Quote:
Originally Posted by Lance Carbuncle
Sorry to jump in with all the others at once.......
I am not showing current users or zoom level on my map and the username isn't linking to the profile.... I re upped all the files.... I know I have probably screwed up something, but just want to be sure it is just me....
my site: http://www.forums.repashy.com/vbgooglemap.php
|
That's because you changed styles in the previous version.
To fix that revert the templates and reenter your style changes in the vbgooglemap_display_map
using the available css
Code:
<style type="text/css" id="gamerinfo-css">
<!--
.gmballoon
{
background: #ffffff;
color: #000000;
font: 10pt Verdana, Trebuchet MS,Arial, Helvetica, sans-serif;
}
.gmtext{
font-size:8pt;
width:auto;
color:#000000;
font-family:Verdana, Trebuchet MS,Arial, Helvetica, sans-serif;
word-wrap: break-word;
display:block;
}
-->
</style>