This is G o o g l e's cache of http://www.new2html.com/help/Link.shtml.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.
To link to or bookmark this page, use the following url: http://www.google.com/search?q=cache:UbO5qL1fAPgJ:www.new2html.com/help/Link.shtml+webtv+site:http://www.new2html.com+.shtml&hl=en&ie=UTF-8


Google is not affiliated with the authors of this page nor responsible for its content.
These search terms have been highlighted: webtv 
These terms only appear in links pointing to this page: shtml

New 2 HTML - Optimize Your WebTV
<p align="center"><font size="5" color="#ff0000"><b><B style="color:black;background-color:#ffff66">WebTV</B> JavaScript Bug Alert</b></font></p> <p align="center"><font size="5" color="#ff0000"><b>Reload Page</b></font></p> <p align="center"><font size="5" color="#ff0000"><b><u>CMD + R for 3 Seconds</u></b></font></p> <br /> <br /> <br /> <p align="center"><font face="verdana bold,arial bold,helvetica,sans-serif" color="#000000" size="4">Computer users, this site is designed by and for the <B style="color:black;background-color:#ffff66">WebTV</B>/MSNTV Internet Terminal and may not display or function as intended for you.</font></p> <font face="verdana bold,arial bold,helvetica,sans-serif" color="#000000" size="4"><br /> <img src="1x.gif" width="1" height="300" border="0" alt="spacer image" /></font>
Top Menu Image Map Sitemap Basic HTML Advanced HTML JavaScript WorkCenter TestBed Jump Box Menus Linkables Tips-n-Tricks What's New? Daily Tip


Add A Link With HTML

On this page we will learn how to add a link using HTML. The first thing to remember is HTML is very unforgiving. One misplaced quotation mark, spelling error or extra space in the wrong spot will void the whole code.

The first thing you must have in the top left corner is <HTML>, and you can have nothing in front if it (not even a blank space). <HTML> must be the first thing a browser sees on the page or email, and must also be the first thing in your signature box if you want to
add text or image links.


Text Link

To add a clickable text link you will do this:

  • <a href="http://URL_of_the_page"> This</a> text will be your link
Notice the </a> after the word this. That closes the link. The only space in the link code is after the<a


Image Link

Making an image or picture a clickable link will look like this:

<a href="http://URL_of_the_page_or_sound">
<img src="http://URL_of_image">

An Email Link

To add a clickable email link:

<a href="mailto:TheAddy@wherever.com"> This text</a> is your mail link.

To make an image "become" an email link, it will look like this:

<a href="mailto:TheAddy@wherever.com"> <img src="http://URL_of_image">

It is always best to add size attributes to an image tag, as these will help speed the loading time of your page. To find the size of an image you can use the image sizer on my WebTV Work Center
then add the size to the image tag like this:

<img src="http://URL-of-image" height="?"width="?">

The last thing you have to add to the end of an HTML document is the closing tag of </HTML>

There is 1 visitor online



Search New2HTML.com powered by FreeFind