iframes inside a table??

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

  1. #1

    Default iframes inside a table??

    Hi,

    I want a iframe inside a table of the webpage i created...If i use the iframe
    option, it divideds the entire page, but All I want is a small portion of the
    webpage displaying another webpage, So iframe can do this for me..

    But hw do I add the iframe inside my table?????????????//// plzzzz guide

    Drin

    Iamdrin Guest

  2. Similar Questions and Discussions

    1. Scroll inside a table
      Okay this might be a simple question but I'm just simple web designer or what not. So I have a site layout made with a table. Say I have a cell...
    2. CFFORM & TABNAIVAGTOR inside of a table <table> tag
      Has anybody else had a problem putting a CFFORM with TABNAVIGATOR inside of a table? My tab system works fine until I put it inside a table which is...
    3. Displaying MySQL data inside of a table
      Hi all, I have this code so far: <? mysql_connect(localhost, USER, PASS); mysql_select_db(DB); $result = mysql_query("SELECT * FROM...
    4. Form inside a table question
      When I go through the "Validation" Feature of DWMX I get error on a line that "The tag: 'Form' is not allowed within: 'Table'. It is only allowed...
    5. Frames inside table?
      Actually, these are all frames. He just put border frames around the center frame. -- Mike ------------------- Michael Langner Macromedia...
  3. #2

    Default Re: iframes inside a table??

    Hi is this what you want if so just fill in the size of the iframe and source
    you can also put this in a layer.

    <table width="100%" border="0" cellspacing="5" cellpadding="5">
    <tr>
    <td><iframe width="728" name="iframe name" height="90" src="url of
    source" border="0" frameborder="0" scrolling="no" align="left" hspace="0"
    vspace="0"></iframe>*</td>
    </tr>
    </table>

    David Wright 61 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