Okay, i need help.
First of all i'm trying to add a background, i've uploaded my image to imgur and pasted the link but it won't show. He is what i have, can someone correct my mistake where ever it is please.
<style>
BODY {background-image: url(
https://imgur.com/a/jMuzS.png);background-repeat: repeat;
background-position: 0px 0px;
background-attachment: fixed;
background-size: 100%;}
</style>
Secondly, my custom cursor won't work either and i'm doing the exact same thing as i did with the background and just pasting the link like you said. Please correct my mistake.
<style>
body {
cursor: url(
https://i.imgur.com/fko1rKq.png?1),auto;}
</style>
<style>
a, span {
cursor: url(
https://i.imgur.com/fko1rKq.png?1),pointer;</style>
Also i'm looking to make my own signature, i don't know the correct/best size for a signature, could someone let me know that too. I'm thinking somewhere around the region of 600x300?
EDIT: Managed to get the Background working.