Problem with Layout Table

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

  1. #1

    Default Problem with Layout Table

    It seems that my regular tables are staying stationary. However, My layout
    Table will not, it moves all over the place. Is there a property where you can
    set the layout table in a permanent position?

    Here is an example of ebay auction template that we made.
    <a target=_blank class=ftalternatingbarlinklarge
    href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=7244002064
    The">[url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=7244002064[/url]
    The</a> text is in the layout table.
    Any Help will be greatly appreciated, thank you for your time.

    Jeff

    Jsudman Guest

  2. Similar Questions and Discussions

    1. Layout Table/Frame Help!!!
      I have been trying to create a layout in Dreamweaver MX 2004. Basically, I have series of thumbnails on the left and a larger preview on the right...
    2. table layout
      this is probably just a simple one, but i'm a simple person, so here goes................ i've created a small table in dm8 to display some...
    3. Record Set table layout?
      I don't have a problem laying out a recordset in php/mysql, but each record is returned in a single row of a table file. Is there a way to return...
    4. HELP WITH LAYOUT TABLE PROBLEM!!!
      This is probably a really sime problem, but when i put 2 layout tables (on above the other) on two different frames (one above the other) the same...
    5. table layout vs. dhtml
      I worked on my webpage with firework. Then I posted some question in w3c related forum. Those people seem to be telling me not to use table to layout...
  3. #2

    Default Re: Problem with Layout Table

    make sure all your text is within <td>'s. and that any css class
    defined around your text does not have an position: absolute;

    I am using the following site for my templates and it has been working
    great.
    [url]http://www.auction-builder.com[/url]

    Brazuka 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