<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Columns / details displaying after each other not under</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Columns-details-displaying-after-each-other-not-under-69925</link>
        <description></description>
        <pubDate>Tue, 14 Jul 2026 09:43:44 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Columns-details-displaying-after-each-other-not-under-69925" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [ross] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197126#post2197126</link>
          <description><![CDATA[Hi Ross, <br />I have fixed it yeeey! I went back through and looked at where my endif's were (after a hint from Jerry!) and had a closer look at the nested tables that were already working in another page. Was just a simple adjustment but all working now!<br />Thanks!<br />]]></description>
          <pubDate>Tue, 28 Apr 2009 03:05:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197126#post2197126</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197090#post2197090</link>
          <description><![CDATA[Hi Hannah<br /><br />Could you let me know which browsers you are having trouble with?  I had a look at your link there and I wasn't seeing a large space anywhere.<br /><br />I am curious if you had already fixed this perhaps :).<br /><br />Thanks!<br />]]></description>
          <pubDate>Fri, 24 Apr 2009 16:59:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197090#post2197090</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197071#post2197071</link>
          <description><![CDATA[I've been working on this with Jerry and have got all records to finally display! The only problem now is that is has moved my design all about! I have been using nested tables as in the posts above to space out the images, could anyone help me with this a bit more? <br /><br />There seems to be a huge blank space between the late two records and the one that is on the second line and I think this is what is causing the page to move about? This is the page: <a target="_blank" href="http://www.arcschoolsuk.com/CMSB/lightbox2/gallery_arc_school2.php">http://www.arcschoolsuk.com/CMSB/lightbox2/gallery_arc_school2.php</a><br /><br />Attached is the php file, would really appreciate it if someone could have a look and let me know what I need to do.<br /><br />Thanks!<br />]]></description>
          <pubDate>Thu, 23 Apr 2009 09:09:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197071#post2197071</guid>
        </item>
                <item>
          <title>Re: [Perchpole] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196784#post2196784</link>
          <description><![CDATA[LOL the plot thickens....I now get this:<br />Parse error: syntax error, unexpected ')' in /homepages/31/d271660971/htdocs/CMSB/lightbox2/gallery_arc_school2.php on line 93 - if I add that.<br /><br />I've gone back through the code and the other pages where I had the table wrapping working and not sure how to get this page to work.<br /><br />Attached is the page that I'm having issues with, if anyone can take a look and let me know why only one one record is showing I would really appreciate it!<br /><br />Hannah<br />]]></description>
          <pubDate>Mon, 06 Apr 2009 06:15:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196784#post2196784</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196783#post2196783</link>
          <description><![CDATA[Sorry - <br /><br />Missed that. Do this...<br /><br /> <br /><br /> <code><span style="color: #ff0000">&lt;?php foreach ($galleryRecord): ?&gt;[/#ff0000] <br /><br />&lt;?php foreach ($galleryRecord['image'] as $upload): ?&gt;<br />            &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />               &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; rel=&quot;lightbox&quot; title=&quot;&lt;?php echo $upload['info1'] ?&gt;&quot;&gt;<br />                    &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight']?&gt;&quot; border=&quot;0&quot; /&gt;       &lt;/a&gt;<br />            <br />                 &lt;?php elseif ($upload['isImage']): ?&gt;<br />               &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; rel=&quot;lightbox&quot; title=&quot;&lt;?php echo $upload['info1'] ?&gt;&quot;&gt;<br />                    &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; border=&quot;0&quot; /&gt;       &lt;/a&gt;<br />            <br />                 &lt;?php else: ?&gt;<br />            <br />                 &lt;?php endif ?&gt;<br />                   &lt;?php endforeach ?&gt;<br />                &lt;!-- STEP2a: /Display Uploads --&gt;<br />   <span style="color: #ff0000">&lt;?php endforeach; ?&gt;[/#ff0000] <br /><br />         <br />                  &lt;?php if (!$galleryRecord): ?&gt;<br />            No record found!<br />            &lt;?php endif ?&gt;</code><br />]]></description>
          <pubDate>Mon, 06 Apr 2009 06:05:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196783#post2196783</guid>
        </item>
                <item>
          <title>Re: [Perchpole] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196782#post2196782</link>
          <description><![CDATA[I'd tried that but get: Warning: Invalid argument supplied for foreach() in /homepages/31/d271660971/htdocs/CMSB/lightbox2/gallery_arc_school2.php on line 95<br /><br />On line 95 is this: &lt;?php foreach ($galleryRecord['image'] as $upload): ?&gt;<br /><br />I'm getting very confused!<br />]]></description>
          <pubDate>Mon, 06 Apr 2009 05:58:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196782#post2196782</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196781#post2196781</link>
          <description><![CDATA[Get rid of this line...<br /><br /> <code> $galleryRecord = @$galleryRecords[0]; // get first record<br /> </code><br /><br />:0)<br /><br />Perch<br />]]></description>
          <pubDate>Mon, 06 Apr 2009 05:52:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196781#post2196781</guid>
        </item>
                <item>
          <title>Re: [Perchpole] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196780#post2196780</link>
          <description><![CDATA[There is only a list page - the gallery goes no further but I need it to display multiple images. Page is attached!<br />]]></description>
          <pubDate>Mon, 06 Apr 2009 05:12:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196780#post2196780</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196779#post2196779</link>
          <description><![CDATA[Hi, Hannah - <br /><br />Could you attach copies of your List and Detail pages, please.<br /><br />Thanks, <br /><br />:0)<br /><br />Perch<br />]]></description>
          <pubDate>Mon, 06 Apr 2009 05:02:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196779#post2196779</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196776#post2196776</link>
          <description><![CDATA[I've got the columns working on the contact page - it's looking really good thanks! I'm now trying to do a similar thing with the gallery page but it's not working so well! <br /><br />I set the gallery up as a multi page and generated the code for a list page. I put the code for the tables in and then put in the php for my gallery images (taking out all the code for the details that I don't need this time) but it's only displaying 1 thumbnail (I've put in 3 in the editor).<br /><br />Can anyone see what I'm doing wrong here? I will be adding lightbox to the thumbnails once I get this to work!<br /><br />The page in question is this one: http://www.arcschoolsuk.com/CMSB/lightbox2/gallery_arc_school2.php<br /><br />Hannah<br />]]></description>
          <pubDate>Mon, 06 Apr 2009 03:48:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196776#post2196776</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196742#post2196742</link>
          <description><![CDATA[Thankyou so much! I've adjusted the styles a bit to get them to fit but it's working! I now need to apply it to a couple of other pages but thanks for the help!<br /><br />Hannah<br />]]></description>
          <pubDate>Thu, 02 Apr 2009 03:18:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196742#post2196742</guid>
        </item>
                <item>
          <title>Re: [ross] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196711#post2196711</link>
          <description><![CDATA[Try this... It's set up for 4 columns with the maxCols statement<br /><br />I moved the foreach and endforeach statements and put the 2 column stuff in a nested table. It seems to work.<br /><br />Best,<br /><br />Jerry<br /><br />&lt;table width=&quot;10%&quot; border=&quot;0&quot; align=&quot;left&quot; cellpadding=&quot;0&quot;&gt;<br />&lt;tr&gt;<br />&lt;td align=&quot;left&quot; &gt;<br />&lt;tr&gt;<br />&lt;?php foreach ($contact_usRecords as $record): ?&gt;&lt;?php foreach ($record['image'] as $upload): ?&gt;<br />&lt;td align=&quot;center&quot; width=&quot;50%&quot;&gt;<br /><br /><br />&lt;table border=&quot;0&quot; align=&quot;left&quot; cellpadding=&quot;5&quot;&gt;<br />&lt;tr&gt;<br />&lt;td align=&quot;left&quot; valign=&quot;top&quot;&gt;<br /><br />&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;5&quot;&gt;<br />  &lt;tr&gt;<br />    &lt;td align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; style=&quot;border:hidden&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />    &lt;td align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;yourclass&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/div&gt;<br />&lt;div class=&quot;yourotherclass&quot;&gt;&lt;?php echo $record['name'] ?&gt;&lt;br /&gt;<br />&lt;?php echo $record['tel_no'] ?&gt;&lt;br /&gt;&lt;?php echo $record['fax_no'] ?&gt;&lt;br /&gt;&lt;?php echo $record['email'] ?&gt;&lt;/div&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;<br /><br />&lt;/td&gt;<br /><br />&lt;/tr&gt;&lt;/table&gt;<br /><br />&lt;/td&gt;<br />&lt;?php $maxCols=4; if (@++$count % $maxCols == 0): ?&gt;&lt;/tr&gt;&lt;tr&gt;&lt;?php endif; ?&gt;<br />&lt;?php endforeach ?&gt; &lt;?php endforeach ?&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />]]></description>
          <pubDate>Wed, 01 Apr 2009 11:23:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196711#post2196711</guid>
        </item>
                <item>
          <title>Re: [ross] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196709#post2196709</link>
          <description><![CDATA[Hi Ross,<br /><br />This is my template page, built in HTML. I would use tables normally so that I could get everything lined up and even. What would you suggest?<br /><br />http://www.arcschoolsuk.com/html/contact_arc_school.html<br /><br />Will attach the file, if anyone can help tell me the best way to add the CMS but still keep the layout I would be reeeaally grateful!<br /><br />Hannah<br />]]></description>
          <pubDate>Wed, 01 Apr 2009 10:56:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196709#post2196709</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196707#post2196707</link>
          <description><![CDATA[Hi there.<br /><br />With table layouts like that, there are a bunch of things that could be causing the problem. Of course, there are also a bunch of different ways to actually get it going.<br /><br />My recommendation for this would be to take one step back and design yourself a template that has everything working the way you need it. Don't use any CMS Builder code at all. Just hardcode the whole thing.<br /><br />That will give you much more control over how it displays. Once you have a working template, it will be much much easier to get CMS Builder in there.<br /><br />This is how I do all my projects so it's always the way I recommend.<br /><br />Give it a shot and let me know how you make out. Once you have a working template, we can work together at putting CMS Builder into it.<br /><br />Thanks!<br />]]></description>
          <pubDate>Wed, 01 Apr 2009 10:31:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196707#post2196707</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196696#post2196696</link>
          <description><![CDATA[Thanks Jerry,<br /><br />I already have that set up as a table inside a table.<br /><br />This is the code I have used so that each 'person' would have the following:<br /><br />&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />&lt;tr&gt;<br />&lt;td width=&quot;144&quot; align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;?php foreach ($contact_usRecords as $record): ?&gt; <b>cell for photo</b><br />&lt;?php foreach ($record['image'] as $upload): ?&gt;<br />&lt;?php if ($upload['hasThumbnail']): ?&gt;<br />&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br />&lt;?php endif ?&gt;<br />&lt;?php endforeach ?&gt;&lt;/td&gt;<br />    <br />&lt;td width=&quot;15&quot;&gt;&amp;nbsp;&lt;/td&gt;<b>spacer cell between photo and details</b><br />    <br />&lt;td width=&quot;144&quot; align=&quot;left&quot; valign=&quot;top&quot;&gt; &lt;strong&gt;&lt;?php echo $record['name'] ?&gt;&lt;/strong&gt;&lt;br/&gt;<b>cell for details</b><br />&lt;?php echo $record['title'] ?&gt;&lt;br/&gt;&lt;br /&gt;<br />tel &lt;?php echo $record['tel_no'] ?&gt;&lt;br/&gt;<br />fax &lt;?php echo $record['fax_no'] ?&gt;&lt;br/&gt;<br />&lt;?php $record['email'] = preg_replace(&quot;/^\s*&lt;p&gt;/i&quot;, &quot;&quot;, $record['email'] ); ?&gt; <br />&lt;?php echo $record['email'] ?&gt;<br />&lt;/div&gt;<br />&lt;?php endforeach; ?&gt;  &lt;/td&gt;<br />    <br />&lt;td width=&quot;15&quot;&gt;&amp;nbsp;&lt;/td&gt;<b>spacer cell between next person</b><br />&lt;?php $maxCols=3; if (@++$count % $maxCols == 0): ?&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br /><br />&lt;td height=&quot;15&quot; colspan=&quot;4&quot;&gt;&amp;nbsp;&lt;/td&gt;<b>spacer cell to split rows</b><br /><br />&lt;/tr&gt; &lt;?php endif; ?&gt;<br />&lt;?php if (!$contact_usRecords): ?&gt;<br />No records were found!&lt;br/&gt;<br />&lt;?php endif ?&gt;<br />&lt;/table&gt;<br /><br />I then used &lt;?php $maxCols=3; if (@++$count % $maxCols == 0): ?&gt; within the main table but outside floating table. Which is along the lines of what you suggest but not working, it still looks like it does in the link above. Could you or anyone else explain why and what I need to change?!<br />]]></description>
          <pubDate>Wed, 01 Apr 2009 08:06:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196696#post2196696</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196695#post2196695</link>
          <description><![CDATA[Hi Hannah,<br /> <br />Here's an approach that might help<br /><br />If you want to set up sets of rows that you want to wrap, you’ll have to wrap your table inside a table. Here’s a 2 row example using the thumbnail2 image as a link to a detail page, separate Title and Subtitle fields, a hidden border for IE, and a fixed height for the image cell so that everything lines up nicely.<br /><br />&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;5&quot;&gt;<br />&lt;tr&gt;<br />&lt;td align=&quot;center&quot; &gt;<br />&lt;tr&gt;<br />&lt;?php foreach ($your_sectionRecords as $record): ?&gt;&lt;?php foreach ($record['image'] as $upload): ?&gt;<br /> &lt;td align=&quot;center&quot; width=&quot;50%&quot;&gt;<br />&lt;table&gt;<br />&lt;tr&gt;<br />&lt;td height=&quot;350&quot; valign=&quot;bottom&quot;&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath2'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth2'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight2'] ?&gt;&quot; alt=&quot;&quot; style=&quot;border:hidden&quot; /&gt;&lt;/a&gt;<br />&lt;/td&gt;<br />&lt;tr&gt;<br />&lt;/tr&gt;<br />&lt;td &gt;&lt;div align=&quot;center&quot; class=&quot;medium-title&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/div&gt;<br />&lt;div align=&quot;center&quot; class=&quot;medium-text&quot;&gt;&lt;?php echo $record['sub_title'] ?&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />&lt;/td&gt;<br />&lt;?php $maxCols=2; if (@++$count % $maxCols == 0): ?&gt;&lt;/tr&gt;&lt;tr&gt;&lt;?php endif; ?&gt;<br />&lt;?php endforeach ?&gt; &lt;?php endforeach ?&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br /><br />Use your own variable names instead of $yourrecord<br /><br />Best,<br /><br />Jerry Kornbluth<br />]]></description>
          <pubDate>Wed, 01 Apr 2009 07:11:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196695#post2196695</guid>
        </item>
                <item>
          <title>Columns / details displaying after each other not under</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196691#post2196691</link>
          <description><![CDATA[This is the page in question:<br /><a target="_blank" href="http://www.arcschoolsuk.com/CMSB/contact_arc_school.php">http://www.arcschoolsuk.com/CMSB/contact_arc_school.php</a><br /><br />I want the details of each person (photo (to left) and name, tel, email etc) to display across the table, max of three people per row and then go down to a row below.<br /><br />I added  &lt;?php $maxCols=3; if (@++$count % $maxCols == 0): ?&gt; which has helped (I think) but the next detail displays below the one before and not next to. How can I solve this? This is how I want it to look: <a target="_blank" href="http://www.arcschoolsuk.com/html/contact_arc_school.html">http://www.arcschoolsuk.com/html/contact_arc_school.html</a><br /><br />Thanks for your help in advance!<br />Hannah<br />]]></description>
          <pubDate>Wed, 01 Apr 2009 04:11:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196691#post2196691</guid>
        </item>
              </channel>
    </rss>
  