From: Wesley M. <we...@we...> - 2003-09-18 17:43:30
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 1. If I add a margin attribute to the calborder style, then all vertical spacing between boxes will be equal, but this margin pixel value must be at least as large as the space inserted by the closing form tag, unless the second approach is used. 2. If I add an empty <form>...</form> pair of tags around each box, then all vertical spacing will also be equal. The two combined will ensure everything looks right everywhere, regardless of CSS support. Is that the preferred solution? I would say yes, but all those empty form tags are kind of yucky, and maybe PHP iCalendar already states CSS as a requirement, in which case only #1 is technically acceptable. On Thursday, September 18, 2003, at 01:58 AM, Chad Little wrote: > I was trying to decide where I could put that and 1) have it not cause > space and 2) be valid. Whatever meets those two things should be fine. > Im not going to have time to work on it anymore until saturday. > > On Wednesday, September 17, 2003, at 06:33 PM, Wesley Miaw wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> In sidebar.php:59, the closing FORM tag is commented out. This >> results in illegal HTML. I know it gets rid of the extra whitespace >> that shows up in the navigation sidebar box, but it needs to be >> included. >> >> If you don't want the whitespace to show up, we can move the opening >> and closing form tags outside the enclosing table, and remove the >> spacer of height 10 from the bottom. Things will end up looking the >> same. - -- Wesley Miaw, Wesley Miaw Consulting http://www.wesman.net/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (Darwin) iD8DBQE/ae68Qv4agqRAk2kRAveeAJ9t/c0iZRCRWklKostAychQWV7YxQCfbW8L l8UU/Nzh0cOnzHvb3T8+hNQ= =P/yR -----END PGP SIGNATURE----- |