Problems embedding ArcGIS Online into word press

587
0
11-07-2012 04:37 AM
charliemix
New Contributor
So I've put a lot of blood, sweat, and tears into creating an interactive web map for my organization's web site, which is powered by word press. When I go to embed the applications I-frame into the word press template, word press seems to cut the web map in half, losing my map's functionality, even when I change the size parameters of the map within the embed code. Any savvy developers out there care to offer some advice?

Thanks,
Charlie Mix
North Chickamauga Creek Conservancy

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>IIS7</title>
<style type="text/css">
<!--
body {
color:#000000;
background-color:#B3B3B3;
margin:0;
}

#container {
margin-left:auto;
margin-right:auto;
text-align:center;
}

a img {
border:none;
}

-->
</style>
</head>
<body>
<iframe width="940" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://congeo.maps.arcgis.com/apps/OnePane/basicviewer/index.html?appid=0117e2c7a3aa40269cef469d51a0..."></iframe><br /><small><a href="http://congeo.maps.arcgis.com/home/webmap/viewer.html?webmap=5321c893043a451abcbcf58713b4e0f6&extent..." style="color:#0000FF;text-align:left" target="_blank">View Larger Map</a></small>
</div>
</body>
</html>
Tags (2)
0 Kudos
0 Replies