You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by th...@webmd.net on 2002/03/22 18:56:34 UTC

what is html:link equivelant

This is tricker than I thought:

What is the equivelant of:

<link href="http://localhost:8080/express/billing.css" rel="stylesheet">

using the html:link tag?

I see they have the style property and the styleClass property but I am not
sure exactly how they are used.

thanks for any insight...

thanks,
Theron


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: what is html:link equivelant

Posted by Eddie Bush <ek...@swbell.net>.
I personally just use the old HTML tag.  I use a relative path though - eg.
/express/billing.css instead of http...billing.css.  ... works fine for me
=)

HTH,

Eddie

----- Original Message -----
From: <th...@webmd.net>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Friday, March 22, 2002 11:56 AM
Subject: what is html:link equivelant


>
> This is tricker than I thought:
>
> What is the equivelant of:
>
> <link href="http://localhost:8080/express/billing.css" rel="stylesheet">
>
> using the html:link tag?
>
> I see they have the style property and the styleClass property but I am
not
> sure exactly how they are used.
>
> thanks for any insight...
>
> thanks,
> Theron
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: what is html:link equivelant

Posted by Gernot Koller <li...@kabsi.at>.
Just leave your <link href="http://localhost:8080/express/billing.css" rel="stylesheet">
tag as it is !
The <html:link> tag is for generating <a href="http://some.url.com">foobar</a>  tags...

cheers,

gernot.


22.03.2002 18:56:34, theron.kousek@webmd.net wrote:

>
>This is tricker than I thought:
>
>What is the equivelant of:
>
><link href="http://localhost:8080/express/billing.css" rel="stylesheet">
>
>using the html:link tag?
>
>I see they have the style property and the styleClass property but I am not
>sure exactly how they are used.
>
>thanks for any insight...
>
>thanks,
>Theron
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>