Help with htmlText from Dynamic file

Before you flame please know that I have searched for the answer and can’t find a good exaple.

anyway I have a dynamic text box that I’m loading html formated text in from a txt file (news.txt) … all works fine and <img> shows up … only problem is that I can’t get this one link
<a href =“http://www.memphisrap.com/community/modules.php?name=News_Home&file=article&sid=1324” target="_blank"><i>(read more)</i></a>

to display properly … as a matter of fact it doesn’t show at all … but when I change the text file to

<a href =“http://www.memphisrap.com/” target="_blank"><i>(read more)</i></a>

th
it works fine … but I need the first link to work as it points to a specif article