All of the code is on the server for your domain ...
What you want is to have a copy of your whole site on your computer ... for example:
c:\my_internet\my_website
And you have in there the full "mirror" image of the files on your site, example:
c:\my_internet\my_website
would have a full copy of everything that is on the server ...
c:\my_internet\my_website\admin
c:\my_internet\my_website\cache
c:\my_internet\my_website\download
c:\my_internet\my_website\editors
c:\my_internet\my_website\email
c:\my_internet\my_website\extras
etc. etc.
The "mirror" copy of your site is both a way to "work" on the files and be a backup of your site ...
This means, I could sneak into your site and delete the whole thing ... :eek:
But then, you could just reload all of the files and you are back in business ... :cool:
The magic happens by having a few tools to do this with:
1 a good Text Editor - you could use NotePad, but would be frustrated and break most of your files in about ... 5 minutes ... so you want a good Text Editor such as UltraEdit or NoteTab Pro
The Text Editor allows you to customize the code as you need it to be, without damaging the files
You do not want to change your files via the Control Panel of your site as you will run into problems and you will break files, as well as that is very inefficient ...
You do not want to use programs such as MSWord or WordPad as these are not TEXT Editors they are wordprocessing programs and would put all kinds of "garbage" in your files ...
2 a good FTP program - The FTP is a File Transfer Protocol program to "transfer" your files back and forth between your computer and your domain site on the server ... something like FlashFXP or WSFTP or a host of other software packages ...
FTP programs can give you a list of files on the Left Panel of the screen (your computer) and on the Right Panel of the screen (your server) and allow you to transfer the files back and forth ...
Now, you can work with the code and make changes as needed to the files that are running your site ...
Your hosting provider can help you with login information, if you are not sure what to use to access your site with FTP ...