<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Wojno: Tag paragraph</title>
    <link>http://christopher.wojno.com/articles/tag/paragraph</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Exploration through Code</description>
    <item>
      <title>Rendering Forms in a Paragraph</title>
      <description>&lt;p&gt;Here&amp;#8217;s an example:&lt;/p&gt;


&lt;pre class="code"&gt;
&amp;lt;p&amp;gt;If you're looking for other confidential
search parameters, click
&amp;lt;form action="secret_search" method="post"&amp;gt;
&amp;lt;input type="hidden" value="my secret search parameters"/&amp;gt;
&amp;lt;input type="submit" value="here"/&amp;gt;
&amp;lt;/form&amp;gt;
!&amp;lt;/p&amp;gt;
&lt;/pre&gt;

	&lt;p&gt;You can&amp;#8217;t.&lt;/p&gt;


&lt;Q&gt;The P element represents a paragraph. It cannot contain block-level elements (including P itself).&lt;/Q&gt;
&lt;cite&gt;&lt;a href="http://www.w3.org/TR/REC-html40/struct/text.html#h-9.3.1"&gt;&lt;span class="caps"&gt;HTML4&lt;/span&gt;.0 Reference&lt;/a&gt;&lt;/cite&gt;

	&lt;p&gt;That means you&amp;#8217;re stuck with a line-break if you want to have buttons with form data in your paragraphs.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:16:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:09e1209d-6515-4123-a72e-69e6e5a1f634</guid>
      <author>Christopher Wojno</author>
      <link>http://christopher.wojno.com/articles/2008/07/14/rendering-forms-in-a-paragraph</link>
      <category>How-Tos</category>
      <category>line</category>
      <category>html</category>
      <category>form</category>
      <category>paragraph</category>
      <category>break</category>
    </item>
  </channel>
</rss>
