![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Industry Role:
Join Date: Nov 2008
Posts: 606
|
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> </tr> </table></td> <td width="305"><img src="images/!1.gif" width="305" height="59"></td> </tr> </table>
__________________
Great Whitelabel Dating |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#2 |
So Fucking Drunk
Industry Role:
Join Date: Oct 2006
Posts: 2,155
|
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.
__________________
I'm funner than AIDS, and easier to explain to your parents.
|
![]() |
![]() ![]() ![]() ![]() |