Here are some HTML tips to get the results you are looking for:

How to Make a URL/Website Address “Linkable”:

<a href=”http://www.YourCompanyName.com/”> http://www.YourCompanyName.com</a>
will make “http://www.YourCompanyName.com” a clickable link.

For Example, http://www.PeiProfit.com/

Just substitute your website address into the above code and now you know how to “link” up a website address.

How to Create an Anchor Text Link:

<a href=”http://www.YourCompanyName.com”> Your Company Name</a> will make Your Company Name” a clickable link.

For Example, Pei’s Plugin Profit Site

You will notice that the two links above point to the same address but appears different. Try clicking on them if you are unsure.

Tips: Use anchor text links sparingly when submitting an article. Many Ezine publishers have anchor text link limitations. At EzineArticles.com, you are only allowed one URL in an article to any one site. Duplicate URLs in an article body could lead to your article being rejected.

How to Make Something Bold:

This code <b>Make my words bold</b> will make the words between the <b></b> code “bold”.

How to Make Something Italic:

This code <i>Make my words italic</i> will make the words between the <i></i> code “italic”.

How to Make Something Underlined:

This code <u>Make my words underlined</u> will make the words between the <u></u> code “underlined”.

How to Make a Bullet Point List:

<ul>
<li>First bullet</li>
<li>Second bullet</li>
<li>Third bullet</li>
</ul>

How to Make a Numbered List:
<ol>
<li>First point</li>
<li>Second point</li>
<li>Third point</li>
</ol>

I hope this is of some help to people who really need some help in basic HTML editing. Just these few techniques can make your articles, blog or website look very different.

If you're new here, you really should subscribe to my blog's Full RSS feed for FREE! You don't want to miss any good deals here! Thanks!

Related Content

Subscribe to the post comments feeds or Leave a trackback