Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
in myproject i want remove the underline in the link label how to do it
you can do that using css A:link {text-decoration: none} More info here [^]
A:link {text-decoration: none}
where i have to declare that css and reference that css
here a sample[^] There are a lot of Tutorials out there, Google [^]is your friend