Can someone please check out the site in my first signature? When viewing the source code I see I have 4 head tags. I'm thinking this can't be good. I need someone to tell me where these tags need to begin and end. Thanks to whoever helps me.
You want all of your head tags to be directly under <html> Only one head tag is necessary, so copy and paste all of the content in the other ones into your topmost <head> tag. It should look something like this <html> <head> ALL OF YOUR HEAD CONTENT HERE </head> <body> </body> </html>