Announcement

Collapse
No announcement yet.

Contact Us Form

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

    Contact Us Form

    I have a small problem with the layout of my Contact Us form. Basically, I can't get the alignment to be the same as that on my other brochure pages.

    I have compared the code and found that somewhere in Actinic, the following is inserted into the Contact Us page:

    <p align="left"></p>
    <form method="POST" action="http://www.steelcube.com/cgi-bin/mf000001.pl">
    <a name="top">
    <input type="HIDDEN" name="RANDOM2" value="0.12345678901234"></a>
    <br>
    <Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/><p></p>
    <div align="center">
    <span class="actxsmall"></span></div>
    I understand that some of this needs to be there but I'd like to remove the <br> and <p> tags. Does anyone know which template or script inserts these?

    Many thanks, James

    #2
    Have you tried checking which templates are generating the code by unticking the "compact cgi-bin and HTML" option and then viewing the source code of the page on the server?


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      That helped a lot. Figured out it was in Act_Primary.html.

      Thanks, James

      Comment

      Working...
      X