Announcement

Collapse
No announcement yet.

cant sort this table

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    cant sort this table

    please help me see where i have gone wrong with this layout,

    the nav buttons are 20px high and i want the table to be the same hight ie: the black background, at www.myactinic.co.uk http://www.myactinic.co.uk

    here is all code from said table which sits below table containing top graphic

    <table width="100%" border="0" cellpadding="0" bgcolor="#000000">
    <tr>
    <td height="20">&nbsp;</td>
    <td width="762" height="20" align="left"><table width="100%" height="25" border="0" cellpadding="0">
    <tr>
    <td width="114" height="20">NETQUOTEVAR:NAVBHOME</td>
    <td width="114" height="20">NETQUOTEVAR:NAVBSITEMAP</td>
    <td width="114" height="20">NETQUOTEVAR:NAVBMAIL</td>
    <td width="114" height="20">NETQUOTEVAR:NAVBINFO</td>
    <td height="20" align="right">&nbsp;</td>
    </tr>
    </table></td>
    <td height="20">&nbsp;</td>
    </tr>
    </table>
    Simbo thanks you in advance again

    Location: Jersey Channel Islands

    #2
    Have you tried using a shim for the table row rather than a &nbsp; .. it could be the line height causing an issue.

    I am amazed Actinic marketing allowed that URL


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      sorry no joy

      i even just tried copying all code exactly from <table> to </table> containing the netqoutevars home, sitemap, contact, from primary and inserted into broucher where i want it to display but for some reason in act_brouchrprimary the the last cell that you do not specify the width steps down expanding the height.

      im stumped..
      Simbo thanks you in advance again

      Location: Jersey Channel Islands

      Comment


        #4
        this is the code

        displays buttons in black bar in primary,

        <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tr>
        <td width="114" height="26">NETQUOTEVAR:NAVBSITEMAP</td>
        <td width="114">NETQUOTEVAR:NAVBMAIL</td>
        <td width="114">NETQUOTEVAR:NAVBINFO</td>
        <td>&nbsp;</td>
        </tr>
        </table>

        nested in a <td>

        this will not nest in my table in broucher without expanding the hight of the table im nesting it in
        Simbo thanks you in advance again

        Location: Jersey Channel Islands

        Comment


          #5
          You need to make sure you are copying over the code correctly, as the Primary and the Brochure differ very slightly..

          You should see this in the default Brochure page..

          <tr>
          <td background="top_bar.gif"><table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
          <td>&nbsp;</td>
          </tr>
          </table> </td>
          </tr>

          replace <td>&nbsp;</td> with


          <td width="168" height="26">NETQUOTEVAR:NAVBSITEMAP</td>
          <td width="167">NETQUOTEVAR:NAVBMAIL</td>
          <td width="168">NETQUOTEVAR:NAVBINFO</td>
          <td>&nbsp;</td>


          It works for me here.

          Kind regards,
          Bruce King
          SellerDeck

          Comment


            #6
            sorted

            thanks guys,
            the problem was editing in dw had removed the trailing </body> and </html> tags probably amongst others.
            started a fresh and have no problems now, must be moe carefull to view code window before making changes to see exactly what dw is about to do.
            Simbo thanks you in advance again

            Location: Jersey Channel Islands

            Comment

            Working...
            X