This is a discussion on "[SOLVED] Page shows in Firefox but not in Explorer?? Please help." within the Web Page Design section. This forum, and the thread "[SOLVED] Page shows in Firefox but not in Explorer?? Please help. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Page shows in Firefox but not in Explorer?? Please help.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] Page shows in Firefox but not in Explorer?? Please help.
I've never seen this before, I'm not sure how to correct it either. I'm working on a new site, all is well until I start testing it in different browsers.
The only page that is giving me trouble, is this one: http://www.onlinedebate.net/zen2/services.html It displays fine in Firefox...but in Explorer, only the background color shows. I'm assuming this has to be a table issue that I've overlooked, but I cannot confirm. Any ideas? |
|
|
|
#2
|
|||
|
|||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
First of all, welcome to WebForumz!
Now to your problem. There's a quick fix. Here is what your <head> looks like:
Get rid of it! That will solve the problem... Cheers, SWagner
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#3
|
|||
|
|||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
bah! I'm such a bonehead sometimes. It's always those easy and obvious things it seems.
Thanks so much SWagner! Out of curiosity, did you find it due to just being very experienced with html and web design? Or is there a method for finding little errors like that? is there a code checker of some sorts that can do that for you? I am still learning, and it takes me A LONG time to find simple errors I've made. It's quite frustrating. I know experience will help a lot...but in the meantime, it's a pain as I often overlook the obvious. Last edited by Apokalupsis; Nov 12th, 2007 at 03:23. |
|
#4
|
|||
|
|||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
No problem. I'm always glad to help. I have made many bonehead mistakes (like forgetting to close a tag...). I know how frustrating it is to not know why the whole thing isn't working. That's why another pair of eyes can always help out.
Cheers and happy coding! SWagner
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Last edited by Stuart; Nov 12th, 2007 at 15:04. |
|
#5
|
|||
|
|||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
Quote:
So you just have to add in the closing part of your "<!--" with "-->"
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#6
|
|||
|
|||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
Quote:
Yes, this is an experience thing...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#7
|
||||
|
||||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
Although this isnt any way associated to your error, i recommend that you ditch tables (if you're using them for layout!) and also stop using Dreamweaver or any other WYSIWYG editor for creating your website. Learn HTML and CSS and also give your css classes (.class) relevant names! Not '.style1'
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#8
|
|||
|
|||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
Good point, Marc. Using .style1, .style2, etc is primitive. Naming them according to what they control makes a lot more sense and is easier to work with. For example; .caption might be the styling for the caption below an image. The next time you want to change it, you don't have to scroll through your page to try to find the name of the styling ("Now, was the caption style4 or style5?"). It makes your life a lot easier, trust me, I've been there...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#9
|
|||
|
|||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
That means I have a "code-checker" brain!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#10
|
|||
|
|||
|
Re: Page shows in Firefox but not in Explorer?? Please help.
So do I. Oops, I guess that counts, so, yes, I used a form of "code checker". Happy coding!
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| css internet explorer 6 firefox | thosecars82 | Web Page Design | 2 | May 19th, 2008 15:37 |
| IE shows page fine, half missing in FF | freeeky | Web Page Design | 6 | Apr 16th, 2008 16:46 |
| firefox and Internet Explorer! | crackafaza | Web Page Design | 2 | Jul 2nd, 2007 10:43 |