You want a text link, like "visit
BrickShelf"?
I don't have MOCpages, but from their Help section it seems they use HTML for this:
HTML tips.
If you want a text link, do this:
- Code: Select all
<a href=URL>DESCRIPTION</a>
For example, for a link to
www.brickshelf.com with "Wee, BrickShelf" as the description:
- Code: Select all
<a href=http://www.brickshelf.com/>Wee, BrickShelf</a>