Form Alignment Problem

liunx

Guest
Hi all,<br />
<br />
Another form alignment problem ;-)<br />
<br />
I have included the code in a text file detailed<br />
below and am having problems with a big space being put<br />
between a couple of the buttons. I have tried quite<br />
a few different ways to sort it but always end up with<br />
a space were I don't want it ;-(<br />
<br />
Second Question is can I have one form but two submit<br />
buttons?? In the code I have a form statement at the<br />
top and then two submit buttons under each other that should<br />
run the same form - can you do this??<br />
<br />
<br />
Sorry I am not brilliant at explaining myself but the<br />
code should help - here it is:<br />
<br />
<br />
click here for problem code (<!-- m --><a class="postlink" href="http://www.cyprusadverts.com/probcode.html">http://www.cyprusadverts.com/probcode.html</a><!-- m -->) <br />
<br />
Many thanks in advance for any help!<br />
<br />
Cheers<br />
<br />
<br />
Steve<!--content-->not sure I understand #1, it looks good to me<br />
<br />
for #2 no you can not have 2 submit buttons.<!--content-->scoutt,<br />
<br />
Many thanks for the reply but regards #1<br />
<br />
Can you see between the arrange viewing and<br />
print details that there is quite a big gap.<br />
I just wanted it to be aligned like the rest.<br />
<br />
Thanks again.<br />
<br />
Steve<!--content-->I see it now, must have looked at it in IE to begin with.<br />
<br />
your code is way invalid. you don't have any html or head or body tags.<br />
<br />
your space is coming from the form tag. add this to it<br />
<br />
<form action="http://cyprusadverts.com/cgi-cyprusadverts/Homes/home_ad.pl" method="POST" style="display: inline"><!--content-->your code is way invalid. you don't have any html or head or body tags. <br />
<br />
Yes sorry - I just copied the offending snippet to<br />
show the code.<br />
<br />
Will try the inline thing though and see if that's<br />
the problem solved.<br />
<br />
Many Thanks<br />
<br />
<br />
Steve<!--content-->Scoutt,<br />
<br />
Just tested it and it's solved the problem -<br />
many thanks for that - a handy one to remember<br />
for the future.<br />
<br />
Cheers Again.<br />
<br />
<br />
Steve<!--content-->
 
Back
Top