Archive for October, 2007

SEOLOGS? Can someone explain this…?

Tuesday, October 30th, 2007
Forum: Google Page Rank Posted By: d-garo Post Time: October 30th, 2007 at 9:10:16 pm

(Advertisement) Virtualize the test lab. VMWare Lab Manager Sign up here for your Free trial of VMware Lab Manager and try it today!

Time delays for new pages

Tuesday, October 30th, 2007
Forum: Google Optimization Posted By: dazfree Post Time: October 29th, 2007 at 6:33:13 pm

(Advertisement) Try VMWare Workstation for Free! Register here. VMware Workstation: The gold standard in desktop virtualization. Click here for your free trial.

Who is this member - spherica? Dirty game

Tuesday, October 30th, 2007
Forum: SEO Professionals Posted By: seoprofs Post Time: October 29th, 2007 at 5:48:21 pm

Which is best? Old domain or new one with better keywords?

Tuesday, October 30th, 2007
Forum: Search Engine Optimization Posted By: blairski Post Time: October 29th, 2007 at 4:51:02 pm

Does keyword discovery give searches for exact or broad matches?

Tuesday, October 30th, 2007
Forum: Keywords Posted By: Disco_Stu Post Time: October 29th, 2007 at 4:40:32 pm

Javascript menu and external linking

Tuesday, October 30th, 2007
Forum: Google Optimization Posted By: Ircika Post Time: October 29th, 2007 at 4:16:43 pm

PR update

Tuesday, October 30th, 2007
Forum: Google Optimization Posted By: Jump Post Time: October 29th, 2007 at 2:51:54 pm

Google Cache

Tuesday, October 30th, 2007
Forum: Google Optimization Posted By: fozail Post Time: October 29th, 2007 at 2:13:25 pm

Should I try and get rid of my paid links?

Tuesday, October 30th, 2007
Forum: Google Optimization Posted By: Jayson Gibson Post Time: October 29th, 2007 at 2:10:44 pm

HTML Code for Formatting Article Submissions

Monday, October 29th, 2007

If you’ve been doing article submissions for a while, you have probably noticed that if you want to do any special formatting, you’re going to have to do it in HTML code. There are a few article directories that allow you to use a WYSIWYG (What You See Is What You Get) editor, but most of them do not.

So in this post I’m going to teach you some of the basic HTML tags that you can use in an article submission if you want to spice it up a little bit.

Before I give you the HTML, I want to make sure that you understand at least the basics of how HTML works. With HTML, there is an opening tag and a closing tag. The opening tag tells the browser to start formatting things the way you want it to, and the closing tag tells it to stop. You need to use both tags each time!

So here are the basic tags you should know:

Bold

<b>text to be bolded</b>

Italics

<i>text to be italicized</i>

Bold and Italics

<b><i>text to be bolded and italicized</i></b>

Unordered List

An unordered list is one that has bullet points, not numbers. So to start one, you have to use <ul>. Then you’ll have your list of items. Before each item, you put the tag <li>, then after each item you put </li>. Once you are done with the whole list, put the tag </ul> to end the list.

Example of code:
<ul><li>Item 1</li>
<li>Item 2</li></ul>

Example of what it looks like:

  • Item 1
  • Item 2

Ordered List

An ordered list is a list with numbers in order next to each item. You do these the same as the unordered list, only you need to open the list with <ol> and close the list with </ol>.

Example of code:
<ol><li>Item 1</li>
<li>Item 2</li></ol>

Example of what it looks like:

  1. Item 1
  2. Item 2

So there you go, that is some basic HTML you’ll want to learn to do some better formatting for your articles.

by Dan Patterson


Created by DesignForWeb company. All rights reserved © 2007-2010. Check also the iPhone / iPad developers blog
Disclaimer
The materials collected in this blog were taken from open access sources. We try our best to preserve the copyrights of original authors and clearly state the authorship as well as link to original source website where it's possible. Please leave your comment if you feel offended by any post or if you dispose of any information about breach of copyright law in this blog. We will do our best to resolve the situation immediately.