I have no idea what is putting the code into my page but for some reason i am getting a style sheet on the top of my store front page.
Here is the code i have in my store front
This is on every page, so if it was an issue with extra code being in one of my items then it should be every where, except i am only seeing it on the store front.
Anyway here is what is in the html_profile
And the head tag
Nothing out of the norm
Anyway the storefront is http://www.nexusresources.biz
The only weird thing i noticed was when i added the Latu storehelper module it added this right at the top of my page, but it was just a comment.
Which i just removed which made no difference.
Here is the code i have in my store front
Code:
<mvt:item name="html_profile" /> <head> <title>&mvt:store:name;</title> <mvt:item name="head" param="head_tag" /> </head> <mvt:item name="body">
Anyway here is what is in the html_profile
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="http://www.nexusresources.biz/mm5/style.css" rel="stylesheet" type="text/css" /> <base href="&mvt:global:basehref;" />
Anyway the storefront is http://www.nexusresources.biz
The only weird thing i noticed was when i added the Latu storehelper module it added this right at the top of my page, but it was just a comment.
Code:
<mvt:comment> latu.net Store Helper Place the following item tokens within the template: (the recommended location is after the global_footer) <mvt:item name="latu_storehelper" param="local" /> <mvt:item name="latu_storehelper" param="global" /> </mvt:comment>
Comment