Quote:
Originally Posted by psychobike
http://www.1320nation.com
Btw, I had posted the wrong vb version earlier which I have since edited with the correct version. My vb version is 4.2.0 patch level2 (and not 4.0.2).
Also this is really cool and I hope we can figure out what my issue is. Thanks for you time when looking into this!
|
FOUND YOUR PROBLEM...
it is not related to MY product, but your theme which is coded like .... yeah...
i check your source code, and i find this:
HTML Code:
</head> <body> <link rel="shortcut icon" href="http://www.1320nation.com/forums/favicon.ico" type="image/x-icon"> <link rel="icon" href="http://www.1320nation.com/forums/favicon.ico" type="image/x-icon">
problem is that the favicon code is supposed to be located in the header, just below the DOCTYPE... your theme is completely messed up, and your code is not loading. my code is transforming the favicon code when generating the header... but clearly your code is having the favicon in the wrong place, so it's not loading properly... can't help there, sorry!