Quick Reference Guide:
HTML Linking
<a href='http://URL here'>Title Of Link</a>
non-breaking space.(moves forward one blank space).
non-breaking space 5x(moves forward 5 spaces).
 
Break (moves to next line)
<br>
new Paragraph
<p>
a Link can now be opened in a New-Tab (and, Outer-Text can be added when dragging cursor over link).
Onclick="window.open(this.href); return false" A title="outer text here"
The Complete linking code (with New-Tab feature & Outer-Text activated.)
<a href='http://URL here' Onclick="window.open(this.href); return false" A title="outer text here" >Title Of Link</a>
a more simple method of opening into new tabs. (slightly less smooth, but it uses less characters).
target="_blank"
This is how it would look when used in a completed example:
<a href='http://URL here' target="_blank" >Title Of Link</a>
This is the more complex method:
Onclick="window.open(this.href); return false"
Outer-Text can be added.
A title="outer text here"
Boldface words
<b>
</b>
underline words
<u>
</u>
script. (Signature)
<em>
</em>
Typewriter style letters & words
<tt></tt>
This Quick Guide can be found on
Next Page [234985]
(Remember: whenever Copy/Pasting the 'New Tab' code,
either,
Onclick="window.open(this.href); return false"
or,
target="_blank"
.....don't forget that it's proper to include an blank space ( ) prior to this code.
<!-- write comments here which are not visible -->
/* personal notes when using CSS */
<textarea rows="5" cols="66">
add text here. etc. etc.
</textarea>
___________________________________________
one final note:
when using these direct links,
double parenthesis may also be used.
This tutorial often showed URL's within single parenthesis.
( ' http:// ' )
<a href='http://URL here'>Title Of Link</a>
or
Perhaps, most websites prefer using Double Parenthesis.
( " http:// " )
<a href="http://URL here">Title Of Link</a>
This material is using the T.E. Shannon Rebuild.
[ Contact Forum Admin ]
Forum timezone: GMT-8 VF Version: 3.00b, ConfDB: Before posting please read our privacy policy. VoyForums(tm) is a Free Service from Voyager Info-Systems. Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.
|
|