House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Flash (CF-Flash)

whitespace in the visible output

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mike Alonzo
08/17/2007 09:59 AM

Hi, I'm having some problems with extra whitespace in the visible output (not just in my source document).  I've reviewed and tried the fav whitespace reducing options (e.g. cfsetting, cfprocessingdirective, cfsilent) but these seem only to apply to the source document. I have a cfform (cfformgroup type=tabnavigator) on the top half of the page and then a regular html table containg 3 vertically aligned cfcharts below.  All is well except for a huge (monitor size) space between the form and the table.  I've played with the height attribute of the cfformgroup to no avail. Any suggestions? Thanks, Mike

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Charles W. Anderson
08/17/2007 02:58 PM

Try making the table with the attribute "valign="top"" that should kickit up where you are tryng to get it... If that doesn't work opy and paste the code for us to review Hi, I'm having some problems with extra whitespace in the visible output (not just in my source document).  I've reviewed and tried the fav whitespace reducing options (e.g. cfsetting, cfprocessingdirective, cfsilent) but these seem only to apply to the source document. I have a cfform (cfformgroup type=tabnavigator) on the top half of the page and then a regular html table containg 3 vertically aligned cfcharts below.  All is well except for a huge (monitor size) space between the form and the table.  I've played with the height attribute of the cfformgroup to no avail. Any suggestions? Thanks, Mike

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mike Alonzo
08/20/2007 10:59 AM

It looks like the problem is that my flash form takes up a certain amount of vertical space no matter what its contents are.  Is there a way to shrink it vertically?  Here is the code that produces the gaping hole.  Thanks for you input! <body> <cfform format="flash">   <cfformgroup type="tabnavigator">     <cfformgroup type="page" label="test page">     </cfformgroup>   </cfformgroup> </cfform> <table width="50%"  border="1">   <tr>     <td>Test output </td>     <td>Test output </td>   </tr> </table> </body> ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
mwhite007
08/20/2007 05:50 PM

The flash form has an attribute for both height and width <cfform format="flash height="400" width="600"> Michael White Photographer, Coldfusion developer http://www.michaelwhitephoto.com mwhite007@sbcglobal.net It looks like the problem is that my flash form takes up a certain amount of vertical space no matter what its contents are.  Is there a way to shrink it vertically?  Here is the code that produces the gaping hole.  Thanks for you input! <body> <cfform format="flash">   <cfformgroup type="tabnavigator">     <cfformgroup type="page" label="test page">     </cfformgroup>   </cfformgroup> </cfform> <table width="50%"  border="1">   <tr>     <td>Test output </td>     <td>Test output </td>   </tr> </table> </body> ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mike Alonzo
08/21/2007 12:00 PM

Hmmm... that worked for me just fine.  Thank you!  I really thought I had already gone down that path...  Maybe I was trying to do it within cfformgroup. Anyhow, thanks, and to answer the other question:  Yes, I'm working Dreamweaver. ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mike Alonzo
08/20/2007 10:59 AM

It looks like the problem is that my flash form takes up a certain amount of vertical space no matter what its contents are.  Is there a way to shrink it vertically?  Here is the code that produces the gaping hole.  Thanks for you input! <body> <cfform format="flash">   <cfformgroup type="tabnavigator">     <cfformgroup type="page" label="test page">     </cfformgroup>   </cfformgroup> </cfform> <table width="50%"  border="1">   <tr>     <td>Test output </td>     <td>Test output </td>   </tr> </table> </body> ----- Excess quoted text cut - see Original Post for more -----

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Charles W. Anderson
08/21/2007 01:15 AM

Do you develop using dreamweaver by chance? The flash form has an attribute for both height and width <cfform format="flash height="400" width="600"> Michael White Photographer, Coldfusion developer http://www.michaelwhitephoto.com mwhite007@sbcglobal.net It looks like the problem is that my flash form takes up a certain amount of vertical space no matter what its contents are.  Is there a way to shrink it vertically?  Here is the code that produces the gaping hole.  Thanks for you input! <body> <cfform format="flash">   <cfformgroup type="tabnavigator">     <cfformgroup type="page" label="test page">     </cfformgroup>   </cfformgroup> [The entire original message is not included]

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
mwhite007
08/21/2007 04:16 PM

I used to, but now I use Eclipse 3.30 and cfeclipse Michael White Photographer, Coldfusion developer http://www.michaelwhitephoto.com mwhite007@sbcglobal.net Do you develop using dreamweaver by chance? The flash form has an attribute for both height and width <cfform format="flash height="400" width="600"> Michael White Photographer, Coldfusion developer http://www.michaelwhitephoto.com mwhite007@sbcglobal.net It looks like the problem is that my flash form takes up a certain amount of vertical space no matter what its contents are.  Is there a way to shrink it vertically?  Here is the code that produces the gaping hole.  Thanks for you input! <body> <cfform format="flash">   <cfformgroup type="tabnavigator">     <cfformgroup type="page" label="test page">     </cfformgroup>   </cfformgroup> [The entire original message is not included]

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Charles W. Anderson
08/21/2007 12:59 PM

Cool good to hear take care... Hmmm... that worked for me just fine.  Thank you!  I really thought I had already gone down that path...  Maybe I was trying to do it within cfformgroup. Anyhow, thanks, and to answer the other question:  Yes, I'm working Dreamweaver. ----- Excess quoted text cut - see Original Post for more ----- [The entire original message is not included]


<< Previous Thread Today's Threads Next Thread >>

Search cf-flash

May 20, 2013

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Designer, Developer and mobile workflow conference