<?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 html</title>
      <link>http://ask.metafilter.com/tags/html</link>
      <description>Questions tagged with 'html' at Ask MetaFilter.</description>
	  <pubDate>Fri, 25 Dec 2009 06:43:49 -0800</pubDate> <lastBuildDate>Fri, 25 Dec 2009 06:43:49 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How to get images to display in IE8?</title>
	<link>http://ask.metafilter.com/141511/How%2Dto%2Dget%2Dimages%2Dto%2Ddisplay%2Din%2DIE8</link>	
	<description>Help a non-web designer solve an image display problem in IE8. As part of my job I need to post announcements to a proprietary, password-protected site. There is no HTML control in the announcement panel nor is there a button that allows you to insert an image. I&apos;ve worked around these limitations by making my own basic HTML pages with tables with images using the &quot;img&quot; tag. I open the HTML page in Firefox, then copy the web page into the announcement panel. I&apos;m on a mac, so it&apos;s been working great in Firefox and I have IE6 in Parallels, and there is no problem there. &lt;br&gt;
&lt;br&gt;
However, it&apos;s come to my attention (a little late, I suppose!) that none of the images show up in IE8. I think it is because the images are not relative, but link to an offsite webpage, but I really do not know. I don&apos;t see how I can use relative links, as I don&apos;t have control over uploading images on this site. I noticed that changing the tag to &quot;object&quot; makes them display in IE8, but no show in IE6. I&apos;ve tried nesting both &quot;img&quot; and &quot;embed&quot; tags into my tag and that doesn&apos;t work either on IE6. &lt;br&gt;
&lt;br&gt;
Ideally, I want my images to show up in as many browsers as possible. &lt;br&gt;
&lt;br&gt;
Any suggestions? Thanks in advance, and Happy Holidays!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.141511</guid>
	<pubDate>Fri, 25 Dec 2009 06:43:49 -0800</pubDate>
	<category>html</category>
	<category>IE8</category>
	<category>images</category>
	<dc:creator>cardamom</dc:creator>
	</item>
	<item>
	<title>.htaccess or some other solution for altering a url across a domain?</title>
	<link>http://ask.metafilter.com/140657/htaccess%2Dor%2Dsome%2Dother%2Dsolution%2Dfor%2Daltering%2Da%2Durl%2Dacross%2Da%2Ddomain</link>	
	<description> I use a CMS which needs domain.com/index.php/template/filename in order to work. I used to have an htaccess file which would make domain.com/template/filename work fine (ie, it would load the correct page even without the index.php there). Dreamhost recently upgraded its software and the htaccess file no longer works. Is there a solution for this problem? Note that I know nothing about htaccess. I got this file years ago off of a web forum, but it worked so I never question it. Here&apos;s what the htaccess file had in it (I changed the greater and lesser thans to square brackets because AskMe wasn&apos;t displaying them properly):&lt;br&gt;
&lt;code&gt;&lt;br&gt;
[IfModule mod_rewrite.c]&lt;br&gt;
RewriteEngine On&lt;br&gt;
RewriteBase /&lt;br&gt;
RewriteCond %{REQUEST_URI} ^/stats/(.*)$ [OR]&lt;br&gt;
RewriteCond %{REQUEST_URI} ^/failed_auth.html$&lt;br&gt;
RewriteRule ^.*$ - [L]&lt;br&gt;
[/IfModule] &lt;br&gt;
&lt;br&gt;
[Files index.php]&lt;br&gt;
SetHandler application/x-httpd-php&lt;br&gt;
[/Files]&lt;br&gt;
&lt;br&gt;
RewriteEngine On&lt;br&gt;
RewriteBase /&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} !-d&lt;br&gt;
RewriteRule ^(.*)$ /index.php/$1 [L]&lt;br&gt;
&lt;br&gt;
AddHandler application/x-httpd-php .php &lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Thank you.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140657</guid>
	<pubDate>Mon, 14 Dec 2009 12:30:09 -0800</pubDate>
	<category>coding</category>
	<category>htaccess</category>
	<category>html</category>
	<category>server</category>
	<category>webdeisgn</category>
	<dc:creator>You Should See the Other Guy</dc:creator>
	</item>
	<item>
	<title>Looking for a Simple HTML Dingus</title>
	<link>http://ask.metafilter.com/139391/Looking%2Dfor%2Da%2DSimple%2DHTML%2DDingus</link>	
	<description>Is there a very simple, free, standalone OSX application like the &lt;a href=&quot;http://widgets.opera.com/widget/5996/&quot;&gt;HTML Post Opera widget&lt;/a&gt;? A dashboard widget would be fine, too; I mostly just want it to run on its own on a PPC computer.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139391</guid>
	<pubDate>Mon, 30 Nov 2009 07:59:11 -0800</pubDate>
	<category>html</category>
	<category>mac</category>
	<category>osx</category>
	<dc:creator>interrobang</dc:creator>
	</item>
	<item>
	<title>How to merge data fields into a plain text file?</title>
	<link>http://ask.metafilter.com/139055/How%2Dto%2Dmerge%2Ddata%2Dfields%2Dinto%2Da%2Dplain%2Dtext%2Dfile</link>	
	<description>Is there some way to do a &quot;mail merge&quot; type operation on plain text, xml or html files without using a word processor? I&apos;ve been working on our company wiki and I want to bulk create a bunch of pages by merging certain field data from spreadsheets, csv files or other datasources into the template text files that I&apos;ve created.  The output should be XML or plain text.&lt;br&gt;
&lt;br&gt;
I have a separate task where I have a simple html template that I&apos;d like to populate with data pulled from a csv. The output needs to be standard, simple HTML (no funny MS Word markup)&lt;br&gt;
&lt;br&gt;
I have access to MS Office, Open Office and Abiword but everything I&apos;ve tried so far seems to &quot;pollute&quot; my files with word processor type formatting. (I am running KDE on Ubuntu 9.10, but I also have Win XP running as a virtual machine under Virtualbox - I have access to any version of the MS Office software, and obviously anything open source).&lt;br&gt;
&lt;br&gt;
I&apos;m sure there&apos;s some open source tool designed to merge text files. I&apos;m not opposed to using a command line interface although I probably would prefer a GUI. My Google-fu is failing me on this one.&lt;br&gt;
&lt;br&gt;
Any tips on how I should achieve this, or pointers to the tools I should be looking at?&lt;br&gt;
&lt;br&gt;
thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139055</guid>
	<pubDate>Wed, 25 Nov 2009 08:04:23 -0800</pubDate>
	<category>files</category>
	<category>html</category>
	<category>mailmerge</category>
	<category>merge</category>
	<category>opensource</category>
	<category>script</category>
	<category>scripting</category>
	<category>text</category>
	<category>xml</category>
	<dc:creator>geekgirl397</dc:creator>
	</item>
	<item>
	<title>Does an RSS feed reader exist that can save the linked HTML pages locally?</title>
	<link>http://ask.metafilter.com/139030/Does%2Dan%2DRSS%2Dfeed%2Dreader%2Dexist%2Dthat%2Dcan%2Dsave%2Dthe%2Dlinked%2DHTML%2Dpages%2Dlocally</link>	
	<description>Is there an RSS reader that can follow a feed&apos;s links and download html pages for offline reading? I&apos;m primarily a Google Reader user, but its offline mode only downloads the content of the RSS feeds themselves.  Many of my feeds hide some of their content &quot;after the jump&quot;, so getting just the feed doesn&apos;t help me. &lt;br&gt;
&lt;br&gt;
I&apos;m looking for a script or program that will follow the links, then pull down the html page (including associated images) and save them locally so that I can peruse them on my laptop at 30,000 feet.&lt;br&gt;
&lt;br&gt;
I could slap something together with an XML parser and wget, but I&apos;d rather not reinvent the wheel.  I feel like someone has probably solved this problem already.&lt;br&gt;
&lt;br&gt;
I&apos;ll be using this on linux, but I&apos;m willing to consider windows software as well, if it&apos;s something that might work reasonably under Wine.  &lt;br&gt;
&lt;br&gt;
I&apos;ll take a look at anything from full-blown desktop readers to cli scripts in perl/ruby/python etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139030</guid>
	<pubDate>Tue, 24 Nov 2009 22:04:19 -0800</pubDate>
	<category>google</category>
	<category>html</category>
	<category>offline</category>
	<category>reader</category>
	<category>RSS</category>
	<dc:creator>chrisamiller</dc:creator>
	</item>
	<item>
	<title>Help me reverse-engineer Google Wave</title>
	<link>http://ask.metafilter.com/136754/Help%2Dme%2Dreverseengineer%2DGoogle%2DWave</link>	
	<description>Google Wave question:  does anyone know the technical details of how blip editing works? It&apos;s not a textarea, obviously; if you watch in firebug while editing a blip it just looks like they&apos;re building up div and p tags on the fly.   Plus, you know, there&apos;s all that non-text stuff.&lt;br&gt;
&lt;br&gt;
So have they reinvented all the functionality of browser text input by individually capturing all the key and mouse events, or what? &lt;br&gt;
&lt;br&gt;
(I ask because I have a project going where some of this functionality would be extremely useful -- I&apos;m wondering if this is a well-known technique that somehow passed me by, or if it&apos;s black magic that I haven&apos;t a hope of reproducing.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136754</guid>
	<pubDate>Thu, 29 Oct 2009 07:13:55 -0800</pubDate>
	<category>googlewave</category>
	<category>howdotheydothat</category>
	<category>html</category>
	<category>javascript</category>
	<category>resolved</category>
	<category>wave</category>
	<dc:creator>ook</dc:creator>
	</item>
	<item>
	<title>Which HTML/CSS/JS IDE do I want?</title>
	<link>http://ask.metafilter.com/136596/Which%2DHTMLCSSJS%2DIDE%2Ddo%2DI%2Dwant</link>	
	<description>Which HTML/CSS/JS IDE do I want? So I&apos;ve been doing AS3 development for the last few years, using Flex Builder, but am now moving back into HTML/CSS/JS. I&apos;ve gotten used to having a fairly intelligent IDE and I&apos;d like to not go back to the bad old days of having to type every single param and property from scratch every time. (I&apos;m looking for code help, not just highlighting.)&lt;br&gt;
&lt;br&gt;
I have tried a few but none seems to have everything I want:&lt;br&gt;
&lt;br&gt;
1. Dreamweaver: &lt;br&gt;
Pluses: When you link to a stylesheet, you can CTRL+space and get a list of styles to choose from.&lt;br&gt;
Minuses: Weak support for JS. (no auto-complete at all)&lt;br&gt;
&lt;br&gt;
2. &lt;a href=&quot;http://www.aptana.org/studio&quot;&gt;Aptana&lt;/a&gt;:&lt;br&gt;
Pluses: Seems to have excellent JS support, including major AJAX libraries.&lt;br&gt;
Minuses: Unless I am missing something, I can&apos;t choose Css styles off a list, and that is a major major timesaver for the work I&apos;ll be doing.&lt;br&gt;
&lt;br&gt;
3. &lt;a href=&quot;http://www.blumentals.net/htmlpad/tour.php?id=23&quot;&gt;HTMLPad 2010&lt;/a&gt;:&lt;br&gt;
Plusses and minuses seem about the same as Aptana, plus it costs money. (DW CS3 is already installed on my work machine so no cost there.)&lt;br&gt;
&lt;br&gt;
So, am i doing something wrong with Aptana? Is there another piece of software I&apos;m not aware of? Or should I settle for DW for html/css and Aptana for JS? (The work will probably be 80% or more on the html/css side.)&lt;br&gt;
&lt;br&gt;
thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136596</guid>
	<pubDate>Tue, 27 Oct 2009 13:31:52 -0800</pubDate>
	<category>aptana</category>
	<category>css</category>
	<category>dev</category>
	<category>development</category>
	<category>dreamweaver</category>
	<category>html</category>
	<category>ide</category>
	<category>javascript</category>
	<category>js</category>
	<category>programming</category>
	<category>web</category>
	<category>webdevelopment</category>
	<dc:creator>drjimmy11</dc:creator>
	</item>
	<item>
	<title>Help clear my float!</title>
	<link>http://ask.metafilter.com/136591/Help%2Dclear%2Dmy%2Dfloat</link>	
	<description>CSS question: How can I get my floated sidebar to stop overlapping my footer? I&apos;m using clear:both! &lt;a href=&quot;http://snarkmarket.com/2009/3019&quot;&gt;Take a look at this page.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
The structure of the HTML is pretty simple:&lt;br&gt;
&lt;br&gt;
There are three main divs - #mainheader, #maincolumn, and #footer. #Maincolumn contains another centered div - #container - which includes a div called #content, and a left-floated div called #sidebar. &lt;br&gt;
&lt;br&gt;
After I close #maincolumn, I include a &quot;.clear&quot; div to clear all the floated content, and then there&apos;s the #footer. &lt;br&gt;
&lt;br&gt;
So here&apos;s the structure:&lt;br&gt;
&lt;br&gt;
- #mainheader&lt;br&gt;
- #maincolumn&lt;br&gt;
&amp;nbsp;&amp;nbsp;- #container&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- #content&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- #sidebar&lt;br&gt;
- .clear&lt;br&gt;
- #footer&lt;br&gt;
&lt;br&gt;
My problem is that when the text in #sidebar is longer than the stuff in #content, it overlaps the footer.&lt;br&gt;
&lt;br&gt;
Isn&apos;t clearing all floats supposed to clear all floats? What&apos;s happening here? Thanks in advance for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136591</guid>
	<pubDate>Tue, 27 Oct 2009 12:53:29 -0800</pubDate>
	<category>css</category>
	<category>float</category>
	<category>html</category>
	<category>overlap</category>
	<category>resolved</category>
	<category>webdesign</category>
	<dc:creator>mthomps00</dc:creator>
	</item>
	<item>
	<title>Can I easily control the order in which things load on a page of mine?</title>
	<link>http://ask.metafilter.com/136167/Can%2DI%2Deasily%2Dcontrol%2Dthe%2Dorder%2Din%2Dwhich%2Dthings%2Dload%2Don%2Da%2Dpage%2Dof%2Dmine</link>	
	<description>I need some help fixing a web page. Images load in the wrong order, and users are finding it confusing. I have a free album up&lt;a href=&quot;http://www.fakeproject.com/you_are_not_dead/&quot;&gt; here&lt;/a&gt;, and it&apos;s gotten about a zillion views, which I&apos;m very happy about. But many users report that the images of the book pages don&apos;t show up.&lt;br&gt;
&lt;br&gt;
As it turns out, in Firefox (by far the most popular browser that visits the site) they &lt;em&gt;do&lt;/em&gt; show up, but they are displaced below the Flash player that plays the album until the entire page loads. Is it possible to force the pages to load right next to the player? &lt;br&gt;
&lt;br&gt;
This must have to do with the way Firefox renders things, but the few hacks that I&apos;ve tried on the code have not changed the order that things appear. Any advice would be much appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136167</guid>
	<pubDate>Thu, 22 Oct 2009 13:35:56 -0800</pubDate>
	<category>boxmodel</category>
	<category>css</category>
	<category>firefox</category>
	<category>html</category>
	<dc:creator>fake</dc:creator>
	</item>
	<item>
	<title>I can no longer add html to gmail signature?</title>
	<link>http://ask.metafilter.com/136166/I%2Dcan%2Dno%2Dlonger%2Dadd%2Dhtml%2Dto%2Dgmail%2Dsignature</link>	
	<description>As of a few days ago, I can&apos;t tweak gmail signature anymore? I had been using Blank Canvass, which apparently has been disabled?  Any information would be helpful!  Is anyone still able to add photos and html to gmail sigs?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136166</guid>
	<pubDate>Thu, 22 Oct 2009 13:32:31 -0800</pubDate>
	<category>gmail</category>
	<category>html</category>
	<category>resolved</category>
	<category>signatures</category>
	<dc:creator>ragtimepiano</dc:creator>
	</item>
	<item>
	<title>How can I force Excel 2007 to save as a single html file?</title>
	<link>http://ask.metafilter.com/135943/How%2Dcan%2DI%2Dforce%2DExcel%2D2007%2Dto%2Dsave%2Das%2Da%2Dsingle%2Dhtml%2Dfile</link>	
	<description>How can I force Excel 2007 to save as a single html file? At work we use an application (Tririga) which can take uploaded excel spreadsheets in html format in order to perform calculations.&lt;br&gt;
&lt;br&gt;
Previous versions of excel would output a single html document, which worked beautifully.  Excel 2007 now outputs a folder structure with the base html file using frame references for the actual content.&lt;br&gt;
&lt;br&gt;
/Report.htm&lt;br&gt;
/Report_files/sheet001.htm&lt;br&gt;
/Report_files/tabstrip.htm&lt;br&gt;
/Report_files/filelist.xml &lt;br&gt;
&lt;br&gt;
These spreadsheets are maintained by end users, so an optimal solution would be finding some hidden setting in Excel rather than a multistep process.&lt;br&gt;
&lt;br&gt;
Thanks in advance for any help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135943</guid>
	<pubDate>Tue, 20 Oct 2009 09:49:34 -0800</pubDate>
	<category>excel</category>
	<category>htm</category>
	<category>html</category>
	<category>resolved</category>
	<category>tririga</category>
	<category>webpage</category>
	<dc:creator>thisisnotbruce</dc:creator>
	</item>
	<item>
	<title>Can javascript &quot;listeners&quot; working across frames?</title>
	<link>http://ask.metafilter.com/135595/Can%2Djavascript%2Dlisteners%2Dworking%2Dacross%2Dframes</link>	
	<description>Guerilla-coder Javascript filter: Rather than wait 12-18 months to get my project idea into my company&apos;s queue, I&apos;m trying to find a workaround.  It&apos;s going to be ugly.  It&apos;s going to be messy.  And I have no idea how to do it.

Bottom line: My company&apos;s web portal has a top frame that I can control, and a bottom frame controlled by Web IT.  Can I add an event listener to the top frame that will watch the bottom frame and excecute when it&apos;s done loading? So, I work for a major healthcare insurance company.  The project queue is 12-18 months for major stuff and 9-12 months for piddly stuff.  Naturally, we make exceptions for breakfixes (and for execs who have a pet project and scream alot, of course), but even simple stuff takes forever.  &lt;br&gt;
&lt;br&gt;
As an example, I put in a request a year ago to have a simple piece of javascript loaded into the web portal; it&apos;s just getting put in, this weekend.&lt;br&gt;
&lt;br&gt;
Believe it or not, I really do like my job.  It&apos;s almost become something of a game to see how much I can do with the few parts of the webpage I can control.  Anyway ...&lt;br&gt;
&lt;br&gt;
The top frame of the web portal is fully under my control, but never refreshes.  As a result, I can&apos;t use addLoadEvent() or any of my usual tricks.  Is there some sort of listener that can sit in the top frame and watch the bottom frame?&lt;br&gt;
&lt;br&gt;
I can give lots more details if needed (no, this is not me going rogue; yes, I have approval to dick around in our test environments to see if this is going to work; yes I&apos;m really trying to do something that will benefit our users).  Please keep in mind my skill level is only intermediate, so I may have to do lots of research ... but I&apos;m more than willing to do that.  I just need a direction to go.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135595</guid>
	<pubDate>Thu, 15 Oct 2009 15:59:57 -0800</pubDate>
	<category>coding</category>
	<category>frames</category>
	<category>HTML</category>
	<category>javascript</category>
	<dc:creator>jpolchlopek</dc:creator>
	</item>
	<item>
	<title>How can I get clean html from MS-word, to paste into thunderbird?</title>
	<link>http://ask.metafilter.com/135311/How%2Dcan%2DI%2Dget%2Dclean%2Dhtml%2Dfrom%2DMSword%2Dto%2Dpaste%2Dinto%2Dthunderbird</link>	
	<description>How can I get clean html from MS-word, to paste into Thunderbird? Sometimes, when I&apos;m sending long emails, I like to compose in my word processor - MS-word (2003 on one machine, 2007 on another), and paste into my email client - Thunderbird.&lt;br&gt;
&lt;br&gt;
But when I do, there are all sorts of little (and not so little) formatting hiccups. I gather the problem is mostly that Word uses all sorts of crazy non-standard stuff in its html output.&lt;br&gt;
&lt;br&gt;
Is there a way to fix this problem? I way to make word produce cleaner HTML? A tool that will turn Word html into something friendlier? A word-paste-cleanup plugin for Thunderbird?&lt;br&gt;
&lt;br&gt;
(And : I know I could compose with Open Office or Google Docs. But mostly I like Word, and would like to keep using it if I can...)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135311</guid>
	<pubDate>Mon, 12 Oct 2009 19:53:31 -0800</pubDate>
	<category>clean</category>
	<category>html</category>
	<category>microsoft</category>
	<category>ms-word</category>
	<category>paste</category>
	<category>thunderbird</category>
	<category>word</category>
	<dc:creator>ManInSuit</dc:creator>
	</item>
	<item>
	<title>Need money now thankyou.</title>
	<link>http://ask.metafilter.com/135078/Need%2Dmoney%2Dnow%2Dthankyou</link>	
	<description>What are some good tech-centric temp agencies in L.A.? Hi! Yet another in my long series of job-trauma questions.&lt;br&gt;
&lt;br&gt;
I&apos;m currently between jobs- I&apos;m a web/software developer, specializing in flex/AS3 but with years and years of doing html/js/ajax/php type stuff too. I have a pretty strong resume, I like to think, going back about 10 years.&lt;br&gt;
&lt;br&gt;
I&apos;m currently getting contacted by a lot of recruiters and going on a lot of interviews, but it&apos;s a very drawn-out process. Basically I need a gig to bring in some money now- cutting up PSDs or whatever is fine, I&apos;m not proud at this point. I&apos;m curious if anyone knows any decently reputable agencies who could get me something like this soon. Specific names of agencies are appreciated, referrals to specific people are even more appreciated. (meMail me if you like).&lt;br&gt;
&lt;br&gt;
(I&apos;d also be interested in where I can advertise myself as a flex freelancer, but I&apos;m more inclined towards W2 right now for a few reasons.)&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135078</guid>
	<pubDate>Fri, 09 Oct 2009 15:50:15 -0800</pubDate>
	<category>agencies</category>
	<category>agency</category>
	<category>as3</category>
	<category>contract</category>
	<category>development</category>
	<category>flash</category>
	<category>flex</category>
	<category>html</category>
	<category>javascript</category>
	<category>js</category>
	<category>la</category>
	<category>losangeles</category>
	<category>software</category>
	<category>temp</category>
	<category>web</category>
	<category>webdevelopement</category>
	<dc:creator>drjimmy11</dc:creator>
	</item>
	<item>
	<title>How can I make a div expand vertically to fit it&apos;s float&apos;ed content?</title>
	<link>http://ask.metafilter.com/134982/How%2Dcan%2DI%2Dmake%2Da%2Ddiv%2Dexpand%2Dvertically%2Dto%2Dfit%2Dits%2Dfloated%2Dcontent</link>	
	<description>I&apos;m racking my brains trying to figure out what seems to be an easy problem I&apos;m having with CSS. It has to do with a div not resizing to contain two floated div&apos;s inside it. I&apos;ve uploaded &lt;a href=&quot;http://www.arcolz.net/res/code/cssprob/example.html&quot;&gt;example HTML file&lt;/a&gt; to help clarify what I am saying.&lt;br&gt;
&lt;br&gt;
What I am trying to do is put &quot;previous&quot; and &quot;next&quot; links at the bottom of each post of my wordpress theme. I want them to be inside a box with a border. The &quot;previous&quot; link should be flush against the left margin of the box and the &quot;next&quot; link should be flush against the right margin of the box. The problem I am having is that when I set the &quot;previous&quot; link to float left and the &quot;next&quot; link to float right, their parent box with the border does not expand vertically to contain them.&lt;br&gt;
&lt;br&gt;
As I understand, the CSS 2.1 spec explicitly states that this is what should be occurring in the case, as boxes do not expand to fit floated children unless the box itself is floated. So, I&apos;m trying to find a way to prevent this behavior. I could set the parent box to float as well, but that seems to raise more problems then it solves, especially in regards to its width and how the boxes after it flow.&lt;br&gt;
&lt;br&gt;
So I&apos;m stuck, any way around this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134982</guid>
	<pubDate>Thu, 08 Oct 2009 14:07:10 -0800</pubDate>
	<category>css</category>
	<category>div</category>
	<category>float</category>
	<category>floating</category>
	<category>html</category>
	<category>resolved</category>
	<dc:creator>arcolz</dc:creator>
	</item>
	<item>
	<title>How does HuffPo append URLs to copied text?</title>
	<link>http://ask.metafilter.com/133804/How%2Ddoes%2DHuffPo%2Dappend%2DURLs%2Dto%2Dcopied%2Dtext</link>	
	<description>I noticed today that text copied from articles on The Huffington Post appends the article URL when pasted and I&apos;m wondering how it&apos;s done. Here&apos;s an example of copying and pasting text from the current front page story of the G20 meeting:&lt;br&gt;
&lt;br&gt;
&lt;em&gt;&lt;blockquote&gt;The three leaders, in their dramatic joint statement that overshadowed the G-20 economic summit here, hoped the disclosure would increase pressure on the global community to impose new sanctions on Iran if it refuses to stop its nuclear program.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Read more at: http://www.huffingtonpost.com/2009/09/25/obama-iran-has-secret-nuc_n_299556.html&lt;/blockquote&gt;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
The &quot;Read more at:...&quot; portion never appeared on the page.&lt;br&gt;
&lt;br&gt;
Repro steps:&lt;br&gt;
&lt;br&gt;
1) Copy any random paragraph from a HuffPo story.&lt;br&gt;
2) Paste elsewhere.&lt;br&gt;
&lt;br&gt;
I&apos;m using FireFox 3.5.3 on Windows 7. I don&apos;t see this behavior when copying from other sites.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133804</guid>
	<pubDate>Fri, 25 Sep 2009 10:05:39 -0800</pubDate>
	<category>copy</category>
	<category>html</category>
	<category>huffingtonpost</category>
	<category>huffpo</category>
	<category>javascript</category>
	<category>js</category>
	<category>paste</category>
	<category>resolved</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>eyeballkid</dc:creator>
	</item>
	<item>
	<title>Web coding questions</title>
	<link>http://ask.metafilter.com/133008/Web%2Dcoding%2Dquestions</link>	
	<description>Two webcoding questions:
1) What is the web coding name for hiding/revealing text without reloading a page? For instance, &lt;a href=&quot;http://pitchfork.com/news/album-releases/&quot;&gt;on this page&lt;/a&gt; you can see &quot;Continue Reading&quot; and &quot;Hide this News Article&quot; as  
toggles. They appear to be doing it with javascript. What is this  
called and are there simple free coding samples available for me to  
use? 2) Are there any free plugins that I can use on a blog to play  
audio samples? Something similar to what&apos;s used in MuFi or Wordpress&apos;s  &lt;a href=&quot;http://support.wordpress.com/audio/&quot;&gt;audio streamer&lt;/a&gt;, but without needing Wordpress.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133008</guid>
	<pubDate>Wed, 16 Sep 2009 09:47:37 -0800</pubDate>
	<category>Audiostream</category>
	<category>HTML</category>
	<category>javascript</category>
	<category>MP3</category>
	<category>webdesign</category>
	<dc:creator>Badmichelle</dc:creator>
	</item>
	<item>
	<title>Code Blue</title>
	<link>http://ask.metafilter.com/132746/Code%2DBlue</link>	
	<description>Why, when I cut and paste original Word docs into my blog, does all this hidden html code (or something) show up? At first I thought it was just stuff I copied off the web, but it&apos;s doing it with original writing created entirely, by me, in Word, as well.  &lt;a href=&quot;http://www.flickr.com/photos/8416387@N08/3916660627/sizes/o/&quot;&gt;Here&apos;s one sample&lt;/a&gt; (screen shot, because when I tried to post it here, it stripped all the code out.  On Blogspot, it just tells me it can&apos;t post because of the code).&lt;br&gt;
&lt;br&gt;
This started happening a couple of months ago.  I have to strip out all the code before publishing. I did not put ANY of that code in there.  I wouldn&apos;t know how if I wanted to.  What is going on, and why is this happening.&lt;br&gt;
&lt;br&gt;
(Note-- I know NOTHING about computer code, so super-simple response please.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132746</guid>
	<pubDate>Sun, 13 Sep 2009 15:01:39 -0800</pubDate>
	<category>code</category>
	<category>html</category>
	<category>resolved</category>
	<category>wtf</category>
	<dc:creator>nax</dc:creator>
	</item>
	<item>
	<title>Add Me To Your Favourites</title>
	<link>http://ask.metafilter.com/132565/Add%2DMe%2DTo%2DYour%2DFavourites</link>	
	<description>I need to send a link in an email which on the other end will create a favourite in in the recipients IE.  I&apos;ve googled around this and found lots of resources on adding a favourite from a website but they all seem to assume the recipient is on the right page already.  I&apos;m using Outlook 2007 if it&apos;s relevant.

(Bit dull as a question I know but I&apos;ve been wrestling with this all morning)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132565</guid>
	<pubDate>Fri, 11 Sep 2009 04:31:27 -0800</pubDate>
	<category>2007</category>
	<category>favourites</category>
	<category>html</category>
	<category>Hyperlink</category>
	<category>outlook</category>
	<category>URL</category>
	<dc:creator>eb98jdb</dc:creator>
	</item>
	<item>
	<title>Flash movie won&apos;t play completely inside frameset on IE8</title>
	<link>http://ask.metafilter.com/131066/Flash%2Dmovie%2Dwont%2Dplay%2Dcompletely%2Dinside%2Dframeset%2Don%2DIE8</link>	
	<description>Flash gurus, HTML developers and XP know-it-alls: I need your help! Flash, framesets and IE8 are not getting along at all. A framed site using Flash works on my desktop, where I still have IE6 running on XP SP3, but not on my XP SP3 laptop with IE8. Whether or not I can make it work in IE8, I still need to demo this site on something that works. If I can&apos;t make this work by noon Tuesday, I&apos;m going to have to use my restore disks to return my laptop to its original XP Pro condition so I can at least use IE6 on it. Help me figure out a way to avoid a complete restore in the short run and make this work on IE8 in the long run! A colleague (who is out of town and can&apos;t be reached) has built a Flash movie that is embedded within an HTML page. It works perfectly in IE6, which is the browser a client has used for years, but they are thinking of migrating to IE8 as long as their old content will still work there without too much tinkering.&lt;br&gt;
&lt;br&gt;
While a lot of old Flash files we&apos;ve created work well in IE8, even in framesets, my colleague&apos;s Flash file displays properly in IE8 only when its HTML shell is loaded directly in the browser. If the page is put inside a frameset (as will be required for the final form of this project) only the first few frames of the Flash play. When I right click and choose Play, those first few frames play again, but that&apos;s it.&lt;br&gt;
&lt;br&gt;
My successful Flash files and the colleague&apos;s balky Flash file use the same Publish settings (AS2, Flash 8 player). His file uses scenes to divide content, with a stop() command and a named anchor at the beginning of each scene. This first anchor is the precise point where the movie stops politely when loaded within its shell, but where it disappears in a flash of white when viewed within a frameset.  &lt;br&gt;
&lt;br&gt;
Is the anchor the likely problem? Is this fixable, or would I have to restructure the file to avoid anchors completely? Or is there something else going on?&lt;br&gt;
&lt;br&gt;
It&apos;s late and I&apos;m exhausted and probably missing something important. I will welcome support, good questions, questioning of my premises, and being called a dumbass, as long as I can somehow get this working.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131066</guid>
	<pubDate>Mon, 24 Aug 2009 23:38:16 -0800</pubDate>
	<category>anchors</category>
	<category>flash</category>
	<category>frameset</category>
	<category>html</category>
	<category>ie8</category>
	<category>internetexplorer8</category>
	<category>windows</category>
	<dc:creator>wexford_arts</dc:creator>
	</item>
	<item>
	<title>Help me with a tricky (for me) Python problem</title>
	<link>http://ask.metafilter.com/130894/Help%2Dme%2Dwith%2Da%2Dtricky%2Dfor%2Dme%2DPython%2Dproblem</link>	
	<description>I am trying to make a python script that takes a CSV file and turns it into an HTML table. I need it to combine a column containing a website name and another column containing a URL into an HTML link. I&apos;m working on a python script that takes a CSV file and turns it into an HTML table.&lt;br&gt;
&lt;br&gt;
The CSV has, among numerous other columns, a column containing a website name and another column containing a URL. I would like to combine the two into an HTML link.&lt;br&gt;
&lt;br&gt;
Here is what I have so far that converts the rows &amp;amp; columns into tables:&lt;br&gt;
&lt;br&gt;
for row in reader:&lt;br&gt;
  html.write(&apos;&amp;lt;tr&amp;gt;&apos;);&lt;br&gt;
  for column in row:&lt;br&gt;
      html.write(&apos;&amp;lt;td&amp;gt;&apos; + column + &apos;&amp;lt;/td&amp;gt;&apos;);&lt;br&gt;
      html.write(&apos;&amp;lt;/tr&amp;gt;&apos;)&lt;br&gt;
&lt;br&gt;
I know the part that makes the HTML link would need to say:&lt;br&gt;
html.write(&apos;&amp;lt;a href=&quot;&apos;+ URLcolumn + &apos;&quot;&amp;gt;&apos; + sitecolumn + &apos;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&apos;)&lt;br&gt;
&lt;br&gt;
But I am stumped on how to finish implementing this. In particular, I can&apos;t figure out how to &quot;refer&quot; to the URLcolumn and sitecolumn.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130894</guid>
	<pubDate>Sun, 23 Aug 2009 01:00:06 -0800</pubDate>
	<category>CSV</category>
	<category>HTML</category>
	<category>HTMLtable</category>
	<category>python</category>
	<category>resolved</category>
	<category>script</category>
	<dc:creator>Mjolnir</dc:creator>
	</item>
	<item>
	<title>Learning HTML though examples</title>
	<link>http://ask.metafilter.com/130172/Learning%2DHTML%2Dthough%2Dexamples</link>	
	<description>What are some good webpages for a HTML beginner to look at for code examples? I&apos;m working on learning HTML, and I&apos;m finding plenty of resources for learning how to write code.  However, I&apos;m one of those people that always learns better by actually seeing things in action, looking under the hood, and seeing how everything goes together.  The problem I run into right now is that while I&apos;ve been trying to look at the source code on the websites I visit, most of them have such a massive amount of code that it&apos;s a little overwhelming to make sense of what does what.  (MeFi&apos;s code isn&apos;t that bad, however.)  What would be some good, simple pages to look at and learn how things are being done these days?  (For example, pages with good clean divisions, or pages that use tables that don&apos;t look like they&apos;re from 1997, if anyone actually still uses tables any more.)  Any other clues you could give a n00b would also be appreciated.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130172</guid>
	<pubDate>Fri, 14 Aug 2009 11:33:36 -0800</pubDate>
	<category>code</category>
	<category>HTML</category>
	<category>webdesign</category>
	<dc:creator>azpenguin</dc:creator>
	</item>
	<item>
	<title>Have you noticed the link outline?</title>
	<link>http://ask.metafilter.com/129924/Have%2Dyou%2Dnoticed%2Dthe%2Dlink%2Doutline</link>	
	<description>Have you noticed the link outline? When you click on links, before the page loads a dotted border appears arond the link called the link outline. Would you prefer professional looking sites to not display this outline? Wish i could show an exampe of a site.&lt;br&gt;
&lt;br&gt;
* I&apos;m pretty sure Internet Explorer does not support the &lt;a href=&quot;http://sonspring.com/journal/removing-dotted-links&quot;&gt;disabling of the outline&lt;/a&gt;. I know &lt;a href=&quot;http://www.mozilla-europe.org/en/firefox/&quot;&gt;Firefox&lt;/a&gt; does</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.129924</guid>
	<pubDate>Wed, 12 Aug 2009 01:56:29 -0800</pubDate>
	<category>html</category>
	<category>internet</category>
	<category>link</category>
	<category>links</category>
	<dc:creator>jakubsnm</dc:creator>
	</item>
	<item>
	<title>I need my html, and i need it NOW!</title>
	<link>http://ask.metafilter.com/129910/I%2Dneed%2Dmy%2Dhtml%2Dand%2Di%2Dneed%2Dit%2DNOW</link>	
	<description>Are there any free hosting services that will just host a .html page? I&apos;m looking for imageshack/tinypic but for html pages. &lt;br&gt;
&lt;br&gt;
I need to upload an html page and have it be displayed on something like http://saxamosdreamhost.com/abcdefg.html Rapidshare/megupload will not work because they ask you to download the server&lt;br&gt;
&lt;br&gt;
This is for a game server MOTD (the screen you see upon logging into a counter strike 1.6 server). It&apos;s only one page, one background image externally linked to tinypic. It will get a fair bit of traffic daily but it can not have advertisements. I would also like the option to go back and re-edit the html OR upload a completely new file with my changes.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.129910</guid>
	<pubDate>Tue, 11 Aug 2009 19:01:46 -0800</pubDate>
	<category>hosting</category>
	<category>html</category>
	<category>motd</category>
	<category>webspace</category>
	<dc:creator>saxamo</dc:creator>
	</item>
	<item>
	<title>Help me with sending html using squirellmail</title>
	<link>http://ask.metafilter.com/129858/Help%2Dme%2Dwith%2Dsending%2Dhtml%2Dusing%2Dsquirellmail</link>	
	<description>I want to send HTML emails using Squirellmail.
I am having a time finding instructions.
Any help here?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.129858</guid>
	<pubDate>Tue, 11 Aug 2009 10:31:09 -0800</pubDate>
	<category>Help</category>
	<category>html</category>
	<category>me</category>
	<category>sending</category>
	<category>squirellmail</category>
	<category>using</category>
	<category>with</category>
	<dc:creator>citybuddha</dc:creator>
	</item>
	
	</channel>
</rss>

