 |
Preview |
 |
|
 |
Publish |
 |
|
 |
Photo Manager |
 |
|
 |
Add Meta Tags |
 |
| |
Want to increase your Search Engines Ranking? Fill out the Meta Tags Generator to insert the meta tags into your website automatically.
Click HERE |
|
|
|
|
 |
Add Mailing List |
 |
| |
Mailing System Add mailing list function to your website to allow visitors to sign up as your member from your website |
|
|
|
|
 |
Create Your Own Template |
 |
| |
Create your own template For more experienced users, you can upload your own website top banner, side navigation and page background |
|
|
|
|
|
|
Add HTML : Creating hyperlink
Want to know how to create hyperlink in your webcreator ?
What is hyperlink ?
Hyperlink is an image or portion of text on a Web page that is linked to another Web page, either on the same site or in another Web site. Clicking on the link will take the user to another Web page, or to another place on the same page. Words or phrases which serve as links are underlined, or appear in a different color, or both. Images that serve as links have a border around them, or they change the cursor to a little hand as it passes over them.
HTML Achor Tag :
| <A HREF ="URL">Name/Text</A> (not case sensitive) |
|
What is HREF ?
The HREF attribute indicates either the URL of the destination page or another anchor in the same document. If the HREF attribute is present the text between the opening and closing elements is designated as a hyperlink, which when "clicked" by the user, will invoke the web page defined by the URL or will go to the appropriate document anchor.
Some example:
1) HTML tag :
| <A HREF="http://www.eonenet.com"> Click Here </A> |
|
Output :
2) HTML tag :
| <A HREF="http://www.internetmarketingcoaching.com">Best Internet Marketing Coach</A> |
|
Output :
|