You need to specify a text label in the third text field. If you hover over it, the help text explains what to do.
View post on imgur.com
Thanks. This explains how that works. But this replace url by that label between <a href> and </a>.
But third possibility would be very useful – the url as text, not link. Or eventually another style of such link, making it much less visible.
-
This reply was modified 7 years, 10 months ago by
darekk2.
I will add an option to only display the URL as text later today.
Please consider donating to support this plugin’s development.
That would be great. You are so kind and patient. With <br /> before, to make all text more clear.
You choose where you want <br /> and other layout elements in the Advanced layout grid.
And grayed text, maybe italic, less visible then description.
A new option called Plain web address will be available in new version 6.0.47 later this evening.
For styling, you can add a <span class="weblink"> before the link and a </span> after it. Then, in your Link Library stylesheet editor, add a rule to style this content.
.weblink {
color: #ddd;
font-style: italic;
}
Please consider donating to support this plugin’s development.
This works perfectly.
“weblink” is getting replaced by ‘weblink’ after saving configurations, but this does not affect anything.