Jump to content

Ugh, Guys, help? THanks, IE vs Firefox, look at this mess


AbbyShotDev

Recommended Posts

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.

Link to comment
Share on other sites

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,

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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..

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.