hi,
i want to create a link in an html environment to open text file in a new page. can some help because i can create a link to open a html and php file its working but it cant open a txt file. please find the coding i used:
<div style="position:absolute;bottom:0px; text-align:center;left: 450px;"><a href = "code.txt" target= "_blank"> code</a>
</div>