HI Jigs,On the blinking (?) this will work in Netscape but not IE...
<p><blink>Hello
</blink></p>
On the underline yes it is possible. I would use CSS Level 1. Something like this...
Put this inbetween your <head></Head> tags...
<STYLE TYPE="text/css">
A:link { text-decoration: none }
</STYLE>
Then for a hyperlink anywhere on the page just do this...
<p><a href="http://">Hyperlink</a></p>
and it will remove the underline.
Hope this helps,
Brian
------------------
Work hard, play fair, stay sane