<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>XHTML help, using XHTML and CSS</title>
	<link>http://www.xhtmltips.co.uk</link>
	<description>... coding abc ... well formed and valid XML with CSS</description>
	<pubDate>Wed, 25 Feb 2009 15:32:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>CSS Tip: CSS Equivalent to CELLSPACING=0</title>
		<link>http://www.xhtmltips.co.uk/2008/02/20/css-tip-css-equivalent-to-cellspacing0/</link>
		<comments>http://www.xhtmltips.co.uk/2008/02/20/css-tip-css-equivalent-to-cellspacing0/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 14:10:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[HTML help]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2008/02/20/css-tip-css-equivalent-to-cellspacing0/</guid>
		<description><![CDATA[When using the TABLE tag, there are two attributes that are commonly added; cellspacing and cellpadding. For padding, there is an obvious match with the CSS definition padding. Indeed the attribute for padding-top, padding-bottom, padding-left and padding-right  all behave as expected. However there is no directly corresponding property for cellspacing. One might assume that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2008/02/table.jpg" title="table.jpg" alt="table.jpg" align="right" />When using the TABLE tag, there are two attributes that are commonly added; <em>cellspacing </em>and <em>cellpadding</em>. For padding, there is an obvious match with the CSS definition <em>padding.</em> Indeed the attribute for <em>padding-top, padding-bottom, padding-left </em>and <em>padding-right</em>  all behave as expected. However there is no directly corresponding property for <em>cellspacing</em>. One might assume that the <em>margin </em>property would provide the same functionality and layout control, but it does not apply to table cells.</p>
<p> <a href="http://www.xhtmltips.co.uk/2008/02/20/css-tip-css-equivalent-to-cellspacing0/#more-38" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2008%2F02%2F20%2Fcss-tip-css-equivalent-to-cellspacing0%2F&amp;title=CSS+Tip%3A+CSS+Equivalent+to+CELLSPACING%3D0', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2008/02/20/css-tip-css-equivalent-to-cellspacing0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS SHOUTING! - changing text case with CSS.</title>
		<link>http://www.xhtmltips.co.uk/2007/10/24/css-shouting-changing-text-case-with-css/</link>
		<comments>http://www.xhtmltips.co.uk/2007/10/24/css-shouting-changing-text-case-with-css/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 11:16:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/10/24/css-shouting-changing-text-case-with-css/</guid>
		<description><![CDATA[Ever had to wade through pages of text on a website to amend the appearance of titles or paragraph headings, to make sure they all look consistent?
It can be no fun, especially if you have a site which has content added by multiple authors, all with slightly different preferences in typing.
Should text be: ALL UPPERCASE? [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2007/10/oddcase.jpg" title="UPPERCASE, lowercase or MixCase?" alt="UPPERCASE, lowercase or MixCase?" align="left" />Ever had to wade through pages of text on a website to amend the appearance of titles or paragraph headings, to make sure they all look consistent?</p>
<p>It can be no fun, especially if you have a site which has content added by multiple authors, all with slightly different preferences in typing.</p>
<p>Should text be: ALL UPPERCASE? all lowercase? Or Capitalised? With CSS you can define the appearance of text with the text-transform property.</p>
<p> <a href="http://www.xhtmltips.co.uk/2007/10/24/css-shouting-changing-text-case-with-css/#more-47" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F10%2F24%2Fcss-shouting-changing-text-case-with-css%2F&amp;title=CSS+SHOUTING%21+-+changing+text+case+with+CSS.', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/10/24/css-shouting-changing-text-case-with-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Tip - Scrollable DIVs; using overflow, overflow-x and overflow-y</title>
		<link>http://www.xhtmltips.co.uk/2007/10/01/css-tip-scrollable-divs-using-overflow-overflow-x-and-overflow-y/</link>
		<comments>http://www.xhtmltips.co.uk/2007/10/01/css-tip-scrollable-divs-using-overflow-overflow-x-and-overflow-y/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 12:53:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/10/01/css-tip-scrollable-divs-using-overflow-overflow-x-and-overflow-y/</guid>
		<description><![CDATA[An alternative to FRAMES and IFRAMES within a XHTML document where page layout is fixed, but content needs to be within a scrollable area, is to use a DIV and set the CSS attribute &#8216;overflow&#8217;. This is relatively straight forward to do and works in all modern browsers.  In the event that CSS is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2007/10/scrollable_divs.jpg" title="scrollable divs example" alt="scrollable divs example" align="right" />An alternative to <code>FRAMES</code> and <code>IFRAMES</code> within a XHTML document where page layout is fixed, but content needs to be within a scrollable area, is to use a <code>DIV </code>and set the CSS attribute &#8216;overflow&#8217;. This is relatively straight forward to do and works in all modern browsers.  In the event that CSS is disabled or the content is read by a search engine spider, the <code>DIV </code>behaves like any other block level element. This avoids the problem associated with <code>FRAMES </code>and <code>IFRAMES </code>where a search engine does not relate the frame content to the parent page.</p>
<p> <a href="http://www.xhtmltips.co.uk/2007/10/01/css-tip-scrollable-divs-using-overflow-overflow-x-and-overflow-y/#more-45" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F10%2F01%2Fcss-tip-scrollable-divs-using-overflow-overflow-x-and-overflow-y%2F&amp;title=CSS+Tip+-+Scrollable+DIVs%3B+using+overflow%2C+overflow-x+and+overflow-y', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/10/01/css-tip-scrollable-divs-using-overflow-overflow-x-and-overflow-y/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Basics - CSS color / colour codes</title>
		<link>http://www.xhtmltips.co.uk/2007/09/12/css-basics-css-color-colour-codes/</link>
		<comments>http://www.xhtmltips.co.uk/2007/09/12/css-basics-css-color-colour-codes/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 13:22:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/09/12/css-basics-css-color-colour-codes/</guid>
		<description><![CDATA[Black text on a white background can get kind of boring. It looks a little old-school too. Here is how to spice up your site with a little color. There are several color values that you can use

Three digit hex
Six digit hex
Integer
Float

]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2007/09/css_colors.jpg" title="css_colors.jpg" alt="css_colors.jpg" style="margin-right: 10px" align="left" />Black text on a white background can get kind of boring. It looks a little old-school too. Here is how to spice up your site with a little color. There are several color values that you can use</p>
<ul>
<li>Three digit hex</li>
<li>Six digit hex</li>
<li>Integer</li>
<li>Float</li>
</ul>
<p> <a href="http://www.xhtmltips.co.uk/2007/09/12/css-basics-css-color-colour-codes/#more-37" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F09%2F12%2Fcss-basics-css-color-colour-codes%2F&amp;title=CSS+Basics+-+CSS+color+%2F+colour+codes', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/09/12/css-basics-css-color-colour-codes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS basics - font-weight and font-style</title>
		<link>http://www.xhtmltips.co.uk/2007/08/22/css-basics-font-weight-and-font-style/</link>
		<comments>http://www.xhtmltips.co.uk/2007/08/22/css-basics-font-weight-and-font-style/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 09:35:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/08/22/css-basics-font-weight-and-font-style/</guid>
		<description><![CDATA[The appearance of text can be further controlled on webpages with the font-style and font-weight properties which provide the ability to italicize and bold text.
The use of these definitions is a replacement to the deprecated tag &#60;b&#62; and &#60;i&#62;
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2007/08/fonts.jpg" title="CSS fonts" alt="CSS fonts" align="left" hspace="7" />The appearance of text can be further controlled on webpages with the font-style and font-weight properties which provide the ability to <em>italicize</em> and <strong>bold</strong> text.</p>
<p>The use of these definitions is a replacement to the deprecated tag &lt;b&gt; and &lt;i&gt;</p>
<p> <a href="http://www.xhtmltips.co.uk/2007/08/22/css-basics-font-weight-and-font-style/#more-36" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F08%2F22%2Fcss-basics-font-weight-and-font-style%2F&amp;title=CSS+basics+-+font-weight+and+font-style', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/08/22/css-basics-font-weight-and-font-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Basics - font definitions</title>
		<link>http://www.xhtmltips.co.uk/2007/08/06/css-basics-font-definitions/</link>
		<comments>http://www.xhtmltips.co.uk/2007/08/06/css-basics-font-definitions/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 12:46:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/08/06/css-basics-font-definitions/</guid>
		<description><![CDATA[Since font tags are deprecated, CSS should now be used to specify document fonts. There are several properties available of which, the most commonly used are the font-family and font-size.
eg.
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2007/08/fonts.jpg" title="CSS fonts" alt="CSS fonts" align="right" />Since font tags are deprecated, CSS should now be used to specify document fonts. There are several properties available of which, the most commonly used are the font-family and font-size.</p>
<p>eg.</p>
<p><code>font-family: Verdana, Arial, Helvetica, sans-serif;<br />
font-size: 11px;</code></p>
<p> <a href="http://www.xhtmltips.co.uk/2007/08/06/css-basics-font-definitions/#more-35" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F08%2F06%2Fcss-basics-font-definitions%2F&amp;title=CSS+Basics+-+font+definitions', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/08/06/css-basics-font-definitions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Basics - Structure of CSS style definitions.</title>
		<link>http://www.xhtmltips.co.uk/2007/07/24/css-basics-structure-of-css-style-definitions/</link>
		<comments>http://www.xhtmltips.co.uk/2007/07/24/css-basics-structure-of-css-style-definitions/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 10:32:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/07/24/css-basics-structure-of-css-style-definitions/</guid>
		<description><![CDATA[The basic building blocks of CSS are rule sets. Each rule set is comprised of a selector and a declaration block. Each declaration block has zero or more declarations, or styles. Here is a basic rule set:
p {
background-color:#ffcc00;
font-size:120%
}
]]></description>
			<content:encoded><![CDATA[<p>The basic building blocks of CSS are rule sets. Each rule set is comprised of a selector and a declaration block. Each declaration block has zero or more declarations, or styles. Here is a basic rule set:</p>
<p><code>p {<br />
background-color:#ffcc00;<br />
font-size:120%<br />
}</code></p>
<p> <a href="http://www.xhtmltips.co.uk/2007/07/24/css-basics-structure-of-css-style-definitions/#more-34" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F07%2F24%2Fcss-basics-structure-of-css-style-definitions%2F&amp;title=CSS+Basics+-+Structure+of+CSS+style+definitions.', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/07/24/css-basics-structure-of-css-style-definitions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Basics - How to comment CSS style definitions.</title>
		<link>http://www.xhtmltips.co.uk/2007/07/16/css-basics-how-to-comment-css-style-definitions/</link>
		<comments>http://www.xhtmltips.co.uk/2007/07/16/css-basics-how-to-comment-css-style-definitions/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 18:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/07/16/css-basics-how-to-comment-css-style-definitions/</guid>
		<description><![CDATA[One important practice when creating Cascading Style Sheets (CSS) is to include comprehensive comments in the files. This will help to keep things organized and well documented, which is priceless when it comes to maintaining a site for several years, and avoiding future frustration!
This is the basic structure:
/* your comment here */
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2007/08/frustrating_css.jpg" title="Fustration" alt="Fustration" align="right" />One important practice when creating Cascading Style Sheets (CSS) is to include comprehensive comments in the files. This will help to keep things organized and well documented, which is priceless when it comes to maintaining a site for several years, and avoiding future frustration!</p>
<p>This is the basic structure:</p>
<p>/* your comment here */</p>
<p> <a href="http://www.xhtmltips.co.uk/2007/07/16/css-basics-how-to-comment-css-style-definitions/#more-33" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F07%2F16%2Fcss-basics-how-to-comment-css-style-definitions%2F&amp;title=CSS+Basics+-+How+to+comment+CSS+style+definitions.', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/07/16/css-basics-how-to-comment-css-style-definitions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Basics - Where to put the style definitions.</title>
		<link>http://www.xhtmltips.co.uk/2007/06/28/css-basics-where-to-put-the-style-definitions/</link>
		<comments>http://www.xhtmltips.co.uk/2007/06/28/css-basics-where-to-put-the-style-definitions/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 10:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/06/28/css-basics-where-to-put-the-style-definitions/</guid>
		<description><![CDATA[Fundamental to XHTML is the concept of separating presentational elements from structural elements. This is achieved by the use of Cascading Style Sheets (CSS). CSS can be included in  documents in several ways; inline, embedded, and external. It is not recommended to use the inline method for styling documents because it defeats the purpose [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2007/06/css_clip.jpg" title="CSS paper clip" alt="CSS paper clip" align="right" />Fundamental to XHTML is the concept of separating presentational elements from structural elements. This is achieved by the use of Cascading Style Sheets (CSS). CSS can be included in  documents in several ways; inline, embedded, and external. It is not recommended to use the inline method for styling documents because it defeats the purpose of separating presentation from structure. If there is no other alternative, it is possible to include the style attribute on almost any element.</p>
<p> <a href="http://www.xhtmltips.co.uk/2007/06/28/css-basics-where-to-put-the-style-definitions/#more-30" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F06%2F28%2Fcss-basics-where-to-put-the-style-definitions%2F&amp;title=CSS+Basics+-+Where+to+put+the+style+definitions.', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/06/28/css-basics-where-to-put-the-style-definitions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XHTML Basics: Accessibility for tables; captions and summaries</title>
		<link>http://www.xhtmltips.co.uk/2007/06/20/xhtml-basics-accessibility-for-tables-captions-and-summaries/</link>
		<comments>http://www.xhtmltips.co.uk/2007/06/20/xhtml-basics-accessibility-for-tables-captions-and-summaries/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 17:35:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[XHTML tips]]></category>

		<guid isPermaLink="false">http://www.xhtmltips.co.uk/2007/06/20/xhtml-basics-accessibility-for-tables-captions-and-summaries/</guid>
		<description><![CDATA[If you want to create great tables that are understandable in alternative browsers, such as text-only and voice browsers, you’ll want to include table headers. Our accessibility tweaks don’t stop there though. Two more elements that will make your tables more usable and informative are captions and summaries.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xhtmltips.co.uk/category/html-help/" title="HTML help category"><img src="http://www.xhtmltips.co.uk/wp-content/uploads/2007/06/html_help.jpg" title="HTML help, with braille." alt="HTML help, with braille." align="right" border="0" hspace="3" /></a>If you want to create great tables that are understandable in alternative browsers, such as text-only and voice browsers, you’ll want to include table headers. Our accessibility tweaks don’t stop there though. Two more elements that will make your tables more usable and informative are captions and summaries.</p>
<p> <a href="http://www.xhtmltips.co.uk/2007/06/20/xhtml-basics-accessibility-for-tables-captions-and-summaries/#more-28" class="more-link">(more&#8230;)</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=digify&amp;url=http%3A%2F%2Fwww.xhtmltips.co.uk%2F2007%2F06%2F20%2Fxhtml-basics-accessibility-for-tables-captions-and-summaries%2F&amp;title=XHTML+Basics%3A+Accessibility+for+tables%3B+captions+and+summaries', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.xhtmltips.co.uk/2007/06/20/xhtml-basics-accessibility-for-tables-captions-and-summaries/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
