Home!
Personal Accounts
Business Accounts

Web Hosting
bar
Support
Members
Search
Contact Info
bar
SYIXTalk
Clicklist
SYIXMail
SYIXWeather
TV Listings


TOOLS | LAYOUT | LINKING | UPLOADING | COUNTER | MAIL TO

Within a webpage (website) to set-up a link to another webpage the process is simple. take the examples below, the viewable text is red the linking code is in blue. Most Editors will allow you to simply highlight the selected area of text and set-up a link by using the tool bar buttons on the top / bottom of the editor


Example #1 (Simple Link)
Website Assistance Tools
the actual source code is:

<a href="/support/wat.htm">Website Assistance Tools</a>
The above link will only work within a specific website. To link to an outside website you must include the entire URL into the href=


Example #2 (Remote Link)
Our Provider
the actual source code is:
<a href="http://www.syix.com">Our Provider</a>


Example #3 (Graphical Link)
The below image is linked to the main syix.com website
6isp(1).gif (1606 bytes)

the actual source code is:
<a href="http://www.syix.com"><img src="http://www.syix.com/images/6isp1.gif" alt="6isp(1).gif (1606 bytes)" border="0" WIDTH="200" HEIGHT="40"></a>

The border="0" setting removes any blue / link color from around the selected image. The example above also demonstrates how to include an image into a site. (the red code)

SYIX.COM WEBSITE LINKING