<p2>Explorer wont read?</p2>

Hey guys,

Iā€™m using css to control my text styling etc.

Ive used <p2>Tags</p2> and they work in Firefox but in Explorer 7, it ignores the stylesheet and gives me plain black text.

The html:

<h2>Curse At 27</h2>
<p2>+ Band media campaign (2007)</p2><br>

The css:

p2{
float: left;
font-size: 10px;
text-indent: 5px;
color: #999999;
font-family: verdana, arial;
line-height: 10px;
}

Any help would be sweet.

thanks guys :slight_smile: