Line up a google map
Hi all
I am trying to line up a Google map on my web site
I only need to move it to the right a small amount but not knowing HTML I`m stuck
<iframe src="http://maps.google.co.uk/maps?ie=UTF8&ll=53.325132,-3.01712&spn=0.205058,0.604935&z=11&output=embed" height="350" width="425"></iframe>
<small>View Larger Map</small>
Can someone help please
Many thanks
SteveC
I am trying to line up a Google map on my web site
I only need to move it to the right a small amount but not knowing HTML I`m stuck
<iframe src="http://maps.google.co.uk/maps?ie=UTF8&ll=53.325132,-3.01712&spn=0.205058,0.604935&z=11&output=embed" height="350" width="425"></iframe>
<small>View Larger Map</small>
Can someone help please
Many thanks
SteveC
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?<!--
Hi Steve,
You could wrap it in a div and pad the div on the left.
So it would look like this....
<div style="padding-left: 10px"><iframe src="http://maps.google.co.uk/maps?ie=UTF8&ll=53.325132,-3.01712&spn=0.205058,0.604935&z=11&output=embed" height="350" width="425"></iframe>
<small>View Larger Map</small></div>
You can change the padding-left value to any amount you need to get it right.
Lee.
-->
2 people say
this answers the question
-
Inappropriate?Hi Steve,
You shouldn't be using an iFrame for something like Google Maps that you can embed straight into your site. You should use the Google Maps widget in the Yola Sidebar, or get the HTML of the widget and put it inside a styled div, as Lee suggested.
Connor
-
Inappropriate?Hi Connor
Thanks for the reply
I`m not quite sure what you mean but what I have done seems to work for me.
Thanks again
Steve
I’m thankful
Loading Profile...




CHAMP
CHAMP