Announcement

Collapse
No announcement yet.

Footer Problem

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

    Footer Problem

    Hi,
    I have a footer in the act primary. It works but there is a white gap on the bottom of the left hand column. I need that cream colored column to go all the way down. Here is the link to have a look.

    http://www.upupandaway-flowers.ca/acatalog/index.html

    I don't know what is causing it. The table is a 100%, I even tried making it smaller.
    Thanks
    Randy

    #2
    You have put your footer code after the end of the main table, rather than just before the end of the main table.

    Look in Act_Primary for code like this...

    Code:
    NETQUOTEVAR:FORMEND<br>
    	</TD></TR>
    </TABLE>
        </td>
      </tr>
    </table>
    Your code needs to go just after the first </TABLE> in that code (the one in caps).

    Comment


      #3
      Footer Problem

      Hi Chris,

      WORKED GREAT!! Thank You! I've almost got everything done now. It wouldn't have been as quick or as easy if it wasn't for this forum and all the great support you guys give.

      Appreciate it!

      Randy

      Comment

      Working...
      X