Tag Info

New answers tagged

0

To quote the Closure Compiler FAQ: The Closure Compiler intentionally adds line breaks every 500 characters or so. Firewalls and proxies sometimes corrupt or ignore large JavaScript files with very long lines. Adding line breaks every 500 characters prevents this problem. Removing the line breaks has no effect on a script's semantics. The impact ...


1

Are you sure that nothing changes ? It might be due to your browser cache. To check this upload the file to the server then download it and see if it's the new or the old one. You should also delete your browser cache.


1

There are two possibilities why this is happening that I can think off: WWW-DATA Ownership ROOT Ownership FTP Server Settings WWW-DATA Ownership The file on the server may own to another usergroup that the FTP user is not apart off. Assuming that your web server uses the standard www-data group, you should ensure that the FTP user has permission to ...


0

Your HTML and CSS is wrong: USE HTML: <div id="container"> <div class="main"> <img src="http://beta.ificanapp.com/wp-content/uploads/2013/01/354-Creativity5-retina.jpg" /> </div> </div> USE CSS: * {margin:0;padding:0;} #container ...



Top 50 recent answers are included