Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6142095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:20:25+00:00 2026-05-23T18:20:25+00:00

Google Maps API V3 Developer’s Guide provides us with a following default code: <script

  • 0

Google Maps API V3 Developer’s Guide provides us with a following default code:

<script type="text/javascript">
  function initialize() {
    var latlng = new google.maps.LatLng(-34.397, 150.644);
    var myOptions = {
      zoom: 8,
      center: latlng,
      mapTypeId: google.maps.MapTypeId.ROADMAP
    };
    var map = new google.maps.Map(document.getElementById("map_canvas"),
        myOptions);
  }
</script>

and

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

However I would like my map to be displayed in a table cell instead of a div, like this:

<table>
 <tr>
  <td width="700px" height="700px" id="map_canvas"></td>
 </tr>
</table>

The map does not want to show the code above. Is there a way to do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:20:26+00:00Added an answer on May 23, 2026 at 6:20 pm

    Is there a reason you can’t put the div inside the table like:

    <table> 
      <tr>  
        <td width="700px" height="700px">
          <div id="map_canvas" style="width:100%; height:100%"></div>
        </td>
      </tr>
    </table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a Google Maps API (JavaScript) developer. I have noticed that Google uses
Looking at the developers guide for the Google Maps Javascript API v3 it explains
Instead of Google Maps API's default info window, I'm going to use other jQuery
I'm trying to set up the google maps API for an application. I'm following
Google Maps JavaScript API V3. My mapping has me dealing with the idea of
Google Maps API V3 doesn't support the V2 GOverviewMapControl option, yet. I've come across
My site uses the Google Maps API . In situations where the connection to
In the Google Maps API, multiple calls to google.maps.ClientGeocoder.getLatLng(address, callback) are not guaranteed to
Using the Google Maps API, how can I get the latitude and longitude of
We're using the Google Maps API for an application to determine distance and driving

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.