Rakesh,

I'm not sure if this is the problem, but I know that in HTML that link wouldn't work correctly. You don't provide the protocol (I think that's the word for it). Anyway, try changing the line so it reads as follows to see if it works:

<fo:basic-link external-destination="http://www.oracle.com/";>Commissions</fo:basic-link>

Hope this helps!

Web Maestro Clay

p.s. (I'm not sure if this'll work. There may be other problems I'm unaware of, but here's hoping!)

Rakesh Patel wrote:
Hi,

Does anybody know why a hyperlink inside a list won't work? Here's the code:

<fo:list-block provisional-distance-between-starts="12pt" space-before.optimum="12pt" 
text-align="justify">
<fo:list-item>
<fo:list-item-label 
end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:basic-link external-destination="www.oracle.com">Commissions</fo:basic-link>
</fo:block></fo:list-item-body>
</fo:list-item>
</fo:list-block>

Thanks

Rakesh


--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to