# Links in .txt files in dynamic text variables

**URL:** https://forum.kirupa.com/t/links-in-txt-files-in-dynamic-text-variables/6287
**Category:** Uncategorized
**Created:** [October 3, 2002, 1:40pm UTC](https://forum.kirupa.com/t/links-in-txt-files-in-dynamic-text-variables/6287 "2002-10-03T13:40:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![guyc](https://avatars.discourse-cdn.com/v4/letter/g/838e76/32.png) [@guyc](https://forum.kirupa.com/u/guyc)
#### Post date: [October 3, 2002, 1:40pm UTC](https://forum.kirupa.com/t/links-in-txt-files-in-dynamic-text-variables/6287/1 "2002-10-03T13:40:20Z")

</div>

hello first post ever anywhere!  
I’m loading a text file (mydata.txt) into a dynamic text variable but how do I make a link in that dynamic text file.  
It contains only words but I want some of the words to link to other places. Any help would be appreciated!!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 3, 2002, 4:43pm UTC](https://forum.kirupa.com/t/links-in-txt-files-in-dynamic-text-variables/6287/2 "2002-10-03T16:43:00Z")

</div>

You can use html tags like HREF in dynamic text fields. They take exactly the same form as normal html tags and the normal rules of opening and closing tags apply except that if you’re entering a variable eg \< A HREF=‘[http://mydomain.com](http://mydomain.com)’ \> or \< FONT COLOR=’#66ccff’ \> you encase it in single ’ rather than double".
