cfreview
Member
Posted 4 years ago #
First the site is here:
http://cfreview.com
My question, when loading the page, I notice that the status bar says the site is downloading well over a hundrded items. I notice this in IE7. At first I blamed this on Disqus, but I have since removed it, and it is still happening. I reinstalled wordpress last night.
Am I making mountatins out of mole hills, or is there something wrong with my installation?
I don't see hundreds of items loading, but you do have your Google Analytics code in a very wrong spot (between </head> and <body>) and it may be going a bit nuts. It's supposed to go just before the closing body tag </body>
Also, p tags should not be inside span tags, it should be the other way around.
cfreview
Member
Posted 4 years ago #
Thanks for the help, but I figured out the problem. I'm loading the IE6 png transparency fix to my code, and that was causing the issue.
Thanks for the tips on the p tags. That is something that wordpress is adding, and I haven't figured out how to turn it off. At least I think that is what is happening, I double check this evening.
I almost never use the p tag in my code.