Site Map
Tools
Authorizations:
›› remove

 

nopricetext Attribute

A link without price is created using the price attribute and resulting in price="noprice".

Please refer to the session with examples to understand better when to use a paid-link without price.

 

Using the nopricetext attribute, you can choose the message to be displayed when the Internet user hovers the mouse over a link without price and the link is not authorized:

For example:

<a href="#" price="noprice" nopricetext="leave" althref="info.html">paid-link</a>

<a href="#" price="noprice" nopricetext="renew" althref="info.html">paid-link</a>

 

If the nopricetext attribute is omitted, the link without price does not display any message. This is not recommended, since it may confuse the user.

Interaction with Other Paid-Link Attributes

Interaction of the nopricetext and icents Attributes

The nopricetext attribute is only effective when applied to a paid-link without price, which is created using the icents attribute, when you include price="noprice".