Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Hyperlink within a custom character sheet...

Greetings. Can anyone tell me if it is possible to have a hyperlink embedded in the text of a character sheet?  If so, how? Thanks in advance. Ray
1551490721
Andreas J.
Forum Champion
Sheet Author
Translator
I think that's disabled last time I tried, but iirc you could have a roll button that outputs a functioning hyperlink in the chat.
Ok...I need to clarify what I'm talking about...I want to have hyperlinks embedded within the formatted text of the sheet. For example...where I have a characteristic called "Strength", I want the word "Strength" to be hyperlinked to my journal which defines how the characteristic works in the game rules. I hope I am making sense...
1551495371
GiGs
Pro
Sheet Author
API Scripter
I don't think that's possible. 
1551501542
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Ray said: Ok...I need to clarify what I'm talking about...I want to have hyperlinks embedded within the formatted text of the sheet. For example...where I have a characteristic called "Strength", I want the word "Strength" to be hyperlinked to my journal which defines how the characteristic works in the game rules. I hope I am making sense... Yes, which is what Andreas was talking about. It's not possible, but the work around that the community uses, and Andreas summarized, is to output a link to chat via a roll button that the user can click.
1551502284

Edited 1551502452
vÍnce
Pro
Sheet Author
Not from the sheet directly, but try making your text on the sheet into a button which sends hypertext to chat, where you could click on it. Style the button to hide that it's a button. &lt;button&nbsp;type="roll" name="roll_url_strength" class="sheet-hyperlink" value="[Google](<a href="http://www.google.com" rel="nofollow">http://www.google.com</a>)"&gt; &nbsp;&nbsp;&nbsp;&nbsp;Strength &lt;/button&gt;
Ahhh...ok...I get what you mean now... I wasn't quite following the original explanation. Thank you kindly one and all&nbsp; :)