| ||||||
| 5/17 |
| 2002/8/26 [Uncategorized] UID:25697 Activity:nil |
8/26 CSS question: how do I prevent a hyperlink from being underlined?
\_ { text-decoration: none }
\_ don't you need an 'a' before that? ie:
<style> a { text-decoration: none } </style> |