我在 style.css 中为 H1 定义了一个背景图像:
h1 {
padding:10px 10px 5px 43px;
margin: 0px 0px 0px 0px;
overflow:hidden;
background:url('../images/marker2.png') 17px 5px no-repeat;
color:#7c7960;
font-size: 1.40em;
line-height:18px;
font-weight:bold;
text-transform:uppercase;
}
但在某些 H1 标题中,我不希望出现此背景图像?如何在下面的代码中出现异常以使背景图像不显示?
<h1 itemprop="name" ><?php echo $products_name; ?></h1>