September 24, 201213 yr Hi, When I upload my site to the internet the css seems to stop working?! The only thing that works is the original "page properties" font and color. Also i get a load of errors saying "same - not transferred"? Please tell me what parts of the html and/or the css you might need to have a look at! Sorry I cant be of more use explaining the problem I have only just started using Dreamweaver and the only thing I am using is the design page. Thanks
September 24, 201213 yr i get a load of errors saying "same - not transferred"? These are not errors, its telling you that Dreamweaver did not upload the file because it is identical to the file on the server. try clearing the cache
September 24, 201213 yr you have a few errors </head> </script> </head> <body onload="[url=""]MM_preloadImages('1 copy.png','aew copy.png','mir copy.png','untitled copy.png')[/url]"> then you have more html then another body <body> <script type="text/javascript"> swfobject.registerObject("FlashID"); </script> </body> </html> Edited September 24, 201213 yr by ELITE
September 24, 201213 yr also what is going on inside your css file <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /tragic fonts.css on this server.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache Server at www.tragicclothing.co.uk Port 80</address> </body></html>
September 24, 201213 yr Author you have a few errors </head> </script> </head> <body onload="[url=""]MM_preloadImages('1 copy.png','aew copy.png','mir copy.png','untitled copy.png')[/url]"> then you have more html then another body <body> <script type="text/javascript"> swfobject.registerObject("FlashID"); </script> </body> </html> Sorry can you explain to me what to do in simple terms? Thanks
September 24, 201213 yr you website is made of a head and a body, you only have 1 of each you have 2 bodys open <body> and 1 body closed </body> you have 1 head open <head> and 2 heads closed </head> check your css file as well Edited September 24, 201213 yr by ELITE
September 24, 201213 yr Author Sorry, I don't really understand, is this causing my css to not work properly? And if so how can I fix this? Thanks
September 24, 201213 yr this is your css file try to view it http://www.tragicclothing.co.uk/tragic%20fonts.css did you put it to the server? Forbidden You don't have permission to access /tragic fonts.css on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache Server at www.tragicclothing.co.uk Port 80 everything that you want to be viewed goes inbetween the body tags <body>html goes here</body> you have 2 body tags you should only have the one also you should have 1 head tag you have 2 </head> </script> </head> you can remove this part </head> </script> then you will only have 1 </head> edit you have 2 body tags this one is inside you first body tag <body> <script type="text/javascript"> swfobject.registerObject("FlashID"); swfobject.registerObject("FlashID"); </script> </body> </html> your first body tag is preloading images <body onload="MM_preloadImages('1 copy.png','aew copy.png','mir copy.png','untitled copy.png')"> you can remove the <body> here at the top <body> <script type="text/javascript"> swfobject.registerObject("FlashID"); swfobject.registerObject("FlashID"); </script> </body> </html> Edited September 24, 201213 yr by ELITE
September 24, 201213 yr Author this is what the .css looks like? .h { font-family: "Lane - Narrow", "Lane - Posh", "Lane - Upper"; color: #229DE8; text-decoration: none; text-align: center; } .n { color: #CCC; } .v { font-family: "U.S. 101"; } .v { font-size: 24px; }
September 24, 201213 yr Author and then it says about.html - Put operation successful 553 Can't open that file: Permission denied tragic fonts.css - error occurred - An FTP error occurred - cannot put tragic fonts.css. Dreamweaver encountered an internal data error. Please try the operation again. 1 copy.png - same - not transferred aew copy.png - same - not transferred mir copy.png - same - not transferred untitled copy.png - same - not transferred logo12 no background.png - same - not transferred 1.png - same - not transferred aew.png - same - not transferred mir.png - same - not transferred untitled.png - same - not transferred facebook.png - same - not transferred twitter.png - same - not transferred ICON FOR TRAGIC.ICO - same - not transferred File activity incomplete. 1 file(s) or folder(s) were not completed. Files updated: 1 Files skipped: 12 Files with errors: 1 tragic fonts.css
September 24, 201213 yr The css file is not going to the server tragic fonts.css - error occurred - An FTP error occurred - cannot put tragic fonts.css. Dreamweaver encountered an internal data error. Please try the operation again. close Dreamweaver down completly and then try again
September 24, 201213 yr Sorry did not see 553 Can't open that file: Permission denied do you know about chmod change permisions?
September 25, 201213 yr when you set up FTP wwith Dreamweaver you entered your details eg ftp.example.com then a username and then a password with Filezilla its the same the difference is you have to manualy select which file is going to be put to the server and manualy choose where it is going tutorial here http://wiki.filezilla-project.org/FileZilla_Client_Tutorial_%28en%29 there are proberlysome tutorials on youtube
Create an account or sign in to comment