> -----Original Message-----
> From: Kristof Neirynck [EMAIL-REMOVED]]
> Sent: December 31, 2002 12:47 PM
> Is there a way to include a euro sign with css generated content?
Use the Unicode value, preceded by a slash:
.something { content: "\0020AC"; }
--
Cheers,
Craig Saila
------------------------------------------
[EMAIL-REMOVED] : http://www.saila.com/
------------------------------------------