Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Positioning of text

    I'd like to create a block of text on a blank page that is centered both
    horizontally and vertically no matter what the size of someone's screen or
    browser is. Is it possible to do this in Contribute?

    Badly Drawn Boy Guest

  2. Similar Questions and Discussions

    1. Positioning pop-up menus
      Is there any reasonable way to get pop up menus in the same position in MSIE and Firefox. cf http://www.webgeekstress.com/eMeter/index_dwtweak.htm:...
    2. About positioning text
      Hi, i dont really know how to use the text in DreamWeaver. I know you can align it right,left etc.. But OMG cant you put it wherever you want??I...
    3. positioning
      im trying to move a div tag to the right side, ive tried using "float" but it doesnt work the way i want it to. i tried setting its position as...
    4. CSS Div Positioning
      Anybody know how to cause a DIV to be aligned to the bottom of the page? If you go to: http://www.tilaru.com/NewSite/index.php you'll see that my...
    5. positioning text in long fields
      I have long scrolling fields with several chapter headings. I want to bring the chapters to the top of the field box with chapter buttons at the...
  3. #2

    Default Re: Positioning of text

    Here is one way to do it:

    1. In the blank-page create a table: 1 row, 1 column, width 100%, border 0
    2. Inside this (outside) table create another (inside) table with your
    text-images: 1 row, 1 column, width your-width, border what-you-prefer
    3. Select the outside-table and go to the table properties, set Hor. alignment
    to Center en Vert. alignment to Middle

    Your inside-table is now centered in the outside-table.

    4. In the menu choose: File, Actions, Edit Page Source in External Application
    5. Now in the external application remove the doctype declaration at the
    absolute top of the source code
    6. Select the outside-table and add height="100%" to the table tag
    7. Save the file
    8. Go back to Contribute and Publish your page

    grtz.
    Hayo

    ThinkInk Guest

  4. #3

    Default Re: Positioning of text

    Thank you! This is exactly what I was looking for.
    Badly Drawn Boy 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