The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
My Site and Browser Errors
My Site: www.ddsog.com/forums looks and acts great under IE7/
It does not under Firefox... all out of alignment etc. Can anyone out there explain why this is and how I can fix it? Thanks much... Doc |
#2
|
||||
|
||||
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:
|
#3
|
|||
|
|||
Quote:
Really stupid question, you have to end comments? With what characters? |
#4
|
||||
|
||||
You start a comment with "<!--" (stuff between quotes) and you end the comment with "-->" That is for *html* comments. PHP comments are different - start "/*" and end "*/" unless is it just a single line, then it is "//" and then there is...... in other words, different comment tags for different languages and different circumstances.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|