Is there a way for me to link a text document into html?

Robert

New member
By this i mean instead of entering all of the text into the code itself, can i link a text document up to it, so that can be edited independently and not clog the html up with reams of text.
 
Just upload it to your server and then the link for that file will be yourwebsite.com/whatyouuploaded
After that just put a link like <a href="yourwebsite.com/whatyouuploaded.(whatever extension)"> Download the document file by clicking here </a> that would be the way to do so. Try it out .
 
Back
Top