<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Basic lessons in HTML, CGI, SEO, domain registration, hosting - build an on line business! &#187; HTML</title>
	<atom:link href="http://powertoearnmoney.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://powertoearnmoney.com</link>
	<description>Learn to write HTML, CGI, SEO tips, domain setup- to build a website or blog to earn money from home</description>
	<lastBuildDate>Tue, 27 Jul 2010 18:18:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>10 Basic HTML Actions, Pt. 2</title>
		<link>http://powertoearnmoney.com/html/10-basic-html-actions-pt-2/</link>
		<comments>http://powertoearnmoney.com/html/10-basic-html-actions-pt-2/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 15:50:57 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Basic HTML]]></category>
		<category><![CDATA[Marquee Scroll]]></category>
		<category><![CDATA[Prevent a line return]]></category>
		<category><![CDATA[Text Link Color Change]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=1690</guid>
		<description><![CDATA[<p></p>
<p>Continuing our discussion on basic HTML  with items &#8217;6 through 10&#8242; of our &#8217;10 Basic&#8217; HTML actions -  what they do and what to call them should you want to look them up either online or in a reference book.   [Part 1 ]</p>
6.  Want to have &#8216;scrolling&#8217; text on the page without using JAVA?
<p>You can use &#8216;Marquee&#8217; tags to [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1694" href="http://powertoearnmoney.com/html/10-basic-html-actions-pt-2/attachment/manpullingouthair2-2/"><img class="alignright size-full wp-image-1694" title="ManPullingOutHair2" src="http://powertoearnmoney.com/wp-content/uploads/2010/07/ManPullingOutHair21.jpg" alt="" width="152" height="152" /></a></p>
<p>Continuing our discussion on basic HTML  with items &#8217;6 through 10&#8242; of our &#8217;10 Basic&#8217; HTML actions -  what they do and what to call them should you want to look them up either online or in a reference book.   [<a href="http://powertoearnmoney.com/html/10-basic-html-actions/"><strong>Part 1</strong> </a>]</p>
<h3>6.  Want to have &#8216;scrolling&#8217; text on the page without using JAVA?</h3>
<p>You can use &#8216;Marquee&#8217; tags to accomplish this. When using a marquee tag you can define the following attributes:</p>
<ul>
<li>Type (<strong>scroll </strong>- <em>continues across the page and disappears</em>; <strong>slide</strong> &#8211; <em>starts at one side of the screen and stops when it reaches the other side</em>; <strong>alternate</strong> &#8211; <em>text starts at one side and bounces back when it reaches the other side.</em> )</li>
<li>Direction &#8211; which side the text starts from</li>
<li>Loop &#8211; number of times the text will pass across</li>
<li>Scrollmount &#8211; amount of space left between each pass</li>
<li>Scrolldelay &#8211; how much time before text scrolls again</li>
<li>Height</li>
<li>Width</li>
<li>Horizontal space</li>
<li>Vertical Space</li>
<li>Align</li>
<li>Background color</li>
</ul>
<p style="padding-left: 30px; text-align: left;">
<span style="color: #0000ff;"><strong>&lt;marquee width=&#8221;100%&#8221; height=&#8221;15&#8243; scrolldelay=&#8221;175&#8243; behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221; loop=&#8221;infinite&#8221;&gt;<span style="color: #333333;">Sample Scroll </span> &lt;/marquee&gt;<br />
</strong></span></p>
<p><span style="text-decoration: underline;">Note</span>: <em>I&#8217;ve used this method for small graphics but do not recommend it for large images as it would take too long to load.</em></p>
<h3>7.  Want to make an image change when a visitor points at it?</h3>
<p>This is called a &#8216;rollover&#8217;. To accomplish this you can use a <span style="color: #0000ff;"><strong>&lt;onmouseover=document.imagename.scr= &#8220;&gt; </strong></span>tag to show the alternate image and a <strong><span style="color: #0000ff;">&lt;onmouseout=&#8221;document.imagename.scr= &#8220;&gt;</span> </strong>to return them to the original image. To use this code, you would replace the location and name of the image with your own image location and name.</p>
<h3>8.  Want to keep a string of text or numbers together . . . all on the same line?</h3>
<p>This is easily done by placing a &#8216;no return&#8217; tag <span style="color: #0000ff;"><strong>&lt;nobr&gt;</strong></span> at the beginning of the text string and a <span style="color: #0000ff;"><strong>&lt;/nobr&gt;</strong></span> tag at the end.</p>
<p style="padding-left: 30px;">Example: <span style="color: #0000ff;"><strong>&lt;nobr&gt;</strong></span>202-123-4567, PO Box 123, NY, NY 11229<span style="color: #0000ff;"><strong>&lt;/nobr&gt;</strong></span></p>
<p>All of the information above between the &#8217;nobr&#8217; tags will stay on one line. This is effective for telephone number, long URL&#8217;s, item numbers or anything else you don&#8217;t want split.  </p>
<h3>9.  Want to change how your website displays?</h3>
<p>This can be accomplished through the &#8216;sytle&#8217; tag &#8211; <span style="color: #0000ff;"><strong>&lt;style&gt;</strong></span>. If you are using one single table to enclose the whole of the information displayed on the web page, this code will affect the location of that table.</p>
<p>If the first tag  is not a table, but say is an image, i.e., banner - then the image will display based on the <span style="color: #0000ff;"><strong>&lt;style&gt;</strong></span> definitions.</p>
<p>For example,  the code below sets the font face and size (<strong>10px</strong>) used within the body, table column (<em>td</em>) and table headings (<em>th</em>). It also sets the body margins for left, top, right and bottom as well as the background image.  In our example,  all margins are 0.</p>
<p>If you want some &#8216;<em>padding&#8217;</em> space to the left and/or to the top of the table/website contents, then you would change the <strong>0px </strong>to reflect the amount of space you want there.</p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>&lt;style type=&#8221;text/css&#8221;&gt;</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>body,td,th {</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>font-family: Verdana, Arial, Helvetica, sans-serif;</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>font-size: 10px;</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>}</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>body {</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>margin-left: 0px;</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>margin-top: 0px;</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>margin-right: 0px;</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>margin-bottom: 0px;</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>background-image: url(gradient.jpg);</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>}</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>&lt;/style&gt;</strong></span></p>
<h3>10.  Want to display information to the visitor via a text link?</h3>
<p>This is accomplished through the use of a &#8216;<strong>title</strong>&#8216; tag. If you are using an image for a link it&#8217;s easy to add the &#8220;<strong>ALT=</strong> &#8221; tag to give information either about the image or the link to the visitor. The information in the &#8221;<strong>ALT=</strong> &#8220;  tag will be displayed when the cursor is over the image.  However, if you are using <strong>text</strong> links, you will need to use the &#8216;<strong>title</strong>&#8216; tag <em>within</em> the anchor link code to get your message across.</p>
<p>For example,</p>
<p><strong><span style="color: #0000ff;">&lt;a href=&#8221;http://www.yourdomain.com&#8221; title=&#8221;This link will open in a new window&#8221;&gt;</span>Link Text Here</strong> <span style="color: #0000ff;"><strong>&lt;/a&gt;</strong></span></p>
<p>. . . lets the visitor know that when they click on the link &#8220;<em><strong>This link will open in a new window</strong></em> &#8221;.   You can use the &#8216;<strong>title</strong>&#8216; tag for any message you want your visitor to see.</p>
<h3>Conclusion</h3>
<p>Most of the time, finding information on how to perform actions in HTML is easy. If you want information about tables you look under tables, information about links &#8211; look under links&#8230;. but sometimes finding how to do a specific action that doesn&#8217;t seem related to anything can be confusing. </p>
<p>If you&#8217;re dead serious about learning HTML, the <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=Elizabeth%20Castro%20quickstart%20html&amp;tag=texantmal-20&amp;index=books&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325"><span style="color: #ff0000;"><strong>Quick Start Guides by Elizabeth Castro</strong></span></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />  are a quick, easy learn and a much needed addition to your reference library.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowertoearnmoney.com%2Fhtml%2F10-basic-html-actions-pt-2%2F&amp;linkname=10%20Basic%20HTML%20Actions%2C%20Pt.%202"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/html/10-basic-html-actions-pt-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Basic HTML Actions, Part 1</title>
		<link>http://powertoearnmoney.com/html/10-basic-html-actions/</link>
		<comments>http://powertoearnmoney.com/html/10-basic-html-actions/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 23:05:19 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[how to make links change color]]></category>
		<category><![CDATA[No underlined links]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=1645</guid>
		<description><![CDATA[<p>When first beginning to write and use HTML for building websites and in some cases setting-up WP blogs, there are things you may want to do but perhaps find it hard to look up because you don&#8217;t know the &#8216;correct&#8217; name to use for searching.  However, knowing the name of the function (or action) so [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1674" href="http://powertoearnmoney.com/html/10-basic-html-actions/attachment/manpullingouthair/"><img class="alignleft size-full wp-image-1674" title="ManPullingOutHair" src="http://powertoearnmoney.com/wp-content/uploads/2010/07/ManPullingOutHair.jpg" alt="" width="152" height="152" /></a>When first beginning to write and use HTML for building websites and in some cases setting-up WP blogs, there are things you may want to do but perhaps find it hard to look up because you don&#8217;t know the &#8216;correct&#8217; name to use for searching.  However, knowing the name of the function (or action) so you can look it up to get instructions can make things a lot easier.  [ <a href="http://powertoearnmoney.com/html/10-basic-html-actions-pt-2/">Part 2</a> ]</p>
<p>Listed below are ten (10) of the more common HTML tasks you may want more information on . . . along with the name to use when looking them up either online or in a book.    (<em>Actual HTML code is shown in blue</em>.)</p>
<h3>1.  Don&#8217;t want your links underlined?</h3>
<p>There may be times when you want a clean looking page.  One where your links are not underlined. The underlining of a link is part of  <strong>&#8216;Text Decoration&#8217;</strong> and can be addressed from an<strong> </strong><a href="http://powertoearnmoney.com/html/how-to-use-internal-style-sheets/"><span style="color: #800000;"><strong>individual style sheet </strong></span></a>on the page.</p>
<h3>2.  Want the color of a text link to change when the cursor is placed on it?</h3>
<p>You&#8217;ve seen pages where the links change color when the cursor is passed over them. This is called <strong>&#8216;Hover&#8217;</strong> and can also be defined from the individual style sheet. You can assign any color to the hover color using a <a href="http://powertoearnmoney.com/general-information/using-colors-hexadecimal-and-rgb/"><span style="color: #800000;"><strong>hexadecimal color</strong></span></a> definition.</p>
<p>For example,</p>
<p style="padding-left: 30px; text-align: left;"><span style="color: #0000ff;"><strong>&lt;style type=&#8221;text/css&#8221;&gt;</strong></span></p>
<p style="padding-left: 30px; text-align: left;"><span style="color: #0000ff;"><strong>a {text-decoration: none} </strong></span></p>
<p style="padding-left: 30px; text-align: left;"><span style="color: #0000ff;"><strong>a:hover {color: #FF0000}</strong></span></p>
<p style="padding-left: 30px; text-align: left;"><span style="color: #0000ff;"><strong>&lt;/style&gt;</strong></span></p>
<p>In our sample above, we&#8217;ve defined <em>text-decoration </em>as &#8217;none&#8217; (no underlining of links) and our <em>text link as changing color when hovered over </em>by defining a &#8216;hover&#8217; color using hexadecimal colors.</p>
<p>The hover color will be #FF0000 (<span style="color: #ff0000;"><strong>red</strong></span>).   [Our regular text will be black based on the color assigned in the <span style="color: #0000ff;"><strong>&lt;body&gt;</strong></span> tag.  ]</p>
<p>When using <span style="color: #0000ff;"><strong>&lt;style&gt;</strong></span> code to assign link colors, note that it will override the link information in the <span style="color: #0000ff;"><strong>&lt;body&gt;</strong></span> tag. You should also remember if you make any of the link colors (<em>visited or active</em>) the same color as the rest of the page&#8217;s textual content, i.e, black, your visitor most likely will not be able to tell which words are links or which link they&#8217;ve visited. If you decide to have any of the links the same color as the rest of the text on the page, it is a good idea to leave in the <span style="text-decoration: underline;">underlining.</span></p>
<h3>3.  Want to separate a paragraph from the rest of the text and have it stand out?</h3>
<p>You can accomplish this by using a<strong> &#8216;Blockquote&#8217;</strong> tag &#8211; <span style="color: #0000ff;"><strong>&lt;blockquote&gt;</strong></span>. This is not the same as using an indent. Using this tag will not only indent the block of text but also will drop it a line below the text above. Ending the blockquote &#8211; <span style="color: #0000ff;"><strong>&lt;/blockquote&gt;</strong></span>-  will place an empty line below the blockquote text before resuming the normal content.  The image below is a sample of how a blockquote might look.</p>
<p><a title="This link will open in a new window" rel="attachment wp-att-1661" href="http://powertoearnmoney.com/html/10-basic-html-actions/attachment/blockquote/"><img class="aligncenter size-full wp-image-1661" title="This link will open in a new window" src="http://powertoearnmoney.com/wp-content/uploads/2010/07/blockquote.gif" alt="" width="352" height="217" /></a></p>
<p>Notice how the message &#8220;This link will open is a new window&#8221; displays when you place your cursor over the image.   (This is discussed in Item 10, Part 2)</p>
<h3>4.  Want to include a straight line on the page without having to use a graphic?</h3>
<p>Do this by using a <strong>&#8216;Horizontal Rule&#8217;</strong>. It can be defined by</p>
<ul>
<li>Alignment</li>
<li>Color</li>
<li>Size</li>
<li>Width</li>
<li>and more</li>
</ul>
<p>You should know that the width can be designated either as a percentage of the total space available or in pixels. </p>
<p>For example,  you want a horizontal rule (HR) within a table that has a width of 500 pixels.  The maximum width (100%) that the HR could be would be the defined table width of  500 pixels.  If you wanted a HR that was 50% of the table width, it would result in your HR being 250 pixels wide. However, if the HR is outside the table in a &#8216;stand-alone&#8217; situation and is assigned a 100% width &#8211; then it would span the entire screen. </p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>&lt;hr align=&#8221;center&#8221; noshade width=&#8221;100%&#8221; size=&#8221;5&#8243; color=&#8221;#FF0000&#8243;&gt;</strong></span></p>
<h3>5.  Want to make various parts of an image link to multiple pages?</h3>
<p>This is called an <strong>&#8216;Image Map&#8217;</strong> . Images can be used for multiple links by making different areas of the image active links. The areas of the image can be defined in different shapes including:</p>
<ul>
<li>Rectangular</li>
<li>Circle</li>
<li>Irregular</li>
</ul>
<p>This is accomplished by giving the image a &#8216;map&#8217; name  within the <span style="color: #0000ff;"><strong>&lt;img src= &gt;</strong></span>tag  and then creating a &#8216;map&#8217; on the same page with the same name that defines the clickable areas and names the pages they link to.  Want to learn how to create an image map?</p>
<h2 style="text-align: center;"><a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=HTML%20Elizabeth%20Castro&amp;tag=texantmal-20&amp;index=books&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325"><span style="color: #ff0000;">Get HTML Quick Start Guides &#8211; Learn from Pictures</span></a><span style="color: #ff0000;"><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /></span></h2>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowertoearnmoney.com%2Fhtml%2F10-basic-html-actions%2F&amp;linkname=10%20Basic%20HTML%20Actions%2C%20Part%201"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/html/10-basic-html-actions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips &amp; Tricks &#8211; HTML, Graphics &amp; WordPress</title>
		<link>http://powertoearnmoney.com/general-information/tips-tricks-html-graphics-wordpress/</link>
		<comments>http://powertoearnmoney.com/general-information/tips-tricks-html-graphics-wordpress/#comments</comments>
		<pubDate>Tue, 04 May 2010 01:04:36 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[General Information]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[HTML Hints]]></category>
		<category><![CDATA[HTML Tips]]></category>
		<category><![CDATA[Image Tips]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=1285</guid>
		<description><![CDATA[<p>&#8230;..</p>
<p>&#8230;..</p>
<p>Regardless of what we&#8217;re doing, most of us try to find shortcuts along the way to help make the job easier. Maintaining a website and blog are no different.  However, if you haven&#8217;t started thinking about shortcuts, I&#8217;ve listed some of my favorites below to help get you started.</p>
<p>&#8230;..</p>
HTML Time Savers

Create templates for HTML pages, tables [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1286" href="http://powertoearnmoney.com/general-information/tips-tricks-html-graphics-wordpress/attachment/tips/"><img class="alignleft size-full wp-image-1286" title="tips" src="http://powertoearnmoney.com/wp-content/uploads/2010/05/tips.jpg" alt="" width="152" height="130" /></a><span style="color: #ffffff;">&#8230;..</span></p>
<p><span style="color: #ffffff;">&#8230;..</span></p>
<p>Regardless of what we&#8217;re doing, most of us try to find shortcuts along the way to help make the job easier. Maintaining a website and blog are no different.  However, if you haven&#8217;t started thinking about shortcuts, I&#8217;ve listed some of my favorites below to help get you started.</p>
<p><span style="color: #ffffff;">&#8230;..</span></p>
<h4>HTML Time Savers</h4>
<ol>
<li><strong>Create templates for HTML pages</strong>, tables or blocks of text you plan on using repeatedly.</li>
<li><strong>Use the   <span style="color: #0000ff;">&lt;!&#8211; &#8211;&gt;   </span>tag to embed information</strong> in the web page. This information can be anything &#8211; inventory number, location of item; information relevant to your advertisers, or you may want to save page details such as alternate background color, font names, etc.</li>
<li><strong>Use <span style="color: #0000ff;">&lt;center&gt; &lt;/center&gt;</span> tags</strong> for each block of text, table, etc. that is to be centered. This may seem excessive, but when I want to move or delete something, I don&#8217;t have to worry if doing so will impact the overall layout of the remainder of the page.</li>
<li><strong>Use pixel shims or transparent images as spacers</strong>- or when needing visual help in laying out a table.</li>
<li><strong>Use &#8216;Control + A&#8217; to view everything on a page</strong>. This is helpful if you&#8217;ve used hidden letters, numbers or punctuation marks in the same color as the background to create negative space.      <strong><em>Note:</em></strong>  <em>Do not use this technique to place &#8216;hidden&#8217; links &#8211; those links to your other pages or websites that are the same color as the background so as not to be visible to the eye &#8211; to try and boost your search engine rankings. It&#8217;s a definite no-no.</em></li>
<li><strong>If you&#8217;re having trouble laying out a table</strong>, using a border to see where the columns and rows are makes finding mistakes easy. Once you&#8217;ve fixed the problem and have the table like you want, remove the border.</li>
</ol>
<h4>GRAPHICS Tips</h4>
<ol>
<li><strong>Use layers for building complex images or graphics</strong> with multiple elements. It is much easier to change one layer than re-create the whole graphic.</li>
<li><strong>Save both the multi-layered original and one-layer finished images</strong>. And while you&#8217;re at it, use the same name for both only end the layered image with a unique notation such as psp. (This is the file extension for Paint Shop Pro that designates a layered image.) Using the same name makes it easy to find both images if you need to make changes, and at the same time be able to easily tell the difference.</li>
<li><strong>When using layers, include one informational layer</strong> that contains the hexidecimal colors and the font names used. By doing this, you&#8217;ll always have the correct information for making any changes. Unless you only use one font or are very familiar with the font names, it can be difficult to remember which font was used.</li>
</ol>
<h4>Word Press Tips</h4>
<ol>
<li> <strong>Use HTML tables to include rows, columns in a post</strong>. To do this you will need to select HTML rather than Visual.</li>
<li><strong>Use tables to include sections with a different background color</strong>. This is good to highlight a section or advertisement.</li>
<li><strong>Use dots for additional spacing or lines in your WP blog</strong>. To do this, place the dots where you want the extra spaces or additional lines, and then make them the same color as the background. This allows you to include extra lines to space pictures or text &#8211; or place more space between words if desired.</li>
</ol>
<p style="padding-left: 60px;">This is a non-spaced line, do you see any dots?</p>
<p style="padding-left: 60px;">This is a spaced line.<span style="color: #ffffff;"> &#8230;&#8230;..<span style="color: #000000;">Do </span></span>you see the dots?</p>
<p>[<em><strong>Note</strong>:    To see the dots I used to put space in the second line above, hold the Control key + A at the same time and the dots will appear</em>. ]</p>
<h4>Conclusion</h4>
<p>Develop your own shortcuts and time-savers and put them in a single folder where you will be able to find them quickly and easily. If you prefer keeping the shortcuts and templates in multiple folders, you may find keeping a single Word Pad document with notes and locations helpful.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowertoearnmoney.com%2Fgeneral-information%2Ftips-tricks-html-graphics-wordpress%2F&amp;linkname=Tips%20%26%23038%3B%20Tricks%20%26%238211%3B%20HTML%2C%20Graphics%20%26%23038%3B%20WordPress"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/general-information/tips-tricks-html-graphics-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Header Elements in (X)HTML</title>
		<link>http://powertoearnmoney.com/html/how-to-use-header-elements-in-xhtml/</link>
		<comments>http://powertoearnmoney.com/html/how-to-use-header-elements-in-xhtml/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 22:39:33 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[H1 tags]]></category>
		<category><![CDATA[How to use header elements]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=1116</guid>
		<description><![CDATA[<p>Header elements are those tags used on an XHTML or HTML  page that provide the bold, large font headings. Using header elements you can have up to six (6) levels of hierarchical headers. The tag for a header element would look like: &#60;Hn&#62; &#60;/Hn&#62; &#8211; where the &#8221; n &#8221; would be replaced with a [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1131" href="http://powertoearnmoney.com/html/how-to-use-header-elements-in-xhtml/attachment/headerelementsh1/"><img class="alignleft size-full wp-image-1131" title="headerelementsh1" src="http://powertoearnmoney.com/wp-content/uploads/2010/04/headerelementsh1.jpg" alt="" width="156" height="118" /></a>Header elements are those tags used on an XHTML or HTML  page that provide the bold, large font headings. Using header elements you can have up to six (6) levels of hierarchical headers. The tag for a header element would look like: &lt;Hn&gt; &lt;/Hn&gt; &#8211; where the &#8221; n &#8221; would be replaced with a 1, 2, 3, 4, 5 or 6 depending on the level of header you want to create. Since these headers are considered hierarchical dividers for a page, they should be used consistently.</p>
<p><span style="color: #ffffff;">&#8230;.</span></p>
<p><span style="color: #ffffff;">&#8230;.</span></p>
<p style="padding-left: 30px;"><strong>For example</strong>:   You have a page that lists restaurants for all the cities in your state. Your &lt;H1&gt; element might be the city name, the &lt;H2&gt; element might be the type of food,i.e., Italian, and the &lt;H3&gt; element might be the restaurant name itself.</p>
<p>In this example, for each city listed on the page you would use an &lt;H1&gt; tag for the city, an &lt;H2&gt; tag for each type of  food and and &lt;H3&gt; element for each restaurant.</p>
<p>The only &#8216;rule&#8217; about headers is that the higher the level, the smaller the number, and the more prominently it should be displayed. Major browsers currently display header elements in &#8216;Times New Roman, bold-face&#8217; at 24, 18, 14, 12, 10 and 8 pixels (9 on a Mac), respectively.</p>
<h3>Formatting Header Elements</h3>
<p>What if you want  change the way the header element looks? Or perhaps you want to use a single header element for search engines purposes &#8211; there&#8217;s more about this below &#8211;  but you don&#8217;t want the large, bold font to display? Easy, you use styles to format the header element. You can change or assign:</p>
<ul>
<li>Font face</li>
<li>Font color</li>
<li>Font size</li>
<li>Italics</li>
<li>Underline</li>
<li>Remove bolding</li>
</ul>
<p style="padding-left: 30px;"><strong>For Example:</strong> <span style="color: #0000ff;"><strong>&lt;H1&gt;</strong></span>This is my main header<span style="color: #0000ff;"><strong>&lt;/H1&gt;</strong></span> &#8211; will display Times New Roman, bold-face, font size: 24</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;H1&gt;&lt;font face=&#8221;arial&#8221; color=&#8221;#ff000&#8243; size=&#8221;3px&#8221; font-weight=&#8221;normal&#8221; &gt;</strong></span>This is my main header<strong><span style="color: #0000ff;">&lt;/font&gt;&lt;/H1&gt;</span> </strong>- will display in Arial, red lettering, font size: 3, unbolded</p>
<p>&#8230; this gives you the strength of using a header element but allows you to tailor it to fit the look you want.</p>
<p><strong><em>Note:</em></strong> The tags to change the way the header element displays are <strong><span style="text-decoration: underline;">inside</span></strong> of the &lt;Hn&gt; &lt;/Hn&gt; tags. Tags to underline or italicize should also be <span style="text-decoration: underline;"><strong>inside</strong></span> the header tags.</p>
<h3>How to Link a Header Element</h3>
<p>Header elements are an effective way to navigate from page to page, especially when you want to direct the visitor to a specific place on a particular page.</p>
<p>You would link a header element using the same method for creating an <a href="http://powertoearnmoney.com/html/5-common-types-of-links-website-blog/"><span style="color: #ff0000;"><strong>&#8216;anchor&#8217; link</strong></span></a>, making sure the link information is placed within the &lt;Hn&gt; and &lt;/Hn&gt; tags.</p>
<p style="padding-left: 30px;">For example:  <span style="color: #0000ff;"><strong>&lt;H1&gt;&lt;a name=&#8221;link_name&#8221;&gt;</strong></span>Main Header<span style="color: #0000ff;"><strong>&lt;/a&gt;&lt;/H1&gt;</strong></span></p>
<h3>How to Align a Header Element</h3>
<p>If you want to define the alignment of a header element, this can be done within the opening header tag. The header element can be aligned right, left or center by typing the information in the opening tag.</p>
<p style="padding-left: 30px;"><strong>For example:</strong> <span style="color: #0000ff;"><strong>&lt;H1 align=&#8221;center&#8221;&gt;</strong></span>This is my main header<span style="color: #0000ff;"><strong>&lt;/H1&gt;</strong></span> &#8211; would align the header in the center of the page. To align it left or right, just replace the &#8216;center&#8217; with one of the other locations *. </p>
<p>* If you have aligned the text in the <a href="http://powertoearnmoney.com/html/how-to-use-internal-style-sheets/"><span style="color: #ff0000;"><strong>individual page style sheet</strong></span></a>, that alignment will take precedence over the alignment assigned in the tag itself. (see below)</p>
<h3>Header Elements in Style Sheets</h3>
<p>Individual page <a href="http://powertoearnmoney.com/html/how-to-use-internal-style-sheets/"><strong><span style="color: #ff0000;">style sheets</span> </strong></a>can be used to define the header elements rather than have to code each element individually. The style sheet below sets the attributes for header elements 1 and 2 such that they will display as:</p>
<ul>
<li>Font face &#8211; Arial</li>
<li>Font size &#8211; 10 px</li>
<li>Font weight &#8211; Normal (no bolding)</li>
</ul>
<p><span style="color: #0000ff;"><strong>&lt;style type=&#8221;text/css&#8221;&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"> </span><span style="color: #0000ff;"><strong>h1 {</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>font-family: Arial;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>font-size: 10px;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>font-weight: normal;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>}</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>h2 {</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>font-family: Arial;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>font-size: 15px;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>font-weight: normal;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>}</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>&lt;/style&gt;</strong></span></p>
<p>Using  a style sheet is particularly effective if you plan on using numerous header elements on one page.</p>
<h3> Conclusion (&amp; Search Engines)</h3>
<p>Make use of header elements to divide your page into hierarchical sections for easier viewing and navigation.  It should be noted that header elements are an effective tool for helping search engine ranking.  For this reason, you always want to use good key words for the header elements whenever possible.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowertoearnmoney.com%2Fhtml%2Fhow-to-use-header-elements-in-xhtml%2F&amp;linkname=How%20to%20Use%20Header%20Elements%20in%20%28X%29HTML"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/html/how-to-use-header-elements-in-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Common Types of Links &#8211; Part 2</title>
		<link>http://powertoearnmoney.com/html/5-common-types-of-links-part-2/</link>
		<comments>http://powertoearnmoney.com/html/5-common-types-of-links-part-2/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 00:45:10 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=1088</guid>
		<description><![CDATA[Email Links 
<p>When used on a page, these links make an email address, image, word or string of text an active email  by clicking on it. This allows visitors to send an email to a targeted email address directly from the page. This is particularly useful if you want to have a professional looking email associated with the domain.  [...]]]></description>
			<content:encoded><![CDATA[<h4><a rel="attachment wp-att-1089" href="http://powertoearnmoney.com/html/5-common-types-of-links-part-2/attachment/5links-2/"><img class="alignright size-full wp-image-1089" title="5links" src="http://powertoearnmoney.com/wp-content/uploads/2010/04/5links1.jpg" alt="" width="178" height="179" /></a>Email Links </h4>
<p>When used on a page, these links make an email address, image, word or string of text an active email  by clicking on it. This allows visitors to send an email to a targeted email address directly from the page. This is particularly useful if you want to have a professional looking email associated with the domain.  You can then forward the &#8216;dummy&#8217; email to your primary email  address.  This is easily accomplished  via the <a href="http://powertoearnmoney.com/hosting-website-hosting/how-to-use-the-cpanel/"><span style="color: #ff0000;"><strong>Host Gator cPanel</strong></span></a><strong>.</strong>  </p>
<p><span style="color: #ffffff;">&#8230;&#8230;..</span></p>
<p><span style="color: #ffffff;">&#8230;&#8230;&#8230;</span></p>
<p style="padding-left: 30px;"><em>For example</em>: <span style="color: #0000ff;"><strong>&lt;a href=&#8221;mailto:requestinfo@yourdomain.com&#8221;&gt;</strong></span><span style="text-decoration: underline;">Contact Us</span><span style="color: #0000ff;"><strong>&lt;/a&gt;</strong></span></p>
<p>In this example, when the visitor clicks on &#8216;Contact Us&#8217;, an email form will open with the address:  <em>requestinfo@yourdomain.com.   </em>They can then fill in the form and send.  Looks better than <span style="color: #000000;"><a href="mailto:johnny@yahoo.com"><em>johnny@yahoo.com</em></a></span><span style="color: #000000;"><em>.   </em>And when forwarded, you can read all your emails from one main account.  </span></p>
<h4>Permalinks</h4>
<p>These &#8216;links&#8217; are associated with blogging &#8211; and, are not a link in the traditional sense in that you do not place this link within the body of the blog.  </p>
<p>Permalinks are the links to specific posts where the post is given a unique URL &#8216;link&#8217;, i.e. name. This link is used to locate the post once it has left the front page of the blog and is archived. While the permalink is unique, it is not particularly human friendly. Changing the <em>permalink</em> setting to make it not only search engine friendly, but also human friendly is a good idea.</p>
<p>The original URL assigned to a post typically contains the site name, digits for the year, month and day followed by the post name. While this information uniquely defines the post, it is not &#8216;search engine friendly&#8217; in that it does not contain any keywords that can be used for searching &#8211; nor is it  pleasing to the human eye.</p>
<p style="padding-left: 30px;"><em>For example</em>:  A post that has not had the Permalinks re-defined might look something like</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>http://yourblog.com/2009/03/28/blogtitlehere/ </strong></span></p>
<p style="padding-left: 30px;">&#8230; giving little information for searching  and offering no information as to category or content.</p>
<p>However, if the blog&#8217;s <em>permalinks</em> have been re-defined via &#8216;Permalinks&#8217; in the blog Dashboard, then the link would look like:</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>http://yourblog.com/categoryname/blogposttitle/ </strong></span></p>
<p>&#8230;.. allowing for a searchable keyword to be used in the category space rather than a string of numbers. Also, by using keywords in the post title, not only will the search engine results will be more accurate but also when the post URL is viewed in the address bar, it will make more sense.</p>
<h4>Changing Permalinks</h4>
<p>To change the permalinks, go to the Permalink page located in the blog Dashboard.  From this page select &#8216;Custom Structure&#8217;, and then copy and paste in the code below making sure to &#8216;Save Changes&#8217; once you&#8217;re through.</p>
<p>The following code will re-define Word Press Permalinks to show the category and post name in the address bar:</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>/%category%/%postname%/</strong></span></p>
<h4><span style="color: #0000ff;"><span style="color: #000000;">Conclusion</span></span></h4>
<p>The use of links is an important part of building websites -and blogs,  in that the more easily visitors can navigate the pages of your website (and blog)  they will probably stay longer which translates to a better opportunity to sell your product.   One last thought, when linking, include <em>Deep Links</em> to  pages other than the home page.  This helps in getting those pages ranked &#8211; which in turn adds relevance to the whole website.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowertoearnmoney.com%2Fhtml%2F5-common-types-of-links-part-2%2F&amp;linkname=5%20Common%20Types%20of%20Links%20%26%238211%3B%20Part%202"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/html/5-common-types-of-links-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
