George's BlogGeorge Blogs here.
|
How to create a link in html
April 20, 2009 at 5:03 PM by George| To create a link within your website This is the code you need if you are trying to link to a page that is on your site. <a href="page2.html">This is a link</a> Example: This is a link to "newfangled_employee_blogs" Linking to an external site. To make a link that that redirects to an external site, the href must begin with http:// <a href="http://cnn.com" >Link to CNN</a>
Example: This is a link to an external site
If you are specifying more than one item, you must separate each item by a comma (as shown in the example above). |
Tags: link popup
EmailComments (1) Converting special characters and symbols to html
March 28, 2009 at 12:12 PM by George| Link within your website This is the code you need if you are trying to link to a page that on your site. <a href="page2.html">This is a link</a> Example:This is a link to /newfangled_employee_blogs Linking to an external site: To make a link that that redirects to an external site, the href must begin with http:// <a href="http://cnn.com" >Link to CNN</a>
Example:This is a link to an external site
If you are specifying more than one item, you must separate the items by a comma. Test Popup 3 read more... |
Tags: HTML symbols
EmailComments (0) How to call a javascript function from flash.
February 3, 2009 at 9:00 pm by GeorgeHere is a small example of how to call js from flash.
|
Tags: flash javascript
EmailComments (0) 










Share
DIIGO