Jump to content

My geocaching website HTML help


Firehouse16

Recommended Posts

I've been doing webpages for years, but for some reason this has me stumped, can someone help me. At the URL below you'll see the scgeocacher.org and geocaching.com logos and links, each in it's own table. For some reason, even using the same html, both table don't match and for the life of me I can't get them side by side as I'd like them to be. Can someone help? icon_biggrin.gif I've tried quite a few option but nothing has helped me, must be something simple I'm missing!

 

http://webpages.charter.net/engineco16/index2.html

 

Thanks

 

Firehouse16 & Code3

"Dave, Teresa & the 2 kids"

Link to comment

If you want the two logos side by side you need to put them in the same row of the outer table.

 

Copy this and replace in your page. Use a text editor.

 

<table border="0" cellpadding=0 cellspacing=0 width="276">

<tr>

<td><!-- Enter any additional code you want here -->

 

<table border="0" cellpadding=0 cellspacing=0>

<tr>

<td valign="top">

<center>

<a href="http://www.scgeocachers.org"><img src="http://www.scgeocachers.org/site_images/circlescg.gif" border="0"></a>

</center>

</td>

</tr>

<tr>

 

<td valign="top">

<center>

<b><font face="Arial" color="#000000">I'm a Southern California Geocacher!<br>

<font size="2">

<a style="FONT-WEIGHT: bold; COLOR: #000000" target="_blank" href="http://www.scgeocachers.org">

Click to visit www.scgeocachers.org!</a></font></font></b></center>

 

</td>

</tr>

</table>

</td>

<td>

 

<table border="0" cellpadding=0 cellspacing=0>

<tr>

<td valign="top">

<center>

<a href="http://www.geocaching.com"><img src="gs_logo.jpg" border="0"></a>

</center>

</td>

</tr>

<tr>

 

<td valign="top">

<center>

<b><font face="Arial" color="#000000">The sport where YOU <br>are the search engine.

<br>

<font size="2">

<a style="FONT-WEIGHT: bold; COLOR: #000000" target="_blank" href="http://www.geocaching.com">

Click to visit www.geocaching.com!</a></font></font></b></center>

 

</td>

</tr>

</table>

</td>

</tr>

</table>

 

You might also change the cellpadding to 5 to give a little whitespace.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...