<?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>The Bright Lines &#187; formatting</title>
	<atom:link href="http://www.thebrightlines.com/tag/formatting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebrightlines.com</link>
	<description>HTML, CSS, Javascript and more</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:00:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Clean up source code fast</title>
		<link>http://www.thebrightlines.com/2009/11/09/clean-up-source-code-fast/</link>
		<comments>http://www.thebrightlines.com/2009/11/09/clean-up-source-code-fast/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:10:06 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[formatting]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=128</guid>
		<description><![CDATA[How to transform incomprehensible HTML code into something nicely formatted and readable.]]></description>
			<content:encoded><![CDATA[<p>Sometimes you just have nothing more than the HTML that your browser gives you when you view the page source. And depending on the level of server side programming the parsed HTML code either looks ordered and readable or like a string of random characters. You can try to format it yourself but there are lots of ways to format HTML code automatically. Here are the ones I use:</p>
<ul>
<li><strong>Dreamweaver</strong> In your menu go to: <code>Commands > Clean Up HTML</code>.</li>
<li><strong>Visual Studio</strong> Select the source code in the editor, right click on the selected code and choose <code>Format selection</code>. Here&#8217;s <a href="http://weblogs.asp.net/scottgu/archive/2006/07/07/Tip_2F00_Trick_3A00_-Custom-formatting-HTML-in-Visual-Web-Developer-and-Visual-Studio-2005.aspx">a nice article from Scott Guthrie that also explains how to configure the source formatting</a>.</li>
<li><strong>HTML Tidy</strong> If could probably list a plethora of programs that (also) do formatting, but I&#8217;ll only mention HTML Tidy since I occasionally use the online version of it on <a href="http://infohound.net/tidy/">HTML Tidy Online</a>.</li>
</ul>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2011/11/21/debugging-less-css/' rel='bookmark' title='Permanent Link: Tips for using and debugging of Less CSS code'>Tips for using and debugging of Less CSS code</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2009/11/09/clean-up-source-code-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

