Jump to content

Need help w/ html on my TB page


Estimated Prophet

Recommended Posts

Hi everyone, I just set up a TB page and to my dismay, the Travel Bug Option box is squished all the way over to the left and is on top of some of the other important info. I already tried resizing my photo - it was even worse before. So my first question is, is there any way to fix this, and my second question is, how can I make my photo go all the way across like the text instead of having it indent on each side? I don't want to keep making it smaller and smaller or pretty soon no one will be able to see it. Here is the link if you can help. Thanks!

 

Robin

 

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

Link to comment

The problem is with your attempt to use a background image and missing table tags.

 

To fix it, try the following:

 

1) In your current HTML, replace this:

 

<html><td background="http://i7.photobucket.com/albums/y272/robinwhro/019.jpg">

 

with this:

 

<table background="http://i7.photobucket.com/albums/y272/robinwhro/019.jpg"><tr><td>

 

2) and then replace this:

 

<H3>Thanks & Happy Recycling!!!</H3>

</span></p>

 

with this:

 

<H3>Thanks & Happy Recycling!!!</H3>

</span></p>

</td></tr></table>

Link to comment

MUCH better. Thanks!

 

The problem is with your attempt to use a background image and missing table tags.

 

To fix it, try the following:

 

1) In your current HTML, replace this:

 

<html><td background="http://i7.photobucket.com/albums/y272/robinwhro/019.jpg">

 

with this:

 

<table background="http://i7.photobucket.com/albums/y272/robinwhro/019.jpg"><tr><td>

 

2) and then replace this:

 

<H3>Thanks & Happy Recycling!!!</H3>

</span></p>

 

with this:

 

<H3>Thanks & Happy Recycling!!!</H3>

</span></p>

</td></tr></table>

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