Local Anchor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Local Anchor

Louis LaBrunda
Hi All,

What code should I use to result in some html that would look like this:

<a href="#Top" title="Go to Top">Top</a>

Thanks.

Lou
-----------------------------------------------------------
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon
mailto:[hidden email] http://www.Keystone-Software.com

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Local Anchor

Paul DeBruicker
html anchor
        url:'#Top';
        title:'Go to Top';
        with:'Top.


On 12-03-16 12:23 PM, Louis LaBrunda wrote:

> Hi All,
>
> What code should I use to result in some html that would look like this:
>
> <a href="#Top" title="Go to Top">Top</a>
>
> Thanks.
>
> Lou
> -----------------------------------------------------------
> Louis LaBrunda
> Keystone Software Corp.
> SkypeMe callto://PhotonDemon
> mailto:[hidden email] http://www.Keystone-Software.com
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Local Anchor

Louis LaBrunda
In reply to this post by Louis LaBrunda
Hi,

Sorry for answering my own post.

>What code should I use to result in some html that would look like this:
><a href="#Top" title="Go to Top">Top</a>

I went with:

        html anchor url: '#Top'; title: 'Go to Top'; with: 'Top'.

Lou
-----------------------------------------------------------
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon
mailto:[hidden email] http://www.Keystone-Software.com

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside