cattrio Posted January 21, 2009 Share Posted January 21, 2009 http://xskys.net/billing/index.php Can anyone figure out what the problem is? It looks like a table problem and I've racked my brain for two days trying to figure it out. Can anyone see the issue? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
striddy Posted January 21, 2009 Share Posted January 21, 2009 You have "html" opening tag three times and closing two times. I didn't read beyond that. Try this. It might help you. http://validator.w3.org/ 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted January 21, 2009 Share Posted January 21, 2009 There is quite a few errors but your major one is towards the bottom, The entire table row below should be down a few lines. <tr><td width="766" height="51"> <table border="0" cellpadding="0" cellspacing="0" width="766" height="51"> <tbody><tr> <td width="57"><img src="http://xskys.net/images/bgr_d_l.jpg" width="57" height="51"></td> <td style="background-repeat: repeat-x; background-position: left center; width: 652px; height: 51px;" background="http://xskys.net/images/bgr_d.jpg" width="652" height="51"><p style="margin-top: 11px;" class="copy" align="center">© Copyright 2008. All Rights Reserved. xSkys.Net.</p></td> <td width="57"><img src="http://xskys.net/images/bgr_d_r.jpg" width="57" height="51"></td> </tr> </tbody></table> </td></tr> 0 Quote Link to comment Share on other sites More sharing options...
cattrio Posted January 21, 2009 Author Share Posted January 21, 2009 It's almost lined up correctly now, did I put it in the right spot? 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted January 21, 2009 Share Posted January 21, 2009 Not yet. Take a look via Firefox & you'll see what I mean 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted January 21, 2009 Share Posted January 21, 2009 Find this line <td style="background-repeat: repeat-y; background-position: center top; width: 57px; height: 100%;" background="http://xskys.net/images/bgr_l.jpg" width="57" height="100%"> "center top" should be "left top" Find this line and move it down a few lines (just after the </td>) <td style="background-repeat: repeat-y; background-position: center top; width: 57px; height: 100%;" background="http://xskys.net/images/bgr_r.jpg" width="57" height="100%"><img src="http://xskys.net/images/spacer.gif" width="1" height="1"></td> 0 Quote Link to comment Share on other sites More sharing options...
cattrio Posted January 22, 2009 Author Share Posted January 22, 2009 Thank you so much for your help! Where do I make donations? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted January 22, 2009 Share Posted January 22, 2009 (edited) Thank you so much for your help! Where do I make donations? No Problem for the help.... Donations... sorry we don't do that here on this part of the forum. Think of it as an early birthday present. PS.. You still have a lot of errors on the page. There are quite a few tags that need to be self closed for one. Edited January 22, 2009 by sparky 0 Quote Link to comment Share on other sites More sharing options...
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.