Tried this:

CDML tag FMP-Web show the url stored in "web" field in the database.  Field contains http://www.yahoo.com

Added <a href="[FMP-field:web]">[FMP-field:web]</a>  link to FMP-Web CDML tag

When I click the link it attempts to take me to:

http://192.168.1.99/test2/%3Ca%20href=%22http://www.yahoo.com%22%3E%3C/a%3E

I get a syntax error

Note that test2 is where my custom web pages are stored and IP address is the ip address of my computer.