Quote:
Originally Posted by fris
easy to do, but how would you select the link text?
turning links into a hrefs is easy, but unless you have the proper link text that you want, unless you just want to turn them into a generic text.
|
Yea what I really wanted (and I see now that I was a bit unclear) is to take something like:
title, description, url
and turn that into
<li><a href="url" relation="the same for all" title="description">title</a></li>
And imagine I have a big ass list of urls I wanted to do this with. It's ok though, I'll ring up a mate and have him write me an application that'll do that.