Forums

Last record in edit list is below last template module

dawgfather 03 Jun, 2010
Hello -

The edit list of records for a user to select from displays all the records but the last record (record count does not seem to matter) below the footer and bottom modules of my template. I have tried to comment out all of the "features" of the template to see if that affects this result and it does not. I also removed the footer code for the connection in chronoconnectivity, but still no joy. I have included a screen shot of both the result and the source code as rendered.

Any help would be most appreciated

Thanks

Source Code as Rendered

<div id="maincontent-block">
                												
                												                													<h1>Edit Your App Code Profile</h1>   
		
		<form action="index.php?option=com_chronoconnectivity&connectionname=cn_appdata" method="post" name="connectivity"><br />
<!--<a href="/submitapp/updateapp.html?connectionname=cn_appdata&task=newrecord">New Record</a><br /> -->
<table style="text-align: left; " border="0" cellpadding="2" cellspacing="0">
  <tbody>
    <tr>
      <td style="font-weight: bold; width: 150px; ">User ID</td>

      <td style="font-weight: bold; width: 150px;">App Name</td>
      <td style="font-weight: bold; width: 150px;">App Category</td>
    </tr>
  </tbody>
</table>
<!--<div class="clr" style="border-bottom: 3px solid #222; padding: 3px; margin-bottom: 10px;"></div>--><table style="text-align: left; " border="0" cellpadding="2" cellspacing="0">
  <tbody>
    <tr>
      <td style="width: 150px;"><a href="/submitapp/updateapp.html?connectionname=cn_appdata&task=editrecord&cids=2">Edit Record</a> 69</td>

      <td style="width: 150px;">jm</td>
      <td style="width: 150px;">Business</td>

    </tr>
  </tbody><table style="text-align: left; " border="0" cellpadding="2" cellspacing="0">
  <tbody>
    <tr>
      <td style="width: 150px;"><a href="/submitapp/updateapp.html?connectionname=cn_appdata&task=editrecord&cids=3">Edit Record</a> 69</td>

      <td style="width: 150px;">jm22</td>
      <td style="width: 150px;">Finance</td>

    </tr>
  </tbody><table style="text-align: left; " border="0" cellpadding="2" cellspacing="0">
  <tbody>
    <tr>
      <td style="width: 150px;"><a href="/submitapp/updateapp.html?connectionname=cn_appdata&task=editrecord&cids=4">Edit Record</a> 69</td>

      <td style="width: 150px;">jm77</td>
      <td style="width: 150px;">Entertainment</td>

    </tr>
  </tbody><table style="text-align: left; " border="0" cellpadding="2" cellspacing="0">
  <tbody>
    <tr>
      <td style="width: 150px;"><a href="/submitapp/updateapp.html?connectionname=cn_appdata&task=editrecord&cids=5">Edit Record</a> 69</td>

      <td style="width: 150px;">jmtest2</td>
      <td style="width: 150px;">Business</td>

    </tr>
  </tbody><table style="text-align: left; " border="0" cellpadding="2" cellspacing="0">
  <tbody>
    <tr>
      <td style="width: 150px;"><a href="/submitapp/updateapp.html?connectionname=cn_appdata&task=editrecord&cids=6">Edit Record</a> 69</td>

      <td style="width: 150px;">rtest</td>
      <td style="width: 150px;">Social Networking</td>

    </tr>
  </tbody></form>
                												                    										</div>
                    										</div>
                    										<div class="clr"></div>

                        									                    									</div>
                    								</div>    
                    							</div>
            						        </div>
            						    </div>
            						    <!--End col1wrap -->
           						        <!--Begin col2 -->
           						         
            						    <!---End col2 -->
            						    <!--Begin col3 -->

            						     
            						    <!--End col3-->
        							</div>
    							</div>
							</div>
						</div>
						<div class="corner" id="bl"></div>
						<div class="corner" id="br"></div>
						<div class="corner" id="tl"></div>
						<div class="corner" id="tr"></div>

						</div>
						<!--End Main Content Block-->
					</div>
					<!--Begin Bottom Main Modules-->
										<!--End Bottom Main Modules-->
					<div class="sec-div"></div>
					<!--Begin Bottom Bar-->
					<!--JM Commented out for app and company edit <div id="botbar"><div id="botbar2"><div id="botbar3"> -->
											<!--JM Commented out for app and company edit <div id="top-button"><a href="#" id="top-scroll" class="top-button-desc">Top</a></div> -->

					<!--JM Commented out for app and company edit </div></div></div> -->
					<!--End Bottom Bar-->
					<!--Begin Bottom Section-->
															<div id="footerbar">
						<div id="footerbar2">
							<div id="footerbar3">
																<div class="footer-mod">
									
								</div>
															</div>

						</div>
					</div>
					<!--End Bottom Section-->
				</div>
			</div>
		</div>
					</body>
</html>
GreyHead 03 Jun, 2010
Hi dawgfather,

I'm not quite sure what Body section code you are using. You seem to have a separate table for each roew and the last one seems to be missing the </table> tag
<table style="text-align: left; " border="0" cellpadding="2" cellspacing="0">
  <tbody>
    <tr>
      <td style="width: 150px;"><a href="/submitapp/updateapp.html?connectionname=cn_appdata&task=editrecord&cids=6">Edit Record</a> 69</td>

      <td style="width: 150px;">rtest</td>
      <td style="width: 150px;">Social Networking</td>

    </tr>
  </tbody></form>
Normally I'd set up the table in the header and put just a <tr>. . .</tr> in the Body box, with the final </table> in the footer.

Bob
This topic is locked and no more replies can be posted.