why am I losing formatting?

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
samanthaospelt
500 Command not understood
Posts: 3
Joined: 2009-07-01 00:35
First name: Samantha
Last name: Ospelt

why am I losing formatting?

#1 Post by samanthaospelt » 2009-07-01 00:44

I am new to filezilla and a real novice at the whole file transfer system, so I hope this is an easy question. When I download a page from my existing website (originally published through macromedia contribute) and go to edit it, all the formatting is lost - it seems to revert back to very basic fonts, colors sizes etc. Why does that happen? Will it revert back after I re-upload it, or do I need to fix all the fonts etc. back to the way they were before I upload? Also, I cannot see any of the pictures on the page. I just see place holders. I am using Windows vista and firezilla version 3.2.6. Any advice is appreciated.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: why am I losing formatting?

#2 Post by botg » 2009-07-01 07:02

firezilla version 3.2.6. Any advice is appreciated.
This is the support forum for FileZilla, not firezilla. Notice the difference.

Cypress
226 Transfer OK
Posts: 121
Joined: 2008-09-13 19:39
First name: J

Re: why am I losing formatting?

#3 Post by Cypress » 2009-07-01 07:23

samanthaospelt wrote:I am new to filezilla and a real novice at the whole file transfer system, so I hope this is an easy question. When I download a page from my existing website (originally published through macromedia contribute) and go to edit it, all the formatting is lost - it seems to revert back to very basic fonts, colors sizes etc. Why does that happen? Will it revert back after I re-upload it, or do I need to fix all the fonts etc. back to the way they were before I upload? Also, I cannot see any of the pictures on the page. I just see place holders. I am using Windows vista and firezilla version 3.2.6. Any advice is appreciated.
Image issue:
This has to do with the links that point to the image probably looks simalar to the following:

Code: Select all

<img src="/images/blahblah.jpg">
That is a 'relative link' meaning where the images are located in relation to the webpage file you are editing.. there are to ways to fix this and well iam going to state the easiest one cause the other one would be annoying.
1. Simply create a folder in your documents(or wherever you wish) name it mywebsite
2. Open filezilla and download your ENTIRE site(public_html folder or what not) saving it into the "mywebsite" folder.
3. Open the files inside the "mywebsite" folder you where trying to edit now everything should look as it was.

For the font color and size:
Well like I said in step 3 above everything should look the same..
Learning experience: The only reason that I can think of you where having font color/size displaying differently is because you had an external file modifying the layout of the webpage. Such as a CSS style sheet.. because if you were simply using the font tag:

Code: Select all

<font face="" color="" size="">
in the web page code you shouldn't see any difference in them while viewing in a web client.

samanthaospelt
500 Command not understood
Posts: 3
Joined: 2009-07-01 00:35
First name: Samantha
Last name: Ospelt

Re: why am I losing formatting?

#4 Post by samanthaospelt » 2009-07-01 14:06

Thanks for your response. I downloaded all the folders/files listed (two folders would not download - "htsdata" and "Merchant2"). I can then pull the files up in Kompozer and they look fine - all fonts and photos are correct. If I save as a different name, then open the html file, the formats and fonts are lost again. Should that be happening? If I upload that file again, will the fonts return? I did not understand what you were saying after "Learning Experience." My challenge is that I don't really understand the html codes - I designed the original site using a wysiwyg type program. I'm not sure what a CSS style sheet is, and I'm not familiar with font tags. Ugh. Any other thoughts?

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: why am I losing formatting?

#5 Post by botg » 2009-07-01 14:16

Formatting of websites is done using CSS nowadays, see http://en.wikipedia.org/wiki/Cascading_Style_Sheets

Cypress
226 Transfer OK
Posts: 121
Joined: 2008-09-13 19:39
First name: J

Re: why am I losing formatting?

#6 Post by Cypress » 2009-07-01 15:31

samanthaospelt wrote:I can then pull the files up in Kompozer and they look fine - all fonts and photos are correct. If I save as a different name, then open the html file, the formats and fonts are lost again. Should that be happening?
Did you save it in the 'mywebsite' folder?

samanthaospelt
500 Command not understood
Posts: 3
Joined: 2009-07-01 00:35
First name: Samantha
Last name: Ospelt

Re: why am I losing formatting?

#7 Post by samanthaospelt » 2009-07-01 16:09

I did not originally, because I wanted to keep all the downloaded files separate as a backup, but I just moved the "test" file into the folder with the downloads and it looks ok.

If I have a change to just one page, would you recommend that I download all the files/folders, make the change to the one page, then re-upload them all again, or can I just re-upload the one page with the change? Will the re-upload link back up with the other pages already with the service provider that didn't change? And, when I upload the new page, should it have the same file name as the old one? If it is called a new name, will that mess up any links to the other pages on the website?

Thanks so much for getting back to me so quickly - I'm really losing my mind on this one!

Cypress
226 Transfer OK
Posts: 121
Joined: 2008-09-13 19:39
First name: J

Re: why am I losing formatting?

#8 Post by Cypress » 2009-07-01 22:27

samanthaospelt wrote:If I have a change to just one page, would you recommend that I download all the files/folders, make the change to the one page, then re-upload them all again, or can I just re-upload the one page with the change?
If you just change the content on one page all you have to do is download it to 'web' folder make alterations the upload it.
samanthaospelt wrote: If it is called a new name, will that mess up any links to the other pages on the website?
The links contained in the new named page should work perfectly, however.. links on other pages will need to be added or edited.

Post Reply