<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Inuit Types Image Border</title>
		<link>http://en.forums.wordpress.com/topic/inuit-types-image-border</link>
		<description>WordPress.com Forums &#187; Topic: Inuit Types Image Border</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 18:54:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/inuit-types-image-border" rel="self" type="application/rss+xml" />

		<item>
			<title>maureenheck on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-523965</link>
			<pubDate>Fri, 05 Nov 2010 22:16:55 +0000</pubDate>
			<dc:creator>maureenheck</dc:creator>
			<guid isPermaLink="false">523965@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sacred Path</p>
<p>thanks this worked for me (after trying several CSS previews unsuccessfully)  I also put 0 in the border field:</p>
<p>"If you open the post in the editor, click on the image to highlight it, click on the image edit button (mountain) then click on the advanced tab and paste the following into the "style" field and then save the changes and then save the post, it should remove the border.</p>
<p>border-color: none; border-width: 0;"
</p>
]]></description>
					</item>
		<item>
			<title>oblecto on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516471</link>
			<pubDate>Mon, 11 Oct 2010 14:41:09 +0000</pubDate>
			<dc:creator>oblecto</dc:creator>
			<guid isPermaLink="false">516471@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>After some experimentation I discovered a somewhat simpler method for eliminating the border around images in the 'Inuit Types' theme, and I offer it here for those who may not be inclined to muck about with HTML.</p>
<p>1. Open your Post or Page for editing; In the 'Visual' side of the Dashboard Editor place your cursor in the location where you would like the image to appear, then click on 'Add an Image', the first icon in the 'Upload/Insert' features.</p>
<p>2. Select an image from your Media Library and click 'Show'.</p>
<p>3. Select the appropriate size and alignment and click the 'Insert into Post' button.</p>
<p>4. The selected image now appears in the Editor.  Click on the image; two icons will appear: 'Edit Image' (left) and 'Delete Image' (right).  Select 'Edit Image'.</p>
<p>5. Click on the 'Advanced Settings' tab.  In 'Advanced Image Settings', look at 'CSS Class'; a specification appears there (e.g., 'alignright size-medium wp-image-178'), delete everything except the alignment specification (i.e., 'alignright').</p>
<p>6. Below that, in 'Styles', enter (exactly as shown here): border: none; background: transparent; </p>
<p>7. Click update.</p>
<p>8. Now you can Preview or Update as usual to see results.  Note that this will not work with images that you have added captions to.  If you want borderless images with captions, you must add them to the image before uploading it into your Media Library.
</p>
]]></description>
					</item>
		<item>
			<title>oblecto on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516289</link>
			<pubDate>Sun, 10 Oct 2010 21:48:00 +0000</pubDate>
			<dc:creator>oblecto</dc:creator>
			<guid isPermaLink="false">516289@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>A tip of the Stetson to panaghiotisadam; your recommendations were absolutely correct.  I have eliminated that pesky border, and I now know exactly how to deal with them in the future.  I had noticed the deterioration in image quality on another blog (oblecto.wordpress.com) and although I didn't know that specifying height and width in the code added to the loss of quality, I do routinely use Photoshop to size images before using.  The dimensions specified in 'Maximum displayed image width' (yours, I believe) will allow me to be more precise in this.  I was forced to specify size on the 'Ipcress File' image due to difficulty in having it fit properly without unsightly gaps in the justification of the text.  Once again, many thanks to you and all who responded.
</p>
]]></description>
					</item>
		<item>
			<title>oblecto on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516285</link>
			<pubDate>Sun, 10 Oct 2010 21:32:28 +0000</pubDate>
			<dc:creator>oblecto</dc:creator>
			<guid isPermaLink="false">516285@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you, panaghiotisadam, I shall most certainly try your suggestions and post the results here later today.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516257</link>
			<pubDate>Sun, 10 Oct 2010 19:02:11 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">516257@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes you're doing something very simple and very wrong: closing tags have a slash <em>before</em> the letters, not after:<br />
<code>&lt;/em&gt;</code><br />
As for the code, if it disappears when you click Update, then you're also making a mistake with it. To give you a concrete example, the HTML edit box of your latest box inclludes this:<br />
<code>&lt;img class=&quot;alignright&quot; style=&quot;border:0 none;&quot; src=&quot;http://nycommonplace.files.wordpress.com/2010/10/ipcress-file.jpg?w=175&amp;h=285&quot; alt=&quot;&quot; width=&quot;175&quot; height=&quot;285&quot; /&gt;</code><br />
You should turn it to this:<br />
<code>&lt;img class=&quot;alignright&quot; style=&quot;border:none;background:transparent;&quot; src=&quot;http://nycommonplace.files.wordpress.com/2010/10/ipcress-file.jpg?w=175&amp;h=285&quot; alt=&quot;Ipcress File&quot; width=&quot;175&quot; height=&quot;285&quot; /&gt;</code></p>
<p>Check this too, by the way:<br />
<a href="http://wpbtips.wordpress.com/2010/01/16/image-quality/" rel="nofollow">http://wpbtips.wordpress.com/2010/01/16/image-quality/</a>
</p>
]]></description>
					</item>
		<item>
			<title>oblecto on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516244</link>
			<pubDate>Sun, 10 Oct 2010 17:40:51 +0000</pubDate>
			<dc:creator>oblecto</dc:creator>
			<guid isPermaLink="false">516244@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My attempt at using HTML in the preceding post was not too successful, was it?  Perhaps I am just doing something very simple and very wrong?
</p>
]]></description>
					</item>
		<item>
			<title>oblecto on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516243</link>
			<pubDate>Sun, 10 Oct 2010 17:38:02 +0000</pubDate>
			<dc:creator>oblecto</dc:creator>
			<guid isPermaLink="false">516243@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Many thanks to <em>thesacredpath&#60;em/&#62; and </em><em>panaghiotisadam&#60;em/&#62; for their lively commentary.  I did try the "border:none;background:transparent;" entry recommended in </em><em>Getting rid of unwanted features in MistyLook&#60;em/&#62; but I am sorry to report that it did not do anything.  When inserted into the image code, it is simply ignored by the html editor - it disappears from it after the 'update' button is used.</em>
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516158</link>
			<pubDate>Sun, 10 Oct 2010 09:42:20 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">516158@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm having no problems whatsoever with the editor (Mac, Safari and Firefox).</p>
<p>But the hell with it.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516157</link>
			<pubDate>Sun, 10 Oct 2010 09:38:36 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">516157@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>a) Yes, border:none works in the CSS. It works in the HTML editor too. But Inuit also has an f4f4f4 bg around images, so you need to remove that too (hence my background:transparent).</p>
<p>b) The equivalent of border:none in the advanced image settings of the visual editor is a plain 0 in the border field.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516154</link>
			<pubDate>Sun, 10 Oct 2010 09:24:20 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">516154@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was going to put up a test post, but I can't even get into the editor in my test blog, and the media library show question marks for all my images I have loaded there, but the hell with it.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516151</link>
			<pubDate>Sun, 10 Oct 2010 09:14:59 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">516151@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, the main issue is that border: none; works in the CSS which means if you add it to the image code, it should work there (it's just inline CSS). The issue is that the editor isn't accepting border: none; anymore in the style field in the advanced tab (it morphs it into a whole bunch of shit). I've used it tons of times in the past. It simply won't work anymore.</p>
<p>There is a new version of TinyMCE advanced that is being incorporated into the next version of wordpress core, and I suspect they installed it here about a week ago. I have a couple friends here that are now having all sorts of issues with the editor that they didn't a week ago, and there haven't been any browser updates for either of them.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516147</link>
			<pubDate>Sun, 10 Oct 2010 09:06:24 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">516147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@Rich: that post gives the proper code, and says "The same trick can be used to get rid of the border around images in [...] Inuit Types, [...].
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516138</link>
			<pubDate>Sun, 10 Oct 2010 08:51:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">516138@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is Inuit types, not Mistylook. The issue is that the editor changes border none to something else. It won't accept border none.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516128</link>
			<pubDate>Sun, 10 Oct 2010 08:29:48 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">516128@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Border-none alone doesn't work, because you need to change the image background too. See here:<br />
<a href="http://wpbtips.wordpress.com/2009/12/24/unwanted-features-in-mistylook/" rel="nofollow">http://wpbtips.wordpress.com/2009/12/24/unwanted-features-in-mistylook/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516071</link>
			<pubDate>Sun, 10 Oct 2010 04:08:41 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">516071@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Since I'm not seeing any images on that blog, I can't work on it for you.</p>
<p>The editor here has apparently completely lost its mind and is doing whatever it wants. If you open the post in the editor, click on the image to highlight it, click on the image edit button (mountain) then click on the advanced tab and paste the following into the "style" field and then save the changes and then save the post, it should remove the border.</p>
<p><code>border-color: none; border-width: 0;</code></p>
<p>I'm not sure what the he** staff did to the editor, but it is seriously and completely busted. It won't even accept "border:none;" now.
</p>
]]></description>
					</item>
		<item>
			<title>airodyssey on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516016</link>
			<pubDate>Sun, 10 Oct 2010 00:31:56 +0000</pubDate>
			<dc:creator>airodyssey</dc:creator>
			<guid isPermaLink="false">516016@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK... Sorry that didn't work. If anyone has other ideas, be my guest.
</p>
]]></description>
					</item>
		<item>
			<title>oblecto on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516013</link>
			<pubDate>Sun, 10 Oct 2010 00:14:11 +0000</pubDate>
			<dc:creator>oblecto</dc:creator>
			<guid isPermaLink="false">516013@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>New blog is:  nycommonplace.wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>airodyssey on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516007</link>
			<pubDate>Sun, 10 Oct 2010 00:01:53 +0000</pubDate>
			<dc:creator>airodyssey</dc:creator>
			<guid isPermaLink="false">516007@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What's the URL of your new blog? <a href="http://oblecto.wordpress.com" rel="nofollow">http://oblecto.wordpress.com</a> is not using the Inuit Types theme.
</p>
]]></description>
					</item>
		<item>
			<title>oblecto on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-516006</link>
			<pubDate>Sun, 10 Oct 2010 00:00:11 +0000</pubDate>
			<dc:creator>oblecto</dc:creator>
			<guid isPermaLink="false">516006@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for the suggestion, airodyssey.  I tried it, but no luck I'm afraid.  Darned grey border is still there, and no, there is no caption.
</p>
]]></description>
					</item>
		<item>
			<title>airodyssey on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-515896</link>
			<pubDate>Sat, 09 Oct 2010 15:59:29 +0000</pubDate>
			<dc:creator>airodyssey</dc:creator>
			<guid isPermaLink="false">515896@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One more thing: that only works if there is no caption with your image.
</p>
]]></description>
					</item>
		<item>
			<title>airodyssey on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-515895</link>
			<pubDate>Sat, 09 Oct 2010 15:57:46 +0000</pubDate>
			<dc:creator>airodyssey</dc:creator>
			<guid isPermaLink="false">515895@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! Try this instead (to be inserted inside your IMG tag)</p>
<p><code>&lt;br /&gt;
style=&quot;border:none;&quot;&lt;br /&gt;
</code>
</p>
]]></description>
					</item>
		<item>
			<title>oblecto on "Inuit Types Image Border"</title>
			<link>http://en.forums.wordpress.com/topic/inuit-types-image-border#post-515886</link>
			<pubDate>Sat, 09 Oct 2010 15:15:02 +0000</pubDate>
			<dc:creator>oblecto</dc:creator>
			<guid isPermaLink="false">515886@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using the Inuit Types theme for my new blog, 'New York Commonplace'.  Is there a way of eliminating the grey border around images?  This is a visually unappealing and unnecessary distraction (everyone automatically runs their cursor over images, nowadays), and makes it difficult to position the image satisfactorily.  I have tried setting BORDER=0 in HTML but this doesn't work either.  Any suggestions from long-time users?
</p>
]]></description>
					</item>

	</channel>
</rss>
