View Single Post
01-01-2008, 07:33 PM
#9
Nightscream is offline Nightscream
Status: Junior Member
Join date: Aug 2006
Location:
Expertise:
Software:
 
Posts: 58
iTrader: 0 / 0%
 

Nightscream is on a distinguished road

  Old

Ok thanks

I've got another problem with css and php, I've attached a css file.
But It won't use it, I change the color of a class but it won't do it when viewing the file.

Code:
dd .amount {
	color: #580;
	font-weight: bold;
}
Code:
<dd class="amount">$<? echo $prize; ?></dd>