Quote:
Originally Posted by Lynne
Take a look at your source code and you'll see that you've commented everything out. IE loves to try to 'fix' the problem (wrong thing to do) whereas other browsers will make you fix your code (right thing to do).
This is where you problem starts:
PHP Code:
<!-- Double Nav Bar Start
<!-- top nav buttons bar -->
<div align="center">
You didn't end the comment for your Double Nav Bar Start.
|
Good god, someone who knows that they are talking about!!!
Really stupid question, you have to end comments? With what characters?