creating a link to txt file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Samzer
    New Member
    • Feb 2012
    • 1

    #1

    creating a link to txt file

    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
  • sreekandank
    New Member
    • Jun 2009
    • 45

    #2
    Try it by removing the <div> tag.

    Comment

    Working...