Estimated Prophet Posted September 19, 2006 Posted September 19, 2006 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 Quote
+cache_test_dummies Posted September 19, 2006 Posted September 19, 2006 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> Quote
+ModelCitizen Posted September 19, 2006 Posted September 19, 2006 (edited) <br clear="all"> ? Edited September 19, 2006 by ModelCitizen Quote
+5¢ Posted September 19, 2006 Posted September 19, 2006 I kinda like the way it looks originally. Quote
Estimated Prophet Posted September 20, 2006 Author Posted September 20, 2006 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> Quote
Recommended Posts
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.