Here is my css file: http://www.mosthealth.com/styles.css pertaining to http://www.mosthealth.com It comes up with 1 error but I just can't figure it out. Thank you for the help. Travis edit: the goal here is just trying to figure out why some pages of the site come up different in IE and Firefox. One specific page I am working on is: http://www.mosthealth.com/onsiteservices.html I validated the html code here: http://validator.w3.org/ and got no errors. Thanks again all!
thank you so much, I just realized it was displaying the validated code and not the part of the code that had the problem. Thanks! Maybe I should go over to the html forum and post about the problem of it being different in firefox and IE. Both are validated, so that's the extent of what I know to do
Phaze3131, I took a look at the onsiteservices.html page in both IE7 and Firefox2, and I didn't see much of a difference between the two pages. That being said, what you've got is a table based layout, with a few inline CSS specifcations. The HTML forum might indeed be more useful in helping with the table based layout. If you had a nice tidy CSS based layout (a lot of work to change, I know), I'd be willing to have a go at it. Now that I think about it, when I was doing table based design, I did always have a few problems getting things to look the same across all browsers. I think I mostly solved things by adding spacer .gifs with stretched heights or widths. I'm having an easier time nowadays getting a consistent layout with CSS.