![]() |
Slight issue help?
Hi, i'm trying to get my search page all situated,
http://www.overduenudes.com/ct/search.php - as you can see the thumbs are not appearing in the center. I think it has something to do with this part that is in the header, which is - Code:
</td> |
I looked at your source code (for your entire page) and it looks to me like you have quite a few coding errors working against you. Now I dont dick around with scripting language, so i'll stay off that subject except to say I see alot of scripts being called in no defined language, and your basic html order is all fucked up. you have mutiple <HTML> tags, <Head> and </head> tags. Multiple <body> tags all in the wrong places, I didnt get to far into your tables, but I saw a few boo-boo's in there too (such as </table> where <table> should be.
I cant point out one thing and say that it is why your page is like that, far as I know, it could be a multiplicity of errors in codeing that are causing your problem. Most likely though, its the tables themselves. i'd almost be willing to bet on it. (almost...) The good new is it should all be easy enough for you to fix through a cut and paste session. Go on google and read up on html basics, i'm not saying you already haven't, but freshen up and give it another go round. your code should look something like this: <HTML> <HEAD> <TITLE> title here </TITLE> <meta shit here> </HEAD> <BODY> All your body code obviously goes here </BODY> nothing goes in here </HTML> nothing goes here either. I saw your code, you obviously know about table width and all that shit, so i'll leave that alone. But when you build a table it should start like this: <TABLE> <TBODY> <TR> <TD> Then END like this: </TD> </TR> </TBODY> </TABLE> ICQ me or e-mail me if you need a hand, I have a little time from time to time. Hope this helps, and I hope you dont thing I was trying to be a dick, just trying to help you out. Good luck. |
All times are GMT -7. The time now is 02:05 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc