<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with formatting and html</title>
      <link>http://ask.metafilter.com/tags/formatting+html</link>
      <description>Questions tagged with 'formatting' and 'html' at Ask MetaFilter.</description>
	  <pubDate>Wed, 27 Feb 2013 08:32:30 -0800</pubDate> <lastBuildDate>Wed, 27 Feb 2013 08:32:30 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How to replace non-ascii characters with HTML entities?</title>
	<link>http://ask.metafilter.com/236153/How%2Dto%2Dreplace%2Dnonascii%2Dcharacters%2Dwith%2DHTML%2Dentities</link>	
	<description>I&#8217;m currently working on an international project and need to format documents written in German, Polish and Croatian for use on the web. What is the quickest way to convert all the non-ASCII characters into the relevant character entity? Some sort of web form would be my ideal solution, but I&#8217;d settle for a freeware program.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.236153</guid>
	<pubDate>Wed, 27 Feb 2013 08:32:30 -0800</pubDate>
	<category>ascii</category>
	<category>characterentities</category>
	<category>characters</category>
	<category>croatian</category>
	<category>deutsch</category>
	<category>diacritics</category>
	<category>formatting</category>
	<category>german</category>
	<category>hrvatski</category>
	<category>html</category>
	<category>international</category>
	<category>polish</category>
	<category>polski</category>
	<category>specialcharacters</category>
	<category>unicode</category>
	<category>web</category>
	<dc:creator>the latin mouse</dc:creator>
	</item>
	<item>
	<title>Application to Turn External CSS to Inline</title>
	<link>http://ask.metafilter.com/52882/Application%2Dto%2DTurn%2DExternal%2DCSS%2Dto%2DInline</link>	
	<description>Is there an online application that will take an HTML page with an external stylesheet and make the styles inline?  e.g. style=&quot;color:#000000&quot; I run into this a lot for creating newsletters, and would love to have something that could parse it all without me having to do it manually.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.52882</guid>
	<pubDate>Mon, 11 Dec 2006 11:56:00 -0800</pubDate>
	<category>code</category>
	<category>css</category>
	<category>formatting</category>
	<category>html</category>
	<category>inline</category>
	<dc:creator>destro</dc:creator>
	</item>
	<item>
	<title>Web publishing and paper publishing the same resume without double work?</title>
	<link>http://ask.metafilter.com/34623/Web%2Dpublishing%2Dand%2Dpaper%2Dpublishing%2Dthe%2Dsame%2Dresume%2Dwithout%2Ddouble%2Dwork</link>	
	<description>I have a resume in Microsoft Word that I use to print and an HTML resume online.  Every time I update my resume, I have to do it by hand twice.  How do I cut my work in half? Right now I have a resume in Microsoft Word, and am thinking of moving it to Indesign to have better control over the formatting.&lt;br&gt;
&lt;br&gt;
I also have hand copied that resume&apos;s formatting and content over to my website using a layout grid in Golive (looking at the html generated, it seems to be a bunch of tables, rather than CSS or anything).  &lt;br&gt;
&lt;br&gt;
Is there any way to just work on this resume in one program?  I realize I can export to pdf and link that, but I hate looking at PDFs in a browser, and it just introduces too many problems for potential clients.&lt;br&gt;
&lt;br&gt;
I&apos;ve looked around the MeFi threads about pdf--&amp;gt;html converters or .doc--&amp;gt;html converters that don&apos;t cause problems, but haven&apos;t found any good options.&lt;br&gt;
&lt;br&gt;
I&apos;m on a mac.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.34623</guid>
	<pubDate>Sat, 18 Mar 2006 15:47:37 -0800</pubDate>
	<category>doc</category>
	<category>formatting</category>
	<category>html</category>
	<category>pdf</category>
	<category>resume</category>
	<dc:creator>sdis</dc:creator>
	</item>
	<item>
	<title>Carriage Returns in Excel</title>
	<link>http://ask.metafilter.com/32460/Carriage%2DReturns%2Din%2DExcel</link>	
	<description>It&apos;s not how I&apos;d choose to spend my Friday evening, but for the last few hours, I&apos;ve been trying to replace carriage returns that have turned up in an Access and Excel file, and drawing a blank. I&apos;ve done a thorough search of the archive, and I don&apos;t think this has come up before. I&apos;ve also googled around and looked at specialist forums to no avail.&lt;br&gt;
&lt;br&gt;
So, someone&apos;s kindly entered the text of about 200 articles into an Access database. They&apos;re destined for a website. Each one is paragraphed with what I assume are standard carriage returns which I need to turn into html paragraphs. (Once this is done, I plan to somehow import them articles and their metadata into the right columns of a mysql database.)&lt;br&gt;
&lt;br&gt;
At the moment, I&apos;m working on this data in Excel, which was the only way I could find to access it on my Mac. I&apos;m also more au fait with Excel than Access.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried a find and replace on the column of article texts, only to find that there&apos;s no way to tell Excel to find a return.&lt;br&gt;
&lt;br&gt;
Another horrible hack I thought up was to use &apos;Text to Columns&apos; using the returns as a delimiter. I could then have inserted tags and concatenated the new columns back together. Again I found no way to specify the return as a delimiter.&lt;br&gt;
&lt;br&gt;
I found &lt;a href=&quot;http://www.excelforum.com/archive/index.php/t-332280.html&quot;&gt;this&lt;/a&gt; note on a way to specify character codes, but I couldnt&apos; make it work in these two cases. Are Mac character codes different?&lt;br&gt;
&lt;br&gt;
I tried to use these character codes by adding a column next to the article text column (which is column K) with this formula:&lt;br&gt;
=SUBSTITUTE(K2,CHAR(010),&quot;&lt;/p&gt;&quot;)&lt;br&gt;
&lt;br&gt;
Again, no dice. It makes no substitutions at all.&lt;br&gt;
&lt;br&gt;
Finally, I saved as a .csv, opened it in Textwrangler, and used an appropriate regular expression. It made the changes, but then I couldn&apos;t open the file in Excel. Something about a Sylk error.&lt;br&gt;
&lt;br&gt;
If there&apos;s a simple way to do this in Access that I missed, I could go back to that.&lt;br&gt;
&lt;br&gt;
Am I going to have to use VBA? There&apos;s a suggestion at the foot of &lt;a href=&quot;http://www.gossamer-threads.com/forum/General_C8/Databases_and_SQL_F36/Delete_Carriage_return_query_P259718/&quot;&gt;this thread&lt;/a&gt;, but I don&apos;t know how to make it work.&lt;br&gt;
&lt;br&gt;
As always, I&apos;ll be very grateful for any help at all.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.32460</guid>
	<pubDate>Fri, 10 Feb 2006 14:02:14 -0800</pubDate>
	<category>access</category>
	<category>excel</category>
	<category>formatting</category>
	<category>html</category>
	<category>visualbasic</category>
	<category>whitespace</category>
	<dc:creator>godawful</dc:creator>
	</item>
	<item>
	<title>HTML Resume</title>
	<link>http://ask.metafilter.com/6888/HTML%2DResume</link>	
	<description>When submitting a resume in html format, how much formatting is appropriate?  Would a bit of embedded CSS be overkill? [Slightly more inside] The position I&apos;m interested in is in no way web design-related, but it&apos;s with a fairly web-hip company, so I&apos;m thinking that a valid XHTML document that looks halfway decent wouldn&apos;t hurt my chances.  I&apos;d appreciate any thoughts the community could offer.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.6888</guid>
	<pubDate>Thu, 29 Apr 2004 15:27:30 -0800</pubDate>
	<category>etiquette</category>
	<category>formatting</category>
	<category>html</category>
	<category>resume</category>
	<dc:creator>Zonker</dc:creator>
	</item>
	
	</channel>
</rss>

