How to center a flash grid.

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default How to center a flash grid.

    I?m sure I?m overlooking something simple. I have a grid in flash format I'd
    like to center it inside a cfform format flash. My grid consists of only two
    columns and it?s aligning to the left. Doesn't look good. I like it to be in
    the middle of the page. Thanks in advance.


    soonersak Guest

  2. Similar Questions and Discussions

    1. New Line in Flash Grid
      Anyone know how to enter a newline "#Chr(13)#"&"#Chr(10)#" into <cfgrid selectmode="edit"...> what I'm trying to do is to edit a single grid box...
    2. CF7 - Flash Grid
      Hi, I have the code below which is supposed to display X number of grids in my form (depending on the number of sections), each grid will display a...
    3. original size Flash Projectors that open in center of the screen
      I've created a Flash movie that is 600x400 pixels in size. It's going on to an autoplay CD and so needs publishing as a projector file. Is there any...
    4. How do I center my Flash animation on the screen??
      I have made a Flash animation using Flash 5 and at the moment when I play it with Flash Player it appears in the top left hand corner of my screen....
    5. Flash Grid
      Hi people, just trying out Freehand for the first time and one thing that seems odd is the Grid, I'm so used to using Grids like the one found in...
  3. #2

    Default Re: How to center a flash grid.

    Enclose your grid in the following

    <cfformgroup type="HORIZONTAL" width="100%" style="horizontalAlign:center"></cfformgroup>


    Ken
    The ScareCrow Guest

  4. #3

    Default Re: How to center a flash grid.

    Thank you!
    soonersak Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139