<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040194" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040194</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226890</link>
    <description> &lt;p&gt;This is just a rough example of a code I made to do exactly what you want. but you will need to add your own attributes and properties to complete it, you cannot just copy and paste. I recommend using this as a guide, rather than a code.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: #img1 {&lt;br /&gt;
top: 150px;    // Keep the &quot;top&quot; identical on all the images.&lt;br /&gt;
left: 300px;    // If you images are 100px width x 100px height.&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;#img2 {&lt;br /&gt;
top: 150px;&lt;br /&gt;
left: 420px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;#img3 {&lt;br /&gt;
top: 150px;&lt;br /&gt;
left: 540px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;#img4 {&lt;br /&gt;
top: 150px;&lt;br /&gt;
left: 660px;&lt;br /&gt;
}&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Let us know if you need any more help.&lt;br /&gt;
If you want,k you could always try W3 Schools.&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/css/default.asp&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/css/default.asp&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Nov 2007 13:54:25 +0000</pubDate>
 <dc:creator>Reece S</dc:creator>
 <guid isPermaLink="false">comment 1226890 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226836</link>
    <description> &lt;p&gt;Perhaps I&#039;m a bit late for this, but there is a &lt;a href=&quot;http://css.maxdesign.com.au/floatutorial/tutorial0401.htm&quot; class=&quot;bb-url&quot;&gt;tutorial at css.maxdesign.com&lt;/a&gt;. If that is not suitable, try the rest of the &quot;Floatutorials&quot;.&lt;/p&gt;
 </description>
     <pubDate>Thu, 29 Nov 2007 01:51:46 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1226836 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226718</link>
    <description> &lt;p&gt;you missed the semi-column after the 150px&lt;strong&gt;;&lt;/strong&gt; &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;
&lt;p&gt;BTW using&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#apollo li{&lt;br /&gt;&amp;nbsp; width:18.9%;&lt;br /&gt;&amp;nbsp; float:left;&lt;br /&gt;&amp;nbsp; text-align:center;&lt;br /&gt;&amp;nbsp; padding:0 0 100px 0;&lt;br /&gt;&amp;nbsp; margin-right:1%;&lt;br /&gt;&amp;nbsp; background-position:50% 100%;&lt;br /&gt;&amp;nbsp; background-repeat:no-repeat;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;seem to work as well- I&#039;ve got the css edit toolbar with firefox and can see it work&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Nov 2007 17:03:30 +0000</pubDate>
 <dc:creator>calculator</dc:creator>
 <guid isPermaLink="false">comment 1226718 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226717</link>
    <description> &lt;p&gt;Tried that, didn&#039;t work &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>Mon, 26 Nov 2007 16:48:38 +0000</pubDate>
 <dc:creator>Trinitrotoluene</dc:creator>
 <guid isPermaLink="false">comment 1226717 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226716</link>
    <description> &lt;p&gt;ok then try a width of 150px instead and also add a clearing p after the list.&lt;/p&gt;
&lt;p&gt;You can remove the #apollo, #apollo li{ margin:0; padding:0; }, I checked your code and you do the *{ margin:0; padding:0; }&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Nov 2007 16:43:48 +0000</pubDate>
 <dc:creator>calculator</dc:creator>
 <guid isPermaLink="false">comment 1226716 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226715</link>
    <description> &lt;p&gt;Hi Calculator!&lt;/p&gt;
&lt;p&gt;Thanks once again. The only problem now is they are stacking instead of side by side. I&#039;m in firefox but I changed the width anyway and they are still stacking!&lt;/p&gt;
&lt;p&gt;Thanks again pal &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>Mon, 26 Nov 2007 16:39:24 +0000</pubDate>
 <dc:creator>Trinitrotoluene</dc:creator>
 <guid isPermaLink="false">comment 1226715 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226713</link>
    <description> &lt;p&gt;Hi Trinitrotoluene,&lt;br /&gt;
Cool, so here&#039;s the code for it &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;
&lt;p&gt;Let&#039;s say your image is a 100px square, what you would get is:&lt;br /&gt;
in the html&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;ul id=&amp;quot;apollo&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;li id=&amp;quot;ap1&amp;quot;&amp;gt;Apollo 1&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li id=&amp;quot;ap1&amp;quot;&amp;gt;Apollo 2&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li id=&amp;quot;ap1&amp;quot;&amp;gt;Apollo 3&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li id=&amp;quot;ap1&amp;quot;&amp;gt;Apollo 4&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li id=&amp;quot;ap1&amp;quot;&amp;gt;Apollo 5&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;and in your CSS:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#apollo, #apollo li{margin:0; padding:0; }&lt;br /&gt;#apollo li{ width:19% float:left; text-align:center; padding:0 0 100px 0; margin-right:1%; background-position:50% 100%; background-repeat:no-repeat; }&lt;br /&gt;#ap1{ background-image:url(&amp;quot;/missionbadges/apollo1badge.png&amp;quot;); }&lt;br /&gt;#ap2{ background-image:url(&amp;quot;/missionbadges/apollo2badge.png&amp;quot;); }&lt;br /&gt;#ap3{ background-image:url(&amp;quot;/missionbadges/apollo3badge.png&amp;quot;); }&lt;br /&gt;#ap4{ background-image:url(&amp;quot;/missionbadges/apollo4badge.png&amp;quot;); }&lt;br /&gt;#ap5{ background-image:url(&amp;quot;/missionbadges/apollo5badge.png&amp;quot;); }&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;If the blocks are stacked one above the other and not one next to each other change the width 19% to 18.9% - IE6 - flunked maths and the box model exam &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;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Nov 2007 16:24:38 +0000</pubDate>
 <dc:creator>calculator</dc:creator>
 <guid isPermaLink="false">comment 1226713 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226708</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://img255.imageshack.us/img255/7180/mockupyv6.jpg&quot; class=&quot;bb-url&quot;&gt;http://img255.imageshack.us/img255/7180/mockupyv6.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That&#039;s how I&#039;d like it! Once again thanks for all your help and advice &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>Mon, 26 Nov 2007 14:44:37 +0000</pubDate>
 <dc:creator>Trinitrotoluene</dc:creator>
 <guid isPermaLink="false">comment 1226708 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226707</link>
    <description> &lt;p&gt;Hi Trinitrotoluene,&lt;/p&gt;
&lt;p&gt;I am confused about what you want &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;
&lt;p&gt;Are you after something like&lt;/p&gt;
&lt;p&gt;[image]Apollo 1 [image] Apollo 2 [image]Apollo 3 [image] Apollo 4&lt;/p&gt;
&lt;p&gt;If that&#039;s the case, using the model before, add the following to the .imgbg class&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;width:250px;&lt;br /&gt;float:left;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;if the above is not what you want, could you make a picture - or find an example - of what you want to achieve.&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Nov 2007 14:02:56 +0000</pubDate>
 <dc:creator>calculator</dc:creator>
 <guid isPermaLink="false">comment 1226707 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-pictures-and-text-css#comment-1226702</link>
    <description> &lt;p&gt;Thank you calculator! Unfortunately I can&#039;t seem to get them to stay on one line. Ideally I need four next to each other &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>Mon, 26 Nov 2007 13:25:56 +0000</pubDate>
 <dc:creator>Trinitrotoluene</dc:creator>
 <guid isPermaLink="false">comment 1226702 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
