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:
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
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>
<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>
Many thanks, James
Comment