<?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>Comments on: Browsers with Word-Wrap</title>
	<link>http://ask.metafilter.com/6059/Browsers-with-WordWrap/</link>
	<description>Comments on Ask MetaFilter post Browsers with Word-Wrap</description>
	<pubDate>Wed, 24 Mar 2004 15:35:37 -0800</pubDate>
	<lastBuildDate>Wed, 24 Mar 2004 15:35:37 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Browsers with Word-Wrap</title>
		<link>http://ask.metafilter.com/6059/Browsers-with-WordWrap</link>	
		<description>Browser questions: (1) are there any browsers that have word-wrap options? I find that when I read certain pages, specifically Usenet via Google Groups, each line runs way past the edge of the screen, and I have to scroll to the right to read. (2) Are there any browsers that have word-wrap options for print? I&apos;m tired of having to remember to set orientation to landscape so the right edge of text doesn&apos;t get cut off. &lt;br /&gt;&lt;br /&gt; I&apos;m running WinXp. Also, I know you can cut/paste into Word. I&apos;m hoping for a quick browser-based solution that allows you to override whatever styling is making the text run so far to the right.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.6059</guid>
		<pubDate>Wed, 24 Mar 2004 15:31:01 -0800</pubDate>
		<dc:creator>grumblebee</dc:creator>
		
			<category>web</category>
		
			<category>internet</category>
		
			<category>browser</category>
		
			<category>software</category>
		
			<category>wordwrap</category>
		
			<category>wordwrapping</category>
		
			<category>printing</category>
		
			<category>computers</category>
		
	</item> <item>
		<title>By: grumblebee</title>
		<link>http://ask.metafilter.com/6059/Browsers-with-WordWrap#125759</link>	
		<description>Oh, and while we&apos;re here, is there a way to link to a frameset so that a particular configuration of frames is displayed? I know you can link to a specific frame within the frameset, but can you link to the entire frameset, so that all frames show up, but not with the default frames?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6059-125759</guid>
		<pubDate>Wed, 24 Mar 2004 15:35:37 -0800</pubDate>
		<dc:creator>grumblebee</dc:creator>
	</item><item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/6059/Browsers-with-WordWrap#125767</link>	
		<description>Most browsers &lt;i&gt;do&lt;/i&gt; wrap words, within the constraints of the layout.  One exception, of course, is for the &amp;lt;pre&amp;gt; tag, which I believe is what Deja Google News Groups uses.  The very purpose of this tag is to prevent the browser from doing anything with the layout -- it&apos;s preformatted.&lt;br&gt;
&lt;br&gt;
Unfortunately, a great many people who use Usenet are incompetent, and don&apos;t know how to word wrap their posts.  While I can&apos;t suggest a user agent that will help you work around these people, I can suggest you flame them.  Unwrapped posts to Usenet are Poor Netiquette.&lt;br&gt;
&lt;br&gt;
In re: frameset:  No.  That&apos;s one of the things everyone hates about frames, and one of the chief reasons they are to be avoided.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6059-125767</guid>
		<pubDate>Wed, 24 Mar 2004 15:57:10 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: dobbs</title>
		<link>http://ask.metafilter.com/6059/Browsers-with-WordWrap#125768</link>	
		<description>If you&apos;re on Mac, try &lt;a href=&quot;http://www.versiontracker.com/dyn/moreinfo/macosx/20596&quot;&gt;Tofu&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6059-125768</guid>
		<pubDate>Wed, 24 Mar 2004 16:02:08 -0800</pubDate>
		<dc:creator>dobbs</dc:creator>
	</item><item>
		<title>By: whatnotever</title>
		<link>http://ask.metafilter.com/6059/Browsers-with-WordWrap#125770</link>	
		<description>I put a style bookmarklet into a button on my toolbar.  It overrides the styling on the page to make pages easier to read (standard font, size, spacing, max-width, background, etc.).  I use it a lot.  You can use the same idea (I think it works in IE, Mozilla, probably Opera, others...) to reformat however you want:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squarefree.com/userstyles/make-bookmarklet.html&quot;&gt;Make a User Style Bookmarklet&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Something like this should work for you, though there may be other CSS attributes more suited to your needs:&lt;br&gt;
&lt;br&gt;
* {max-width: 720px ! important;}</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6059-125770</guid>
		<pubDate>Wed, 24 Mar 2004 16:02:41 -0800</pubDate>
		<dc:creator>whatnotever</dc:creator>
	</item><item>
		<title>By: fvw</title>
		<link>http://ask.metafilter.com/6059/Browsers-with-WordWrap#125785</link>	
		<description>As for the frameset question: No, you can&apos;t link to a frameset with specific content, which also breaks a lot of other &quot;normal&quot; browser behaviour, which is one of the reasons a lot of people (me included) hate frames in most situations.&lt;br&gt;
&lt;br&gt;
If you can do javascript you could first open the page, and then load the subpages into the (named) frames.&lt;br&gt;
&lt;br&gt;
&lt;small&gt;These kind of largely unrelated questions are probably better off as a separate post, it makes it easier for the people searching the archives. There&apos;s nothing wrong with posting two questions consecutively if they&apos;re both worthy questions.&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6059-125785</guid>
		<pubDate>Wed, 24 Mar 2004 16:35:26 -0800</pubDate>
		<dc:creator>fvw</dc:creator>
	</item>
	</channel>
</rss>
