Prev: pop-up at the mouse position
Next: In D 3, how can I get rid of empty space at the bottom of mytables?
From: Robert Montgomery on 29 May 2010 14:42 In D 3, how can I get rid of empty space at the bottom of my tables? The text is only at the top of my tables, and the bottoms are empty, but the tables won't collapse so that they're smug against the text. Adobe Help Viewer says: "Select a layout table by clicking the tab at the top of the table, and then click Clear Row Heights in the Property inspector (Window > Properties)" But there's no tab at the top of my tables. There's only a downward-facing, black arrow, which appears only when I hover the mouse arrow at the edge of my tables. Robert
From: MD34 on 29 May 2010 17:49 On Sat, 29 May 2010 18:42:24 GMT, Robert Montgomery <info-block(a)northern-data-tech.net> wrote: >In D 3, how can I get rid of empty space at the bottom of my tables? > >The text is only at the top of my tables, and the bottoms are empty, but >the tables won't collapse so that they're smug against the text. > >Adobe Help Viewer says: "Select a layout table by clicking the tab at >the top of the table, and then click Clear Row Heights in the Property >inspector (Window > Properties)" > >But there's no tab at the top of my tables. There's only a >downward-facing, black arrow, which appears only when I hover the mouse >arrow at the edge of my tables. > >Robert Check the CSS for that table or div
From: MD34 on 6 Jun 2010 16:07
On Sun, 06 Jun 2010 04:50:32 GMT, Robert Montgomery <info-block(a)northern-data-tech.net> wrote: >MD34 wrote: >> On Sat, 29 May 2010 18:42:24 GMT, Robert Montgomery >> <info-block(a)northern-data-tech.net> wrote: >> >>> In D 3, how can I get rid of empty space at the bottom of my tables? >>> >>> The text is only at the top of my tables, and the bottoms are empty, but >>> the tables won't collapse so that they're smug against the text. >>> >>> Adobe Help Viewer says: "Select a layout table by clicking the tab at >>> the top of the table, and then click Clear Row Heights in the Property >>> inspector (Window > Properties)" >>> >>> But there's no tab at the top of my tables. There's only a >>> downward-facing, black arrow, which appears only when I hover the mouse >>> arrow at the edge of my tables. >>> >>> Robert >> Check the CSS for that table or div > >What do you mean? Check the CSS where? For what? > >Robert If you are using tables, check for fixed height If you are using a CSS from a template, check the padding in the CSS |