Home > Logistics > Subscriptions > Descriptions
How can I use HTML tags to create a helpful item description?
When a member clicks on the details for a share, option, or store items from the join link or store link, they will see the description that you have entered for that item.
The description may be edited by: |
How to use HTML tags to make your item description pop!
You may use the following HTML tags to add helpful formatting to your item descriptions and make selected text pop. Learn more below about how to make text bold, italicized, underlined, and hyperlinked.
BOLD: <b>insert text</b>
To make selected text bold, insert <b> before the text and </b> after the text. Below is an example how this works.
DESCRIPTION ENTERED FROM THE DASHBOARD:
Check it out! <b>These three words</b> will appear as bold.
DESCRIPTION SHOWN TO MEMBERS:
Check it out! These three words will appear as bold.
To make selected text bold, insert <b> before the text and </b> after the text. Below is an example how this works.
DESCRIPTION ENTERED FROM THE DASHBOARD:
Check it out! <b>These three words</b> will appear as bold.
DESCRIPTION SHOWN TO MEMBERS:
Check it out! These three words will appear as bold.
ITALICS: <i>insert text</i>
To make selected text bold, insert <i> before the text and </i> after the text. Below is an example how this works.
DESCRIPTION ENTERED FROM THE DASHBOARD:
Check it out! <i>These three words</i> will appear italicized.
DESCRIPTION SHOWN TO MEMBERS:
Check it out! These three words will appear italicized.
To make selected text bold, insert <i> before the text and </i> after the text. Below is an example how this works.
DESCRIPTION ENTERED FROM THE DASHBOARD:
Check it out! <i>These three words</i> will appear italicized.
DESCRIPTION SHOWN TO MEMBERS:
Check it out! These three words will appear italicized.
UNDERLINE: <u>insert text</u>
To make selected text bold, insert <u> before the text and </u> after the text. Below is an example how this works.
DESCRIPTION ENTERED FROM THE DASHBOARD:
Check it out! <u>These three words</u> will appear underlined.
DESCRIPTION SHOWN TO MEMBERS:
Check it out! These three words will appear underlined.
To make selected text bold, insert <u> before the text and </u> after the text. Below is an example how this works.
DESCRIPTION ENTERED FROM THE DASHBOARD:
Check it out! <u>These three words</u> will appear underlined.
DESCRIPTION SHOWN TO MEMBERS:
Check it out! These three words will appear underlined.
HYPERLINK: <a href="http://link.com" target="_blank">insert text</a>
To hyperlink select text in the description and direct clickers to a specific URL, insert <a href=", then the target URL, then target="_blank">, then the text that you would like to be hyperlinked, then </a>. Below is an example how this works.
DESCRIPTION ENTERED FROM THE DASHBOARD:
If you <a href="http://support.farmigo.com" target="_blank">click this text</a>, you will be directed to the Farmigo help site of http://support.farmigo.com.
DESCRIPTION SHOWN TO MEMBERS:
If you click this text, you will be directed to the Farmigo help site of http://support.farmigo.com.
!ATTENTION! When members click on the hyperlinked text that you created using these HTML tags, the link will open in a pop-up window. If members are not able to view the link, ask them to check to see that their pop-up blocker is disabled for Farmigo websites.
To hyperlink select text in the description and direct clickers to a specific URL, insert <a href=", then the target URL, then target="_blank">, then the text that you would like to be hyperlinked, then </a>. Below is an example how this works.
DESCRIPTION ENTERED FROM THE DASHBOARD:
If you <a href="http://support.farmigo.com" target="_blank">click this text</a>, you will be directed to the Farmigo help site of http://support.farmigo.com.
DESCRIPTION SHOWN TO MEMBERS:
If you click this text, you will be directed to the Farmigo help site of http://support.farmigo.com.
!ATTENTION! When members click on the hyperlinked text that you created using these HTML tags, the link will open in a pop-up window. If members are not able to view the link, ask them to check to see that their pop-up blocker is disabled for Farmigo websites.