Quote:
Originally Posted by ascroft
Hi there. I was looking to be able to place a google map in my posted thread from a form utilising the form header as an address. For example - "154 Eglinton Road, Mornington", and that would insert a small map as part of the post. (In New Zealand, so may need to append "NZ" on the end of the form header info. Example is: http://www.shackchat.co.nz/listings/...oad-Mornington
|
for that I'm using map bb code:
HTML Code:
<div align="center" style="margin: 5px 5px 5px 5px;">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%">
<tr>
<td class="thead" style="text-align:center"><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q={param}&output=embed"></iframe></td>
</tr>
</table>
</div>