Jump to content

Need Help On My Tb Page


elgecko

Recommended Posts

I use Firefox as my browser.

 

Can someone help me to correct this problem. I have tried a few different html codes that I know and can not fix it.

When looking at the pages with Firefox eveything is fine, but if you use Internt Exploder, the map graphic covers part of my writing and the picture of my TB.

 

Look at these links in IE:

http://www.geocaching.com/track/details.aspx?id=142184

 

http://www.geocaching.com/track/details.aspx?id=143040

 

http://www.geocaching.com/track/details.aspx?id=136122

 

Is there a way to correct this to be viewable correctly in IE?

 

I have thought of a way, kind of a pain that would work. I save the map, do some Photoshop work and make 1 picture of both the map and my TB together. But each time my TB visits a new state there would be a bit of work involved each time to update it.

Link to comment
I use Firefox as my browser.

 

Can someone help me to correct this problem. I have tried a few different html codes that I know and can not fix it.

When looking at the pages with Firefox eveything is fine, but if you use Internt Exploder, the map graphic covers part of my writing and the picture of my TB.

 

Look at these links in IE:

http://www.geocaching.com/track/details.aspx?id=142184

 

http://www.geocaching.com/track/details.aspx?id=143040

 

http://www.geocaching.com/track/details.aspx?id=136122

 

Is there a way to correct this to be viewable correctly in IE?

 

I have thought of a way, kind of a pain that would work. I save the map, do some Photoshop work and make 1 picture of both the map and my TB together. But each time my TB visits a new state there would be a bit of work involved each time to update it.

I tried all three in IE and they worked fine for me. confused-smiley-013.gif

Link to comment

elgecko,

You could post the bug picture somewhere else, and link to it, say maybe post it on your own webpage and add a link just like you do with the map. This way you could manipulate the field where you add in the map.

 

You could also resize the map. Try this code:

 

<img src="BUGIMAGENAME" width=400 height=300>

 

I am just guessing on the width and height, but you can plan with the pixel sizes. Hope this helpls.

Link to comment
elgecko,

    You could post the bug picture somewhere else, and link to it, say maybe post it on your own webpage and add a link just like you do with the map.  This way you could manipulate the field where you add in the map. 

You don't even have to post it anywhere else -- just edit your bug page so that the bug picture is no longer the "default image" (make it so that there is no default image at all). But leave it uploaded to the page, and then edit the page to include

<img src="http://img.Groundspeak.com/track/7cafbbdf-9326-4eb8-b9ec-089f430b7b05.jpg"></img> before the image of the map.

Link to comment

After your text, try puting in about 20 of these <br> so that your map shows up lower on the page. Keep adding <br> untill it's low enough.

 

Like this:

 

About this item:

 

This just seemed like a good TB that could get to the hard to reach caches.

<br>

<br>

<br>

<br>

 

{Then insert your map code here}

 

(Edited after testing this out. It worked for me.)

Edited by 501_Gang
Link to comment

501_Gang,

Thanks for the info.

I was not placing enough of the <br> to make a viewable difference when I tried it. Using 10-15 or so made the difference I was looking for.

I had also tried <p>, but might not have been using enough of them either to see a visible difference.

Thanks

Link to comment
the <p> code does not work like <br> when used consecutively. <p> only creates enough space for a new paragraph, and will not add extra space if used again. i always just use <br> line breaks, since its easier to manipulate.

 

ben

The <p> code does work and gives a bigger gap but you need to insert a non-blanking space for each paragraph.

 

Use this code and you will not have to use as many <br>.

 

Code:

<p> 

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...