Is there a way to insert line spaces between the Custom Links on the Welcome Page that are created in WebLink Designer to enhance readability? Either that or bolding parts of the text. I am using WebLink 9.0.1.275.
Question
Question
Inserting line spaces or else bolding text in custom links
asked on June 14, 2016
0
0
Replies
replied on June 15, 2016
You can target the id "bookmarks" using CSS. Adding the following CSS to the bottom of WebLinkStyles.css will bold the text and double the space between the links:
#bookmarks { font-weight: bold; line-height: 200%; }
For other changes, check out w3schools. They have information on CSS properties like line height, and you can use their "try it" feature to experiment before making the modifications on your own site.
2
0
replied on June 15, 2016
Hi Roger
I was able to achieve line spaces between custom links but couldn't get the text to be bold.
for space part add an external url with text as space and url as http://$.
0
0
You are not allowed to follow up in this post.