Images that I have in my footer don't show up in the blog footer
Author: Duncan Baker
Visited 783,
Followers 2,
Shared 0
I have a footer with html in it where I include images for twitter, facebook etc.
Because the blog pages are in a sub-directory, these images do not show up in the footer in the blog pages. Is there an easy answer or should I just manually create an images folder in the blog folder?
Posted on the
Author
Worked round it by making an images sub folder in the blog folder and ftp-ing the images I needed.
Hello Duncan,
Did you add the images with custom html code or with the image function in the header/footer editor?
If you added the images with html code and you want to avoid to upload all twice like you did, then you can use an absolute URL instead of an relative. As example:
"http://www.mywebsite.com/image1.jpg" instead of "image1.jpg"
Hope this helps.
Author
Good thinking. Thank you.