would somebody please tell me what I'm doing wrong. It's probably something simple, but I need a few pairs of eyes.
Here's the style:
CountPart {
background:#000;
width:40px;
height:24px;
margin:auto;
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size:18px;
font-weight:900;
text-align:center;
font-stretch:expanded;
color:#FFF;
}
Here's the call:
<div class="CountPart">
<?php
echo $_SESSION['CounterField'];
?>
</div>
The combination just doesn't work. I end up with 12px text, Times, and black on a white foreground. I have tried putting the <div> statement inside the php code, but that doen't work either. I have run the style through Fiddle and it doesn't work there.
So long, and thanks for all the fish