VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time ]


Introduction to Basic HTML
Post a New Message Page


Introduction to Basic HTML
Post a message:
This forum requires an account to post.
[ Create Account ]
[ Login ]
Quick Reference Guide:

HTML Linking
<a href='http://URL here'>Title Of Link</a>

non-breaking space.(moves forward one blank space).
&nbsp;

non-breaking space 5x(moves forward 5 spaces).
&emsp;

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 (&nbsp;) 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.