i'm looking to make an index.html where i will create a link to open a text document in a new window. i have used the following code but it doesn't open the text file but it open only .html and .php files.
here is the code
<div style="position :absolute;botto m:0px; text-align:center;le ft: 450px;"><a href = "code.txt" target= "_blank"> code</a>
</div>
i have try to remove div but stil not working
here is the code
<div style="position :absolute;botto m:0px; text-align:center;le ft: 450px;"><a href = "code.txt" target= "_blank"> code</a>
</div>
i have try to remove div but stil not working
Comment