|
Mailing Lists
|
Home /
Groups /
ColdFusion Flash (CF-Flash)
whitespace in the visible output
Hi,Mike Alonzo 08/17/07 09:59 A 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 reviewCharles W. Anderson 08/17/07 02:58 P 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!Mike Alonzo 08/20/07 10:59 A The flash form has an attribute for both height and widthmwhite007 08/20/07 05:50 P 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.Mike Alonzo 08/21/07 12:00 P 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!Mike Alonzo 08/20/07 10:59 A Do you develop using dreamweaver by chance?Charles W. Anderson 08/21/07 01:15 A I used to, but now I use Eclipse 3.30 and cfeclipsemwhite007 08/21/07 04:16 P Cool good to hear take care...Charles W. Anderson 08/21/07 12:59 P 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 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 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 ----- 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 ----- 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 ----- 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 ----- 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] 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] 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]
|
May 20, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||