为什么我不能用div类“title left”控制下面的<p>标签
<td align="left" >
<div class="pop-posts-image-left">
<a href="http://www.livecrafteat.com/live/meal-planning-template/">
<img src="http://www.livecrafteat.com/wp-content/uploads/2012/08/menu-plan-sidebar-thumbnail-2.jpg" alt="" />
</a>
<div class="title left">
<p text-align="center">
This Is An Example Post Title
</p>
</div>
</div>
</td>
相反,它受到以下控制:
body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
color: #70635A;
font-family: "Century Gothic",AppleGothic,Arial,sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 22px;
margin: 0;
padding: 0;
text-decoration: none;
}