help with a tabel word wrap

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default help with a tabel word wrap

    Hi
    Any one help me please below is the html I have. its reading a .js file from
    an external source. The problem is word wrapping the content I need to make
    the conten wrap with in this table as i have no control of how the external
    content is constructed.
    Any help please.

    <table width="100%" border="0" cellpadding="0" cellspacing="0" id="PARA2">
    <tr>
    <td><script language="JavaScript"
    type="text/javascript" src="http://www.domain.net/p2.js"></script></td>
    </tr>
    </table>



    8 Guest

  2. Similar Questions and Discussions

    1. Word Wrap
      I've a DG and I've set all rows with WordWrap=false but when the cell text is something like "Hello brave new world" the text wrap (for the white...
    2. How do you word wrap a TextInput Label?
      How do you word wrap a TextInput Label? It doesn't appear this can be done. I can word wrap like this: <mx:Text width="150" text="Third Party...
    3. Word Wrap - Two Line Label
      I am using TabNavigator and I want the Tab Labels displayed on two lines. Can anyone offer some guidence. Thank You
    4. Default path word wrap.
      I use InDesign to letter comic books. I make circular paths as bubbles, and put the dialogue for the comic book in the bubble. This works fine,...
    5. Dynamic text word wrap?
      I am still fairly new at this, but I have a little problem in that text I load from a .txt file does not wrap around to the next line. The text just...
  3. #2

    Default Re: help with a tabel word wrap

    anyone not help with this please
    8 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