Rarest Pepe Posted June 11, 2016 Share Posted June 11, 2016 So I have a site on the SDF Unix Shell server, and I have to edit it all manually via nano (I know, I know, VIM FTW). Its really tedious to do HTML in a text editor. I have downloaded the file and used Kompozer to try and put some gifs on the webpage, and I uploaded that to the shell server. Once I went to the new site, it showed errors. Any tips? Quote Link to comment Share on other sites More sharing options...
blue :D Posted June 11, 2016 Share Posted June 11, 2016 are the gif files in your directory on the server? if you're trying to call a gif that is on your local machine but not on your server then an error will show either that, or you have a bug in your code. Quote Link to comment Share on other sites More sharing options...
Alofoxx Posted June 11, 2016 Share Posted June 11, 2016 I have downloaded the file and used Kompozer to try and put some gifs on the webpage, and I uploaded that to the shell server. Once I went to the new site, it showed errors. Any tips? Yeah if you are not uploading the images too, then the image tags in your html must point to a url where the image can be found (like on imgur) or if you want to get around having to upload files at all you can use a few websites to base64 encode the image into text that you can paste in the img tag. see: https://css-tricks.com/data-uris/ Quote Link to comment Share on other sites More sharing options...
Rarest Pepe Posted June 12, 2016 Author Share Posted June 12, 2016 [quote name=blue ' timestamp='1465655934' post='692888] are the gif files in your directory on the server? if you're trying to call a gif that is on your local machine but not on your server then an error will show either that, or you have a bug in your code. God I am so dumb. They are not on the shell server. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.