Total n00b here so please excuse my mistakes. I'm trying to move the
"map_canvas" to load down at the bottom of my website, in a table, but
below a bunch of other stuff. Its an HTML page and the current code
is:

<body onload="initialize()">
<div id="map_canvas" style="width:100%; height:100%"></div>

How would I load the map down the page, below the body tags?
Do I still have to initialize the map?
Can these lines be separated?

======ex:


<title>blah</title>
</head>

<body onload="initialize()">

<table>
<thead>
        <tr>
                <td>aasdfasdfasdfwef</td>
        </tr>
</thead>
<tbody>

        <tr>
        <td>
        <table cellpadding="0" cellspacing="2" border="0" width="100%">
                <tr>
                        <td>

<div class="smallfont">
123

<div id="map_canvas" style="width:100%; height:100%">Loading...</div>

<BR>
456

</div>



                        </td>sdrgserg2323222222
                        </td>

                </tr>
        </table>

....................etc <eof>
========================

Obviously this is not working. Any help would be appreciated. I just
can't seem to get the map to load unless its loaded from the body tag,
and the lines are together (but then it does not load in the table, or
wherever I want it) ..ex:

<body onload="initialize()">
        <div id="map_canvas" style="width:100%; height:100%">Loading...</div>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to