Jump to content

Moving Google Map to below 'Contact Us' form (layout issue)


TokyoJohn

Recommended Posts

This is a layout issue in a PHP file.

I created a 'Contact Us' page using <?PHP....?> with address/ph/fax etc...info along with a simple form. On the same page, I added a Google Map using <table>, which sits outside the <?PHP ...?> tags. No problems so far...everything works...BUT...the way I did it, puts the Google map on top of the 'Contact Us' section and I want to put it to be BELOW it.

As you can see I'm learning PHP and <DIV> tags.

 

Very simply how do I write it so on the page the map displays below the 'Contact Us' details? Could someone have a look at my code below and offer some help?

 

Thank you.

(ps...I deleted some of the map link code for privacy reasons) ;D

*********************

<?php

$CONTACT_INFO = '

<!-- BELOW TABLE IS DATA TO LEFT OF CONTACT FORM -->

<table width="260">

<tr><td colspan=2><h3>COMPANY NAME HERE.</h3></td></tr>

<tr height=5><td></td></tr>

<tr valign="top"><td>Tel:</td><td>+1-111-111-1111</td></tr>

<tr valign="top"><td>Fax:</td><td>+1-111-111-1112</td></tr>

<tr height=15><td></td></tr>

<tr valign="top"><td>Address:</td><td>123123 West Palm <br>Florida  </td></tr>

<tr height=15><td></td></tr>

<tr><td valign="top">Access:</td><td>Rt. 66 Exit 12 Turn Right <br>Space #5: 5 min.</td></tr>

<tr><td></td><td>Center Crest Station Exit #2: 8 min.</td></tr>

</table>

';

 

$CONTACT_YOUR_NAME = 'Your Name';

$CONTACT_YOUR_EMAIL = 'Your Email';

$CONTACT_YOUR_TEL = 'Your Tel';

$CONTACT_SUBJECT = 'Subject';

$CONTACT_MSG_COMMENTS = 'Message / Comments';

?>

 

<!--  GOOGLE MAP. SITS ABOVE THE WHOLE CONTACT US FORM -->

<table>

<tr colspan="3"> <td><iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=%E6%96&sll=37.0625,-95.677068&sspn=46.495626,60.029297&ie=UTF8&s=AARTsJoZ_R7AEcUG-YAJd_h5ZO_AD7dWUg&ll=35.670964,139.72764&spn=0.017432,0.027895&z=14&iwloc=addr&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=%E6%9D%B1%E4%BA&ie=UTF8&ll=35.670964,139.72764&spn=0.032,0.027895&z=14&iwloc=addr&source=embed"target="_blank" style="color:#0000FF;text-align:left">View Larger Map</a></small></td> </tr>

</table>

*********************

 

Link to comment
Share on other sites

Works fine

http://www.dropfaithproductions.com/test.php

 

when i tested your code the form didnt display then i realized its not echod or printed to the page it seems

but yeah  its your php thats messing with it all make sure the code echos out cause this code below works fine for me now that i removed the php

 



<!-- BELOW TABLE IS DATA TO LEFT OF CONTACT FORM -->
<table width="260">
<tr><td colspan=2><h3>COMPANY NAME HERE.</h3></td></tr>
<tr height=5><td></td></tr>
<tr valign="top"><td>Tel:</td><td>+1-111-111-1111</td></tr>
<tr valign="top"><td>Fax:</td><td>+1-111-111-1112</td></tr>
<tr height=15><td></td></tr>
<tr valign="top"><td>Address:</td><td>123123 West Palm <br>Florida  </td></tr>
<tr height=15><td></td></tr>
<tr><td valign="top">Access:</td><td>Rt. 66 Exit 12 Turn Right <br>Space #5: 5 min.</td></tr>
<tr><td></td><td>Center Crest Station Exit #2: 8 min.</td></tr>
</table>




<!--  GOOGLE MAP. SITS ABOVE THE WHOLE CONTACT US FORM -->
<table>
<tr colspan="3"> <td><iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=%E6%96&sll=37.0625,-95.677068&sspn=46.495626,60.029297&ie=UTF8&s=AARTsJoZ_R7AEcUG-YAJd_h5ZO_AD7dWUg&ll=35.670964,139.72764&spn=0.017432,0.027895&z=14&iwloc=addr&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=%E6%9D%B1%E4%BA&ie=UTF8&ll=35.670964,139.72764&spn=0.032,0.027895&z=14&iwloc=addr&source=embed"target="_blank" style="color:#0000FF;text-align:left">View Larger Map</a></small></td> </tr>
</table>

Link to comment
Share on other sites

dropfaith,

Thanks and I can see it works on your test.php but 1 small issue...removing the <php>  means the 'Contact Us' page would no longer have the 'Contact Us' form...

 

$CONTACT_YOUR_NAME = 'Your Name';

$CONTACT_YOUR_EMAIL = 'Your Email';

$CONTACT_YOUR_TEL = 'Your Tel';

$CONTACT_SUBJECT = 'Subject';

$CONTACT_MSG_COMMENTS = 'Message / Comments';

 

The form is the key component to the page...so kind a' need that.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.