Web Tricks Using HTML

Status
Not open for further replies.
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 :D 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:

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 :D
 
this arnt tricks.. just basic html...

Yes, and I know this thread was moved, but this isn't the right place to post this sort of thing, unless it is super amazing, and this doesn't cut it. It isn't even valid to create a new window (in strict) or to have a marquee, so I will lock this thread.
 
Status
Not open for further replies.
Back