teckn1caLity Posted April 23, 2009 Share Posted April 23, 2009 I forgot to close a tag or something and it resulted in my entire front page being the font of the unclosed tag(Georgia at like 15px). I can paste the code that's needed to evaluate the problem. www.thesidetracked.com Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/ Share on other sites More sharing options...
mrMarcus Posted April 23, 2009 Share Posted April 23, 2009 this requires PHP help, how? Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817761 Share on other sites More sharing options...
Bauer418 Posted April 23, 2009 Share Posted April 23, 2009 Or...anyone's help. Sounds to me like you just want someone else to dig through your HTML. Bottom line: find the tag and close it. It's not a difficult task. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817763 Share on other sites More sharing options...
teckn1caLity Posted April 23, 2009 Author Share Posted April 23, 2009 I have no clue if it's in the CSS code or in one of the PHP files. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817765 Share on other sites More sharing options...
Bauer418 Posted April 23, 2009 Share Posted April 23, 2009 PHP is not going to change the font of your page. Unless your PHP generates your HTML programmatically, which it likely does not. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817767 Share on other sites More sharing options...
teckn1caLity Posted April 23, 2009 Author Share Posted April 23, 2009 So it should definitely be in the style.css file correct? Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817768 Share on other sites More sharing options...
sdi126 Posted April 23, 2009 Share Posted April 23, 2009 what is the link to the page that is messed up...it isn't www.thesidetracked.com is it???? that page doesn't look to have HUGE font to me? Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817772 Share on other sites More sharing options...
teckn1caLity Posted April 23, 2009 Author Share Posted April 23, 2009 If you click the topic of a post, the text on that whole page is the way it's suppose to look on the front page as well. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817774 Share on other sites More sharing options...
Bauer418 Posted April 23, 2009 Share Posted April 23, 2009 FYI: I believe you're looking to close the "<h20>" tag that is opened just before "The Latest" near the top of the page. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817777 Share on other sites More sharing options...
sdi126 Posted April 23, 2009 Share Posted April 23, 2009 yea clicking a topic looks the same as the home page...must be because at my work we have some crazy proxy server ( the page must be cached from when it looked correctly at one point )... Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817781 Share on other sites More sharing options...
teckn1caLity Posted April 23, 2009 Author Share Posted April 23, 2009 Yeah I put the </h20> tag before the </div> and I guess it doesn't close it if it's before the div close tag. Thanks a lot for the help. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817783 Share on other sites More sharing options...
mrMarcus Posted April 23, 2009 Share Posted April 23, 2009 what is an <h20> tag? never heard of. plus, you now have two closing </h20> tags to one opening tag. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817787 Share on other sites More sharing options...
kenrbnsn Posted April 23, 2009 Share Posted April 23, 2009 Moving to HTML help from the PHP section. This has nothing to do with PHP. Ken Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817797 Share on other sites More sharing options...
jackpf Posted April 23, 2009 Share Posted April 23, 2009 Lol <h20> doesn't exist. <h*> tags only exist up to 6. And how are we supposed to know where or where you have not closed a font tag? You haven't provided any code. This topic just seems like a lazy excuse for you to not go and find it yourself. You can find mismatched tags by validating your page on www.validator.w3.org. It'll give you extensive notes/line numbers on what you've done wrong. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-817839 Share on other sites More sharing options...
coalgames Posted April 26, 2009 Share Posted April 26, 2009 Also, you might want to check this website: [invalid] Markup Validation of http://thesidetracked.com/ - W3C Markup Validator You might want to fix your 90 errors and 55 warnings. Quote Link to comment https://forums.phpfreaks.com/topic/155410-forgot-to-close-something/#findComment-819899 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.