Quote:
Originally Posted by ComoEstaEso-com
Hello!
To clarify my thought:
Let's say on your example pages, you have Bondi Bay centered.
Say I scroll to the south-west and stop at Tamarama Bay.
I want to make a new post, commenting on Tamarama Bay and what I'm seeing.
The Link in this case would be different.
Could there be a way then to acquire the Link, for this new post discussing Tamarama?
Thanks... as it is, it ROCKS! 
|
LOL yeah that would be bloody sweet. I will look at the Google API
Quote:
Originally Posted by wacnstac
I had to reduce it to this in order to get a map to show at all:
PHP Code:
<center><iframe width="100%" height="600" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0" src="{param}&output=embed"></iframe></center>
and then it still doesn't show the correct map.
|
Hmm...
Code:
<div align="center" style="margin: 5px 5px 5px 5px;">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="500">
<tr>
<td class="thead" style="text-align:center"><iframe width="500" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="{param}&output=embed"></iframe></td>
</tr>
</table>
</div>
Try that