# \<p2\>Explorer wont read?\</p2\>

**URL:** https://forum.kirupa.com/t/p2-explorer-wont-read-p2/242859
**Category:** web dev
**Created:** [October 31, 2007, 2:02am UTC](https://forum.kirupa.com/t/p2-explorer-wont-read-p2/242859 "2007-10-31T02:02:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![aveceva](https://avatars.discourse-cdn.com/v4/letter/a/7ea924/32.png) [@aveceva](https://forum.kirupa.com/u/aveceva)
#### Post date: [October 31, 2007, 2:02am UTC](https://forum.kirupa.com/t/p2-explorer-wont-read-p2/242859/1 "2007-10-31T02:02:28Z")

</div>

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 🙂
