Just a few basic extras you can add to your profile to make it more your own.
Marquees (Scrolling Text)
This is a fun one. There are many different types of marquees, the most common being the text that runs from one side of the page to the other. But it doesn't stop there. Below you will find many different variations of this cool effect.
There are many ways you can make the marquee different, just play around with the values. Up, down, left, right, alternate, and then even go into the width you want. Remember to have fun with the code!
Special Characters (♥, ♣, and more)
Everyone loves these little characters. Why? Because they look so damn cool. And the best part? The code is easy as pie.
HTML Code |
Character Rendered |
♠ |
♠ |
♥ |
♥ |
♣ |
♣ |
♦ |
♦ |
ƒ |
ƒ |
™ |
™ |
← |
← |
↑ |
↑ |
→ |
→ |
↓ |
↓ |
↔ |
↔ |
↵ |
↵ |
⇐ |
⇐ |
⇒ |
⇒ |
⇑ |
⇑ |
⇓ |
⇓ |
⊕ |
⊕ |
⊗ |
⊗ |
⟨ |
〈 |
⟩ |
〉 |
◊ |
◊ |
Basic HTML
Text links, picture links, etc. All of which are very easy to learn.
<a href="YOUR_URL_HERE">Name Your Link Here</a> = You've created a basic link.
<a href="YOUR_URL_HERE" target="_blank">Name Your Link Here</a> = You've created a link that will open in a new window.
<a href="YOUR_URL_HERE"><img src="URL_OF_IMAGE"></a> = You've made an image a link.