Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is the code I have for the patreon banner on my journal:
- <a href="https://www.patreon.com/MentalCrash"><img src="http://i.imgur.com/cIRLaU8.png" title="Patreon.com"></a>
- If you just want to make a custom link, you type it like this:
- <a href="URL YOU'LL GO TO BY CLICKING THIS">TEXT GOES HERE</a>
- If you wanna add a picture you need to replace the TEXT GOES HERE bit with this code:
- <img src="PICTURE URL">
- Which would make the code look like this:
- <a href="URL YOU'LL GO TO BY CLICKING THIS"><img src="PICTURE URL"></a>
- Also, something you might have noticed if you hover the mouse over the banners they display a lil' text, this done with this bit of code:
- title="TEXT YOU WANT TO SHOW WHEN YOU HOVER THE MOUSE OVER THE PICTURE"
- And it goes right after the img src url, so it'd look like this:
- <a href="URL YOU'LL GO TO BY CLICKING THIS"><img src="PICTURE URL" title="TEXT YOU WANT TO SHOW WHEN YOU HOVER THE MOUSE OVER THE PICTURE"></a>
- If something looks wrong when you've done it just make sure you've gotten all the " and <> placed correctly, and also that there are several spaces in between. I use the <a href=""> code all the time, not all pages of deviantart have the easy making linking thing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement