hehe. It's easy once you get to know the intrincacies between CSS and XHTML. LOL! Maybe someday. in your code I see two problems: 1. style="float:right; color=green;" that causes a parsing error, should be style="float:right,color:green" Sorry, typo. You were right, ricardo is wrong.They were both wrong. First has = instead of : second has , instead of ;
oops, didn't notice the equals :)
- Richard