[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: linking within a document

Subject: RE: linking within a document
From: Joshua.Kuswadi@xxxxxxxxxxxxxxxxxxxx
Date: Wed, 28 Nov 2001 18:03:45 +1100
linking within a document
Hi Adam,

> I want to end up with an html doc that lists the names of the artists 
> in a table at the top such that they link to the artists' individual 
> table [which holds all their deatails] further down the page.
> 
> I can get the layout OK, but cannot figure out how to make the names 
> link! Any and all advice is much appreciated.
If your top table has for each row something like:
<tr>
 <td><a href="#id1">Artist 1</a></td>
</tr>
<tr>
 <td><a href="#id2">Artist 2</a></td>
</tr>

and then later on you have the actual data, something like:
<tr>
 <td><a name="id1" />Artist 1</td>
 <td>Details for artist 1</td>
</tr>
<tr>
 <td><a name="id2" />Artist 2</td>
 <td>Details for artist 2</td>
</tr>

That should work?!?
Joshua

------------------------------------------------------------------------------
This message and any attachment is confidential and may be privileged or otherwise protected from disclosure.  If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.