Form introducing weird spacing in table.

liunx

Guest
My website layout lies within a table with two rows, one cell in the first row, three cells in the second row, and each cell has it's own table. Until now, it's worked fine, but I've tried adding a form to the center cell in the second row (the main screen), and now the third cell has been nudged out of alignment. I don't know anything about forms--I got the code for this one from one of those cute pre-fab pages--but I looked over the code as best I can, and I don't know what could be causing it. If I cut the form code, the page falls back into alignment. Help, please? :)<br />
<br />
<!-- m --><a class="postlink" href="http://psilonis.no-frills.net/delladevina/Join1.html">http://psilonis.no-frills.net/delladevina/Join1.html</a><!-- m --><br />
<br />
Thank you!<!--content-->Change 70 to 60:<br />
<TEXTAREA name=Comment rows=10 cols=60><br />
:rocker: :rocker:<!--content-->Banish the BLOCKQUOTE whereever you find it. It is an evil and nasty tag that will do wicked and wild things to formatting as it assumes that it is greater and mightier than all around it.<br />
<br />
In other words, remove all the <blockquote> and </blockquote> and format your form in some other way - table cells, <p>, <br> whatever, but not with the awful blockquote.<br />
<br />
I would also ensure you surround your table witht the <form> </form> tags because at the moment it appears that the starting <form> is outside the beginning <table>, while the ending </form> appears before the </table>.<br />
<br />
Oh, and also as Peter said, make sure your textareas aren't wider than that particular table.<br />
<br />
That's just a quick glance, so try those and see what happens. <br />
<br />
Neil<!--content-->The <p> .. </p> tags enclosing a table aren't valid markup: [See this (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fpsilonis.no-frills.net%2Fdelladevina%2FJoin1.html&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=&outline=&sp=">http://validator.w3.org/check?uri=http% ... tline=&sp=</a><!-- m -->)].<br />
<br />
The <blockquote> is valid markup, but as noted can do strange things.<!--content-->Thanks, everyone! Changing the column number fixed the problem, but I took out the unnecessary <p> tags and cut out the <BLOCKQUOTE> rubbish. I appreciate it! :)<!--content-->Originally posted by Option1 <br />
Banish the BLOCKQUOTE whereever you find it. It is an evil and nasty tag that will do wicked and wild things to formatting as it assumes that it is greater and mightier than all around it.<br />
<br />
In other words, remove all the <blockquote> and </blockquote> and format your form in some other way - table cells, <p>, <br> whatever, but not with the awful blockquote.<br />
<br />
I would also ensure you surround your table witht the <form> </form> tags because at the moment it appears that the starting <form> is outside the beginning <table>, while the ending </form> appears before the </table>.<br />
<br />
Oh, and also as Peter said, make sure your textareas aren't wider than that particular table.<br />
<br />
That's just a quick glance, so try those and see what happens. <br />
<br />
Neil <br />
<br />
hey! <BLOCKQUOTE> is one of my fav tags!<!--content-->Originally posted by kevin <br />
hey! <BLOCKQUOTE> is one of my fav tags! My eyes are getting tired. I read that wrong. So what is a "tav"? ;)<br />
<br />
Besides <blockquote> is grossly misused. Fancy using it to format a form - what a nonsense. :)<br />
<br />
Neil<!--content-->hehehe.... put your glasses on old man :P <br />
<br />
<br />
"fav" as in favoritism, you know, its how I favoritism Ryan! :P<!--content-->Now there's a tav fag. ;) :moonie: <br />
<br />
Ohhhhhh now I'm gonna get it. :shady: :hotbounce :cheers: :rofl: :devil: <br />
<br />
Neil<!--content-->
 
Back
Top