"Sherm Pendley" <> wrote in message
news:...
> "Andy" <> writes:
>
>> You're looking at my first suggestion, I was referring to my last
>> suggestion.
>
> ... a reference which had SFA to do with my criticism of your first
> one, other than being a tacit admission that I was right, that the
> first was utter gibberish.
>
>> ... I don't lie.
>
> Lie, spin, deflect - Call it whatever helps you sleep better.
>
> sherm--
>
> --
> Sherm Pendley <www.shermpendley.com>
> <www.camelbones.org>
> Cocoa Developer
>
Hi Sherm,
I think you may be having a problem with Google Groups being out of sync
with newsreaders or not fully listing all replies.
If you recall the OP's original post, he was just looking for a fix for the
Submit and Abort buttons not lining up. Because the OP stated that it wasn't
particularly urgent, his code worked and he/she just wanted a simple fix I
suggested that he/she moves the <form> and </form> tags to somewhere in the
code that wouldn't render text (e.g. in between <table> and <tr>), which
solved the problem.
Based on how the OP phrased his/her request I didn't think that validation
would be an issue, plus, to be perfectly honest, his/her code had loads of
errors in it anyway so it was pretty clear that validation wasn't exactly
top of the list of requirements.
I should have known better!
Sure enough (you guys just love that validator) the first reply to my
suggestion from rf (10 mins later) pointed out that my quick fix would
produce validation errors.
Okay I thought, I do remember this issue cropping up before and there being
a correct way to do it, so I Googled it and found this solution...
form { margin-bottom: 0; }
.... which as you know removes the unwanted whitespace below form elements.
I then showed the OP's original code with the <form> </form> elements within
a containing <td>
Now this is where things got sticky...
You replied to my updated suggestion post (the one with the style solution),
but somehow you quoted part of (as in cut&paste) my original/first post (the
one with the move the <form> tags solution) and not the actual post you were
replying to.
I didn't realise that you had misquoted me (i.e. didn't spot that you had
replied reference my first post) and couldn't understand why you thought
that adding a valid style declaration would cause validation errors.
My mistake, for which I apologise, is that at this point I thought you were
just spoiling for an argument and wrongly told you to "Stop trolling".
Again you replied saying that the <form> elements must either contain the
whole <table> ... </table> or be within <td> ... </td>.
I thought to myself "What is this guy on about? my last suggestion clearly
has the <form> tags inside a single <td>", so I replied to you stating this
and included a cut&paste of my post to prove it.
Now clearly at this point you still couldn't see/find my updated suggestion
and professed to the whole World that I was a liar and that my cut&paste of
my updated suggestion was false/made up. To back up your claim you
cut&pasted a part of my original post and provided this link...
http://groups.google.com/group/alt.h...c065deae3fb097
.... which you said would prove that I was lying.
I followed your link, and interestingly although it does list the posts in
this topic, it cuts off right after my first post. I'm not going to suggest
that you manipulated the url to only show what you wanted, so again I'll
chalk this up to a glitch.
Here's a url to the entire topic on Google Groups...
http://groups.google.com/group/alt.h...726057b69fd5b#
.... which clearly shows my updated suggestion at 09:27am.
I did reply to you to let you know that you were quoting my first post and
not my second and included the time/size etc to help you find it. I also
cut&pasted the entire message (including the headers and previous post) to
prove this to you but again you insisted that I was lying, spinning and
deflecting so that I could sleep at night.
I'm not after an apology as I'm guessing you're the sort of person that will
never admit when you have made a mistake, but I did want everyone else to
know that I do not lie... what you think of me is not important.
Andy