I am not suggested to define style within tag or jsp. for small portion of
style which will not be changed is ok. but if the style is widely used in
application, a separate css file will be a better solution



On 8/18/06, Gareth Evans <[EMAIL PROTECTED]> wrote:

<html:link style="text-decoration: none">

or

<html:link styleClass="nodecoration">

where

a.nodecoration {
        text-decoration: none;
}

Gareth

Li wrote:
> hi, <html:link> is <a></a>
> so in your css, you can still use
> a {
> text-decorartion:none
> }
>
> and in your jsp, just use <html:link> which will use the css style
defined
> for "a".
>
>
> On 8/18/06, Kavita Mehta <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>> I want to remove the underline from the hyperlink which i am creating
>> using <html:link>
>> in case of <a href .. > CSS style of A:link {text-decoration: none} can
>> be used .
>> but i am not able to find the same for <html:link>
>> please help.
>>
>> Thanks ,
>> Kavita
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>

--
Gareth Evans

Senior Developer

MSoft eSolutions Limited
Technology Centre
Inward Way
Rossmore Business Park
Ellesmere Port
Cheshire
CH65 3EN

--
Tel:    +44 (0)870 0100 704
Fax:    +44 (0)870 9010 705
E-Mail: [EMAIL PROTECTED]
Web:    www.msoft.co.uk

----------------------------------------------
Terms:
Please note that any prices quoted within this e-mail are subject to VAT.
All program details and code described in this e-mail are subject to
copyright (c) of MSoft eSolutions Limited and remain the intellectual
property of MSoft eSolutions Limited.
Any proposal or pricing information contained within this e-mail are
subject to MSoft eSolutions' Terms and Conditions
----------------------------------------------
Disclaimer:
This message is intended only for use of the addressee. If this message
was sent to you in error, please notify the sender and delete this
message. MSoft eSolutions Limited cannot accept responsibility for
viruses,
so please scan attachments. Views expressed in this message do not
necessarily reflect those of MSoft eSolutions Limited who will not
necessarily be bound by its contents.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
When we invent time, we invent death.

Reply via email to