PDA

View Full Version : Html Help !!?


SlRRex7339
03-26-2008, 10:31 AM
I need help to keep a Gmap on the right side of the page.i.e. something like this : http://khushman1.googlepages.com/gmapsindex.htmlbut the frames don't work with the code: <a href="gmaps.html#hm" target="map" class="ZOOM"><!---"class="ZOOM" : this is needed to zoom into the location (it has no effect whatsoever, as you can see.).--->So i think that the links need to be in the same frame (it works that way- try http://khushman1.googlepages.com/gmaps123.html). Can somebody edit\make a new code the code so that it doesn't use frames, and the presentation of the site is similar to the one which can be seen.P.S. I don't know CSS, etc. only HTML.

StefanL5954
03-26-2008, 11:00 AM
Placing the ZOOM script in the <header> and making an IFRAME?<table width="100%"><tr><td width="50%">Â*<td width="50%"><IFRAME SRC="gmaps.html" NAME="Iframe" ID="Iframe" WIDTH="100%" HEIGHT="800" ALIGN="right" SCROLLING="yes" FRAMEBORDER="0" TITLE="gmaps"></IFRAME></td></tr></table>