SilverHD:
DrBryte:
I take it that was the wrong way to go. I have downloaded Filezilla server, Gimp 2, Xampp, Notepadd++, Winmerge. I did this at the very beginning. It came with: http://www.picaflor-azul.com/index.php?main_page=page&id=43. I still have all of them. If there is a way to download the site to this software, I have no problem with it. To be honest, it's better that screwing up the server.
Thanks,
Silver
Regarding your email header logo. Easiest solution is to create it as a jpg image and FTP that to your server. Why dig around in the code to edit stuff unnecessarily?
The ORIGINAL image is a jpg, giving a clear hint that jpg is the format required.
And as far as "editing" files is concerned:-
Filezilla (not a good choice - and I'll explain why later) is a FTP program. It creates a CONNECTION between your computer and the remote server.
Then, when the connection is established, you can TRANSFER files between the two machines. Files can:
- come FROM the server TO your home machine,
- and they can go TO the server FROM your home machine.
FTP is used in preference to C-Panel file upload and code editors, because C-Panel is not "reliable" enough to ensure PLAIN TEXT EDITING. PHP is very sensitive, and even a tiny syntax error can collapse an entire website.
FTP stands for FILE TRANSFER PROTOCOL - so it does what it says on the box... TRANSFERS FILES.
The way to work with your ZC installation (in fact ANY website), is to BRING IN files FROM the server TO your home machine, when they need editing.
Technically, what you are doing is bringing in a COPY of the file to your home computer - - - and THAT is what you edit - - - a COPY.
The ORIGINAL file remains untouched on the server. If you edit in C-Panel, you are editing the ORIGINAL FILE !!!!!!!! :shocking:
And if you make errors, then doing a u-turn can be difficult and time-consuming.
SO - use FTP to grab COPIES of files that need editing.
When a file is EDITED on your home machine, you navigate BACK to the server, and find the ORIGINAL of the file, and RE-NAME that with a different file extension - something like .bak or .suspended .
Then - after the rename of the ORIGINAL, you FTP your edited copy to the server. The .bak file is just that - a BACKUP of the ORIGINAL which can be brought back to life if your edited version fails to work.
FILEZILLA is popular - but I do not like it at all, as it is cumbersome and insecure.
I use WS-FTP PRO from Ipswitch and that is MUCH better, more intuitive and operates securely.