0

The Form and List module for DotNetNuke makes it fairly easy to include a hyperlink as one of the columns.

Unfortunately, it's not so easy to have a different caption for each.

For example, it's simple to get this:

Name   Company
-----  ---------
Sue    http://www.apple.com
Fred   http://www.google.com
Joe    http://www.facebook.com

What I really want, however, is this (with hyperlinks in the Company column):

Name   Company
-----  ---------
Sue    Apple
Fred   Google
Joe    Facebook

How can I make this happen?

Axeva
  • 4,697
  • 6
  • 40
  • 64

1 Answers1

2

You can use the generate xsl and then modify the xsl to give the layout you want

see explanation and sample xsl F&L XSL

bdukes
  • 152,002
  • 23
  • 148
  • 175
nokiko
  • 483
  • 1
  • 6
  • 14