Philip Posted June 13, 2011 Share Posted June 13, 2011 it isn't my fault this page has "errors" it was coded 8 years ago, and they arn't even really erorrs, the codes are fine.. Sorry, but I beg to disagree. They are errors, they just might not be errors you like. For instance, fixing <script> function utmx_section(){}function utmx(){} to <script type="text/javascript"> function utmx_section(){}function utmx(){} Fixes quite a few of the errors. Other errors like removing the incorrect attribute Line 6, Column 12: there is no attribute "ref" <link ref="stylesheet" rel="stylesheet" href="styles.css" type="text/css"></li… or removing deprecated stuff Line 116, Column 15: there is no attribute "bgcolor" <body bgcolor="#000000"> are pretty freakin' easy to fix. And once they are fixed, you are more likely to get a similar looking webpage in all the browsers. IE is pretty touchy when it comes to validation. Edit: fixed a stupid typo. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted June 13, 2011 Share Posted June 13, 2011 With the doctype at the start of the page, there are currently 80 Errors, 12 warning(s) in the markup. Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 Nope , I still dont get why its showing so many errors for a php page.. You mean to say that it is only showing the output from the php? It isn't downloading the actualy .php files and processing them.. its just the client side stuff?? so these errors arn't really errors then, i was right Are you seriously the web dev for a company? That's the impression I'm getting from your previous posts...and yet you say this?? Good lord, people will hire anybody these days. Also, considering you are failing to even grasp fundamental principles of how web pages and code work...I would not be so quick to judge whether or not something is an error. I mean seriously, how can you sit there and say whether or not something is an error when you clearly have no idea what any of the stuff is for or how it works or what it is doing? I think maybe if you weren't so quick to dismiss what people are telling you, people around here might be a little more willing to help. yeah yeah yeah, not going to fight or troll, but yeah, i am, and yes, I am.. OKOK, Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 it isn't my fault this page has "errors" it was coded 8 years ago, and they arn't even really erorrs, the codes are fine.. Sorry, but I beg to disagree. They are errors, they just might not be errors you like. For instance, fixing <script> function utmx_section(){}function utmx(){} to <script type="text/css"> function utmx_section(){}function utmx(){} Fixes quite a few of the errors. Other errors like removing the incorrect attribute Line 6, Column 12: there is no attribute "ref" <link ref="stylesheet" rel="stylesheet" href="styles.css" type="text/css"></li… or removing deprecated stuff Line 116, Column 15: there is no attribute "bgcolor" <body bgcolor="#000000"> are pretty freakin' easy to fix. And once they are fixed, you are more likely to get a similar looking webpage in all the browsers. IE is pretty touchy when it comes to validation. Thank you, I understand. And thank you earlier for the suggestions guys.. I will have to go through my code.. In case I acted a bit dumb there just to get the full story. Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 I am going to consider this topic SOLVED because you guys did answer the questions I have, we did fix the original IE error, and yes obviously I do have to fix these OLD codes I have like: <script> function utmx_section(){}function utmx(){} to Code: [select] <script type="text/css"> function utmx_section(){}function utmx(){} Will have to be fixed.. thanks for the help.. Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted June 13, 2011 Share Posted June 13, 2011 Make sure you set the right type text/css for css and text/javascript for javascript Quote Link to comment Share on other sites More sharing options...
Philip Posted June 13, 2011 Share Posted June 13, 2011 Yah, sorry I had a typo. Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 kk. thanks I will make a donation to the site soon and to cssfreakie Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 thanks, i am having to do all of these things you guys have said now. will go through it and fix it all.. lol sorry if i lost my cool i was still stuck in 2001 web programming lol Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 it isn't my fault this page has "errors" it was coded 8 years ago, and they arn't even really erorrs, the codes are fine.. Sorry, but I beg to disagree. They are errors, they just might not be errors you like. For instance, fixing <script> function utmx_section(){}function utmx(){} to <script type="text/javascript"> function utmx_section(){}function utmx(){} Fixes quite a few of the errors. Other errors like removing the incorrect attribute Line 6, Column 12: there is no attribute "ref" <link ref="stylesheet" rel="stylesheet" href="styles.css" type="text/css"></li… or removing deprecated stuff Line 116, Column 15: there is no attribute "bgcolor" <body bgcolor="#000000"> are pretty freakin' easy to fix. And once they are fixed, you are more likely to get a similar looking webpage in all the browsers. IE is pretty touchy when it comes to validation. Edit: fixed a stupid typo. Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 back to wanting a quick fix.. my styles ARE NOT FIXED YET but JUST LOOK FINE. , besides fixing it all, just the look in IE and firefox LOOKS OK, except in firefox, now the buttens in the navbar are now pushed down anyone know why lol Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 nevermind this page has so many damn errors it needs more then just a hotfix I know Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted June 13, 2011 Share Posted June 13, 2011 I recommend to make a new topic for a new problem, besides that I still recommend you read the sticky. It's only 6 points that can (if you apply them) solve most common cross browser issues. Besides that, I also recommend you link to an online example of the thing you say has issues. Quote Link to comment Share on other sites More sharing options...
AbbyShotDev Posted June 13, 2011 Author Share Posted June 13, 2011 Oh, sorry, thought I did.. The pages I was talking about in this post are: http://www.abbyshot.com/index.php has www.abbyshot.com/styles.css as its style sheet and http://www.abbyshot.com/products/l-accessories.php has www.abbyshot.com/styles_inside.css as its style sheet ... But things are OK now, I have a hot fix done for the firefox/ie issue, by using your guys advice and took a minute with the css and fixed some things.. its looking OK now. Note: I still have to probably go through a few more errors but its OK for now.. I also have a PHP module to work on too thats why im back and forth 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.