thanks,

this is great information!!!!




                                                                                       
                
                    Gernot Koller                                                      
                
                    <liquid@kabsi        To:     Struts Users Mailing List             
                
                    .at>                 <[EMAIL PROTECTED]>              
                
                                         cc:                                           
                
                    03/22/02             Subject:     Re: what is html:link equivelant 
                
                    01:47 PM                                                           
                
                    Please                                                             
                
                    respond to                                                         
                
                    Struts Users                                                       
                
                    Mailing List                                                       
                
                                                                                       
                
                                                                                       
                



Well, you can specify the "style", "id", and "class" attributes with these
properties.

<html:link href="http://some.url.com"; style="color:green" styleId="mylink"
styleClass="myStyle">

should result in something like:

<a href="http://some.url.com"; style="color:green" id="mylink" class
="myStyle">

you're welcome,

gernot.

22.03.2002 21:12:21, [EMAIL PROTECTED] wrote:

>
>thanks...
>
>But for my next question though:
>
>Why does the documentation:
>http://jakarta.apache.org/struts/userGuide/struts-html.html#link
>
>mention the style and styleId and the styleClass properties?
>
>thanks,
>Theron
>
>




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




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

Reply via email to