<?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>Website Services for Small Businesses &#187; html</title>
	<atom:link href="http://desperatelyseekingwp.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://desperatelyseekingwp.com</link>
	<description>WordPress Specialists creating Websites for Small Business</description>
	<lastBuildDate>Mon, 21 May 2012 19:32:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Easy, Hands-On Tutorials for CSS</title>
		<link>http://desperatelyseekingwp.com/2009/10/easy-hands-on-tutorials-for-css/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easy-hands-on-tutorials-for-css</link>
		<comments>http://desperatelyseekingwp.com/2009/10/easy-hands-on-tutorials-for-css/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:48:09 +0000</pubDate>
		<dc:creator>Cathy Tibbles</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Website Tutorials]]></category>
		<category><![CDATA[Cascading Style Sheet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML editor]]></category>
		<category><![CDATA[Style Sheets]]></category>
		<category><![CDATA[W3Schools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.desperatelyseekingwp.com/?p=1317</guid>
		<description><![CDATA[The w3schools website is where I learned a lot of the beginner Cascading Style Sheet writing.  The Cascading Style Sheets or CSS, is the set of instructions that formats your blog.  All the elements are put on the page with html, and we make them look pretty with CSS. If you head to your admin [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display: block; width: 285px; margin: 1em;">
<div class="wp-caption alignleft" style="width: 285px"><a href="http://commons.wikipedia.org/wiki/Image:CSS.svg"><img title="A graphical depiction of a very simple css doc..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/86/CSS.svg/275px-CSS.svg.png" alt="A graphical depiction of a very simple css doc..." width="275" height="313" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>The w3schools website is where I learned a lot of the beginner Cascading Style Sheet writing.  The Cascading Style Sheets or CSS, is the set of instructions that formats your blog.  All the elements are put on the page with html, and we make them look pretty with CSS.</p>
<p>If you head to your admin panels and look in Appearance&gt;&gt; Editor, and click on the Stylesheet towards the bottom of the list on the right hand side, you will see a page of CSS code.  This code really is not hard to write.  Here&#8217;s an example:</p>
<p>Lets say we want to put a border around a post.</p>
<p>We go to our admin panels, click &#8220;edit&#8221; on the subject post.  Click on the HTML editor.  At the top of the post, put this code:<br />
<code>&lt;div style="border: 1px solid black;"&gt;</code><br />
THAT, my friends is all there is to it!  This example is called &#8220;inline styling&#8221; as it isn&#8217;t written in the stylesheet, but in line with the HTML.  This is only done on the rare occasion and only for one time things.  If you want <em>every </em>post to have a border, then you can do that with one line of code in the stylesheet.</p>
<p>To find out how to get a particular style or where to place the code in a stylesheet check out the <a title="w3schools" href="http://w3schools.com" target="_blank">w3schools website. </a></p>
<p>Isn&#8217;t that just so cool?</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/c138bd59-d173-48f4-8d60-b2837d08e97d/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=c138bd59-d173-48f4-8d60-b2837d08e97d" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution paragraph-reblog"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://desperatelyseekingwp.com/2009/10/easy-hands-on-tutorials-for-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W3Schools Website</title>
		<link>http://desperatelyseekingwp.com/2009/09/w3schools-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=w3schools-website</link>
		<comments>http://desperatelyseekingwp.com/2009/09/w3schools-website/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:08:43 +0000</pubDate>
		<dc:creator>Cathy Tibbles</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.desperatelyseekingwp.com/?p=879</guid>
		<description><![CDATA[This is where I learned most of my css &#38; html coding skills. &#160;It isn&#8217;t a lot of fluff, very little explanation of the code, but a whole lot of charts and examples &#8211; which is how I learn best. &#160;Visit w3schools here. Here is the list of their references: HTML &#38; CSS REFERENCES HTML [...]]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption alignleft" style="width: 213px"><a href="http://w3schools.com"><img alt="W3Schools" src="http://w3schools.com/images/h_logo.gif" title="Visit w3schools for free tutorials." width="203" height="20"></a><p class="wp-caption-text">W3Schools</p></div>This is where I learned most of my css &amp; html coding skills. &nbsp;It isn&#8217;t a lot of fluff, very little explanation of the code, but a whole lot of charts and examples &#8211; which is how I learn best. &nbsp;Visit w<a href="http://w3schools.com" target="_blank">3schools here</a>.</p>
<p>Here is the list of their references:</p>
<p>HTML &amp; CSS<br />
REFERENCES<br />
HTML Tag Reference<br />
HTML Event Reference<br />
HTML Color Reference<br />
XHTML Tag Reference<br />
CSS Reference</p>
<p>XML Languages<br />
REFERENCES<br />
XML DOM Reference<br />
XSL Reference<br />
XSLT Reference<br />
XSL-FO Reference<br />
XPath Reference<br />
XQuery Reference<br />
XLink Reference<br />
Schema Reference<br />
XForms Reference<br />
RDF Reference<br />
RSS Reference<br />
WAP Reference</p>
<p>Browser Scripting<br />
REFERENCES<br />
JavaScript Reference<br />
HTML DOM Reference<br />
VBScript Reference<br />
E4X Reference<br />
WMLScript Reference</p>
<p>Server Scripting<br />
REFERENCES<br />
SQL Reference<br />
ASP Reference<br />
ADO Reference<br />
PHP Reference<br />
ASP.NET Reference<br />
.NET Mobile Reference</p>
<p>Multimedia<br />
REFERENCES<br />
Media Reference<br />
SMIL Reference<br />
SVG Reference<br />
WAP Reference</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/e483879e-642b-4390-82d1-3e1473bb01b3/" title="Reblog this post [with Zemanta]"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=e483879e-642b-4390-82d1-3e1473bb01b3" alt="Reblog this post [with Zemanta]" style="border:none;float:right"></a><span class="zem-script more-related more-info pretty-attribution paragraph-reblog"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://desperatelyseekingwp.com/2009/09/w3schools-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sidebar Fix #2: the &lt; break &gt; tag</title>
		<link>http://desperatelyseekingwp.com/2009/06/sidebar-fix-2-the-break-tag/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sidebar-fix-2-the-break-tag</link>
		<comments>http://desperatelyseekingwp.com/2009/06/sidebar-fix-2-the-break-tag/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:00:18 +0000</pubDate>
		<dc:creator>Cathy Tibbles</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Q & A]]></category>
		<category><![CDATA[break tags]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[line break]]></category>

		<guid isPermaLink="false">http://www.desperatelyseekingwp.com/?p=415</guid>
		<description><![CDATA[This post is the third in a series called, &#8220;Save the Sidebar!&#8221;  Click on the button below to start at the beginning! A lot of you use &#60;br&#62; tags to accomplish a space between sidebar items.  Although this will work, it will interfere with validating your site, it will probably be deprecated pretty soon, AND [...]]]></description>
			<content:encoded><![CDATA[<p>This post is the third in a series called, &#8220;Save the Sidebar!&#8221;  Click on the button below to start at the beginning!</p>
<p style="text-align: center;"><a href="http://www.desperatelyseekingwp.com/2009/05/why-is-my-sidebar-swinging-below-my-content/"><img class="size-full wp-image-416 aligncenter" title="save-the-sidebars" src="http://www.desperatelyseekingwp.com/wp-content/uploads/2009/06/save-the-sidebars.jpg" alt="save-the-sidebars" width="282" height="233" /></a></p>
<p>A <em>lot </em>of you use &lt;br&gt; tags to accomplish a space between sidebar items.  Although this <em>will</em> work, it will interfere with validating your site, it will probably be deprecated pretty soon, AND it doesn&#8217;t make very good use of your time.</p>
<p>Did you know that if you add the proper HTML tags, you can style everything with ONE line in the stylesheet?  &lt;&#8211; if that sounds like complete geekeze to you &#8211; do not fear!  This is only my way of convincing you to do it <em>properly. </em>If the reasons why don&#8217;t make sense to you, then just do it my way &#8217;cause I said somovingrightalong.</p>
<p>So, if you happen to want a line break in between your images, you can REMOVE the &lt;br&gt; tags, and add the proper tags depending on what you are trying to accomplish.  Do you want a new paragraph?  Then use a <a href="http://www.desperatelyseekingwp.com/2009/06/sidebar-fix-1-the-tag/">&lt;p&gt; tag</a>.  Do you want a list of items with each item on its own line?  Then use &lt;li&gt; tags.  M&#8217;kay?</p>
<p>If, <em>in the rare case, </em>you actually do want a &#8216;soft return&#8217; or line break, as opposed to a &#8216;hard return&#8217; or new line, then <em>this </em>is the occasion for a &lt;br&gt; tag.  Here&#8217;s how to use it:</p>
<blockquote><p>As with all other HTML tags, it requires a beginning and an END.  So please, for the love of all your techy friends, use this tag: &lt;br /&gt;.    The line breaking tag doesn&#8217;t surround anything.  Rather it defines an action.  So you can use this, and <em>include </em>the ending slash right in the tag.  This is very similar to the &lt;img&gt; tag.</p></blockquote>
<p>For some reason I can NEVER remember where to put that end slash.  I have to look it up <em>every time</em>!  Anybody have an easy-to-remember trick for me?</p>
<p>Next time &#8211; we discuss what on earth I mean by &lt;li&gt; tags&#8230;</p>
<p>Happy Blogging,</p>
<p>Cathy</p>
]]></content:encoded>
			<wfw:commentRss>http://desperatelyseekingwp.com/2009/06/sidebar-fix-2-the-break-tag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sidebar Fix #1: the &lt; p &gt; tag</title>
		<link>http://desperatelyseekingwp.com/2009/06/sidebar-fix-1-the-tag/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sidebar-fix-1-the-tag</link>
		<comments>http://desperatelyseekingwp.com/2009/06/sidebar-fix-1-the-tag/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:29:55 +0000</pubDate>
		<dc:creator>Cathy Tibbles</dc:creator>
				<category><![CDATA[Q & A]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.desperatelyseekingwp.com/?p=387</guid>
		<description><![CDATA[WordPress is a very user-friendly back-end to your blogs.  The stuff that you enter &#8211; your text, images, videos, comments, go into WordPress&#8217;s engines and they do their &#8220;thing&#8221; to publish it all classy-like.  There are THREE areas of your blog that skip the WordPress engines.  They take your text and publish it directly to [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is a very user-friendly back-end to your blogs.  The stuff that you enter &#8211; your text, images, videos, comments, go into WordPress&#8217;s engines and they do their &#8220;thing&#8221; to publish it all classy-like.  There are THREE areas of your blog that skip the WordPress engines.  They take your text and publish it directly to the WEB.  These are:</p>
<blockquote>
<ul>
<li>
<h3>text widgets</h3>
</li>
<li>
<h3>HTML editor</h3>
</li>
<li>
<h3>theme Editor</h3>
</li>
</ul>
</blockquote>
<p>So, if you use those three areas of your blog, you need to know a thing or two about HTML.  Remember &#8211; whatever you put in those areas will go directly to the web &#8211; it will not get filtered and published by your friendly WordPress engine.   Now, unless you know HTML, you really should NOT be using the html editor in the add-new post screen.  And unless you know css AND html, you should not be tweaking your theme through the theme editor.</p>
<p>The <strong>text widgets</strong> are something that all of us use to one extent or another to put stuff in our sidebars.  We use it for our RSS / feed subscribe buttons, for our twitter buttons, and for any other image or text that we want to put in there.  Unfortunately, those <strong>text widgets </strong>will <span style="text-decoration: underline;"><strong>break your blog</strong></span>.  Let&#8217;s go through the &lt;p&gt; tag to use it properly, and prevent a mishap with an unruly sidebar.</p>
<h3>Lesson #1: the &lt;p&gt; tag</h3>
<p>If you&#8217;ve used a word processor, you know that if you press &lt;enter&gt; key on your keyboard, you get what is called a &#8220;hard return&#8221;.  This creates the space between paragraphs.  If you press the &lt;shift&gt; and &lt;enter&gt; keys, you get a soft return (on a mac, I believe it is &lt;ctrl&gt; and &lt;enter&gt;).  It just moves the curser to the next line without an extra line.</p>
<p>The &lt;p&gt; tag stands for &#8220;paragraph&#8221; and is used in HTML to create a <em>hard return.</em> If your theme is styled correctly, it will create a space between your paragraphs.  To USE html tags, you need to know one thing: <em><span style="text-decoration: underline;">What you start, you must finish,</span></em> without exception.  This is especially true if your theme is written in <em>xhtml</em>.  If you <em>open </em>a paragraph with &lt;p&gt; then you must <em>close </em>it with a &lt;/p&gt;.</p>
<p><strong>Note: If you are typing away and press &#8220;enter&#8221; and get a new paragraph on your screen &#8211; that is a word processor type of function.  HTML is NOT a word processor.  If you want a new paragraph, you have to wrap your text in &lt;p&gt; &lt;/p&gt; tags. </strong></p>
<p><em>For example:</em></p>
<blockquote>
<p style="font-family:courier;">&lt;P&gt; This is my short paragraph.  I am using some shortcuts to show you how to write a paragraph.  For some editors, I really should code the punctuation instead of typing it like I am now. &lt;/p&gt;</p>
</blockquote>
<p>If I did not use the closing &lt;/p&gt; tag, then the internet would assume that <em>everything for the rest of that page </em>was in the same paragraph.  So if you forget to close your sidebar &lt;p&gt; tags, then your sidebar MAY swing to an unexpected position.  If you want to be sure that you don&#8217;t get weird sections all over your page, be sure to <strong>close the html tags</strong> that you use.</p>
<p>I&#8217;ve also seen some people use &lt;p&gt; like a page break or section break.  This is the WRONG use for it.  When some web browsers are reading this type of html it will read it wrong, and your page could be read or displayed with weird sections.</p>
<p>This post is part of a series on Desperately Seeking WordPress called, &#8220;Save the Sidebar!&#8221;  Click here to go to the beginning of the series:</p>
<p style="text-align: center;"><a href="http://www.desperatelyseekingwp.com/2009/05/why-is-my-sidebar-swinging-below-my-content/"><img class="aligncenter size-full wp-image-416" title="save-the-sidebars" src="http://www.desperatelyseekingwp.com/wp-content/uploads/2009/06/save-the-sidebars.jpg" alt="save-the-sidebars" width="282" height="233" /></a></p>
<p>We&#8217;ll cover how to create section breaks and page breaks in our next tutorial:  <strong>Sidebar Fix #2: the &lt;br&gt; tag. </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://desperatelyseekingwp.com/2009/06/sidebar-fix-1-the-tag/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: desperatelyseekingwp.com @ 2012-05-22 00:55:50 by W3 Total Cache -->
