Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 87
0 Users 8 Guests Online

Links; Part 1: Beginners

Start off with

<a href=" ;Begins the link;
link ;The URL you use to connect the link;
"> ;Finish the beginning part, lets you add another word for the link title;
link title ;People click this to go to the link;
</a> ;Ends the link all together;

Example:
<a href="www.rmb-scripting.com">RMB-Scripting</a>

Now.
Trageting:

Code

<a href="www.rmb-scripting.com" target="blank_">RMB-Scripting</a>


Blank_ ;Opens new window (so do alot othes);
Iframe Name ;Opens the link in an Iframe;
Joshua
Author:
Views:
1809
Rating:
There are currently no comments for this tutorial.