我有使用cms打开购物车的网页,我的订单页面有问题,此页面中的标记头显示在正文标记中,您如何在此代码中看到,但这只出现在chrome中,我看得很清楚在firefox或IE中。
<html dir="ltr" lang="es" class="wf-loading wf-opensans-n6-loading">
<head></head>
<body style="position: static;">
<meta charset="UTF-8">
<title></title>
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1">
<base href="http://tcgfactory.com/">
<link href="http://tcgfactory.com/image/data/cart.png" rel="icon">
<link rel="stylesheet" type="text/css"
href="catalog/view/theme/fortis/stylesheet/stylesheet.css">
<link rel="stylesheet" type="text/css"
href="catalog/view/theme/fortis/stylesheet/responsive.css">
<link rel="stylesheet" type="text/css"
href="catalog/view/theme/fortis/stylesheet/menu-default.css"
id="menu_rel"
在我的网页内容的其他页面中,标题会显示在标记中,如您所见。
<html dir="ltr" lang="es" class="wf-opensans-n6-active wf-active">
<head>
<meta charset="UTF-8">
<title>Mi Cuenta</title>
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1">
<base href="http://tcgfactory.com/">
<link href="http://tcgfactory.com/image/data/cart.png" rel="icon">
<link rel="stylesheet" type="text/css"
href="catalog/view/theme/fortis/stylesheet/stylesheet.css">
<link rel="stylesheet" type="text/css"
href="catalog/view/theme/fortis/stylesheet/responsive.css">
<link rel="stylesheet" type="text/css"
href="catalog/view/theme/fortis/stylesheet/menu-default.css"
id="menu_rel">
<script
src="http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"
type="text/javascript" async=""></script>
<script type="text/javascript"
src="catalog/view/javascript/jquery/jquery-1.7.1.min.js"></script>
<script type="text/javascript"
src="catalog/view/javascript/jquery/ui/jquery-ui-1.8.16.custom.min.js"></script>
<link rel="stylesheet" type="text/css"
href="catalog/view/javascript/jquery/ui/themes/ui-lightness/jquery-ui-1.8.16.custom.css">
<script type="text/javascript"
src="catalog/view/javascript/jquery/ui/external/jquery.cookie.js"></script>
<script type="text/javascript"
src="catalog/view/javascript/jquery/colorbox/jquery.colorbox.js"></script>
<link rel="stylesheet" type="text/css"
href="catalog/view/theme/fortis/stylesheet/custom_colorbox.css"
media="screen">
<script type="text/javascript" src="catalog/view/javascript/jquery/tabs.js"></script>
添加有问题的图片,我们可以看到&#34;红点&#34;。
我尝试了很多东西,但我不能解决这个问题。
提前谢谢。