|
Posted by Jukka K. Korpela on 02/19/07 23:03
Scripsit jodleren:
> I have a form, which has a comment after the text field, eventually a
> button or something, then the text... the point, I was expecting to
> align left when I set the last field to colspan=3.
> The code below does not align as I want it too.. I think it is clear
> when you see it...
It isn't. Even after you posted the URL, you haven't said _what_ was it that
you expected to align left and how (on which browser) it isn't aligned left.
You have no align="left" attribute, though that's the default, and all the
fields look very much left aligned to me on IE 7, except the very last cell
where you have ALIGN=RIGHT in your code (and a semantically wrong P
element - there's no paragraph there).
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|