- Joined
- Apr 28, 2007
- Messages
- 1,104
- Reaction score
- 22
Web Tricks
I'm going to show you some cool webtricks that you can use on your site
You might know but...
1. Linking a picture to a site in a new window, Just use this code to get a link in a picture and change the website link and the picture link:
2. Making a link to the top of the page, this takes you to the top of the page that you are on:
3. making a scrolling text as a link:
Theres a few tricks
I'm going to show you some cool webtricks that you can use on your site

1. Linking a picture to a site in a new window, Just use this code to get a link in a picture and change the website link and the picture link:
Code:
<a href=[COLOR=red]'WEBSITE LINK'[/COLOR] target='_new'><img src=[COLOR=#ff0000]'PICTURE [/COLOR][COLOR=red]LINK'[/COLOR][COLOR=black]border[/COLOR]='3'></a>
2. Making a link to the top of the page, this takes you to the top of the page that you are on:
Code:
<a href="#top">Back to Top</a>
3. making a scrolling text as a link:
Code:
<CENTER>
< MARQUEE><A id="" href="[COLOR=red]YOUR LINK[/COLOR]" target=body><STRONG>[COLOR=red]YOUR SCROLLING MESSAGE[/COLOR]<STRONG></A></STRONG></STRONG></MARQUEE></CENTER>
Theres a few tricks
