View Single Post
Old 2006-12-05, 07:01 AM   #5
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
I see this all of the time with recips that use inline styles. It seems someone started including the "{}" brackets awhile ago and many folks have picked it up as the way to style their recips.

For your inline style tags, try removing all of the unneeded "{" and "}" from the coding.

Example, use this:
<div style="color:#FFFF00;background-color:#FF6600;font:bold 15px Gill Sans MT;border:3px solid #000000;padding:5px;text-align:center;width:180px;">

Instead of this:
<div style="{color:#FFFF00;background-color:#FF6600;font:bold 15px Gill Sans MT;border:3px solid #000000;padding:5px;text-align:center;width:180px;}">

Those "{}" brackets are only used when you have your css in the document head or in an external stylesheet.

HTH
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote