<?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>BrianGriggs.com &#187; HTML</title>
	<atom:link href="http://briangriggs.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://briangriggs.com</link>
	<description>Tallest librarian in the world</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:59:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Editing image size and alignment in pbwiki HTML</title>
		<link>http://briangriggs.com/2009/03/10/editing-image-size-and-alignment-in-pbwiki-html/</link>
		<comments>http://briangriggs.com/2009/03/10/editing-image-size-and-alignment-in-pbwiki-html/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 17:19:59 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=389</guid>
		<description><![CDATA[This is for redfield.pbwiki.com. When you add images to a pbwiki, it takes a little bit of HTML editing to format the image how you would like. In pbwiki, click on the Source button in your editor to view the HTML code. Let&#8217;s use an image here and I&#8217;ll show you the different code to [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is for <a href="http://redfield.pbwiki.com">redfield.pbwiki.com</a>.</em></p>
<p>When you add images to a pbwiki, it takes a little bit of HTML editing to format the image how you would like. In pbwiki, click on the <strong>Source</strong> button in your editor to view the HTML code.</p>
<p>Let&#8217;s use an image here and I&#8217;ll show you the different code to change the formatting.</p>
<p>The image:<br />
<img src="http://briangriggs.com/wp-content/uploads/tech.jpg" alt="" /></p>
<p>If you were to view the HTML code for this image, it would look like:</p>
<p><img src="http://briangriggs.com/wp-content/uploads/2009/03/picture-3.png" alt="" /></p>
<p>What if we wanted to make the image bigger? I would add height and width code to my image HTML.</p>
<p><img src="http://briangriggs.com/wp-content/uploads/tech.jpg" height ="300" width ="300" alt="" /><br />
<img src="http://briangriggs.com/wp-content/uploads/2009/03/picture-6.png" alt="" /></p>
<p>Notice the space from the URL and then the height=&#8221;300&#8243; and width=&#8221;300&#8243; code. Also, I chose 300 as a random number. Make the numbers smaller to shrink your image, larger to make your image pixels larger.</p>
<p>By adding in an align code, I can change how the words wrap around the text. Try adding in an align=&#8221;left&#8221; or align=&#8221;right&#8221; next to where you put the height and width code.</p>
<p><img src="http://briangriggs.com/wp-content/uploads/tech.jpg" height ="100" width ="100" align="right" alt="" /> I&#8217;ve added some text and I will keep typing to see if the image will wrap around correctly using an align=&#8221;right&#8221; code.  I started typing this <em>after</em> where I inserted the image. Below the red circle picture that I&#8217;ve got here I&#8217;ve put the source code so that you can see how I changed the image size and the alignment. Something to look for when you are searching the HTML source code is looking for a .gif, .jpg, or .png file to see where your images are at. I&#8217;ll keep typing and you can keep reading but you should probably just go edit your wiki page by now since this serves the main purpose of being filler text.</p>
<p>Here&#8217;s the code screenshot, complete with where I started typing my text:<br />
<img src="http://briangriggs.com/wp-content/uploads/2009/03/picture-9.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2009/03/10/editing-image-size-and-alignment-in-pbwiki-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.355 seconds -->
