<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024120" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024120</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/different-text-formats-same-line#comment-1148003</link>
    <description> &lt;p&gt;Using  in my example was a bad choice on my part; I&#039;m actually using .  Thanks.&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Mar 2004 14:38:12 +0000</pubDate>
 <dc:creator>webspinner</dc:creator>
 <guid isPermaLink="false">comment 1148003 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/different-text-formats-same-line#comment-1147989</link>
    <description> &lt;p&gt;I thought putting hyperlinks inside  tags was against the w3 guidelines? I swear I read that somewhere...&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Mar 2004 13:20:26 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1147989 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/different-text-formats-same-line#comment-1147829</link>
    <description> &lt;p&gt;Thanks for all the suggestions; I did get everything laid out the way I wanted.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Mar 2004 18:02:06 +0000</pubDate>
 <dc:creator>webspinner</dc:creator>
 <guid isPermaLink="false">comment 1147829 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/different-text-formats-same-line#comment-1147825</link>
    <description> &lt;p&gt;Okay, why on earth are you doing it that way?&lt;br /&gt;
&lt;h5&gt; is a Heading. If you want your headings inline, that&#039;s fine, but don&#039;t use a heading element to make things small. &lt;/h5&gt;&lt;/p&gt;
&lt;p&gt;Hyperlinks are inline elements, so they need to be inside a block level element. &lt;/p&gt;
&lt;p&gt;Assuming you&#039;re using&lt;br /&gt;
&lt;h5&gt; correctly, you should have this:&lt;/h5&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;h5&amp;gt;&lt;br /&gt;&amp;lt;span class=&amp;quot;options&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;info.pdf&amp;quot;&amp;gt;TEXT&amp;lt;/a&amp;gt; &lt;br /&gt;&amp;lt;a href=&amp;quot;info.mp3&amp;quot;&amp;gt;AUDIO&amp;lt;/a&amp;gt; &lt;br /&gt;&amp;lt;a href=&amp;quot;info.avi&amp;quot;&amp;gt;VIDEO&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt; &lt;br /&gt;Information&lt;br /&gt;&amp;lt;/h5&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Even that&#039;s not quite semantic, however it&#039;s closer and will do what you want.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Mar 2004 16:44:57 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1147825 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/different-text-formats-same-line#comment-1147801</link>
    <description> &lt;p&gt;Ah, try setting the &lt;strong&gt;clear: none&lt;/strong&gt; property as well as &lt;strong&gt;display: inline&lt;/strong&gt; on the h5. I can&#039;t recall straight away if you need to use floats or not... but try the above first. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Mar 2004 06:56:34 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1147801 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/different-text-formats-same-line#comment-1147800</link>
    <description> &lt;p&gt;An example would be, say you had some information to present to the user in three different forms: text, audio and video.  Say you want to show a hyperlink for each media form followed by a title all on the same line.  The HTML might look something like:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;info.pdf&quot;&gt;TEXT&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;info.mp3&quot;&gt;AUDIO&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;info.avi&quot;&gt;VIDEO&lt;/a&gt;&lt;/p&gt;
&lt;h5&gt;Information&lt;/h5&gt;
&lt;p&gt;which I have tried; the hyperlinks all show up fine all on the same line; however, the last test item is on the next line.  Any ideas?  Thanks.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Mar 2004 06:27:52 +0000</pubDate>
 <dc:creator>webspinner</dc:creator>
 <guid isPermaLink="false">comment 1147800 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/different-text-formats-same-line#comment-1147799</link>
    <description> &lt;p&gt;Do you have an example I could look at?&lt;/p&gt;
&lt;p&gt; Try using &lt;a href=&quot;http://blooberry.com/indexdot/css/properties/classify/clear.htm&quot; class=&quot;bb-url&quot;&gt;clear: none&lt;/a&gt;, but I&#039;m not sure of the exact nature of the problem.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Mar 2004 05:46:36 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1147799 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
