From: Flashdakota on
Hi

I have a confusing issue here...
I am loading data into a div page using cfajax

Inside the div page, i have a form.
as soon as i put the form inside a table, it disappears.
if i put it in a div of its own, it displays.

can anyone give me a reason for this?
it has me stumped!

thanks in advance


From: GArlington on
On May 5, 10:08 pm, "Flashdakota" <webforumsu...(a)macromedia.com>
wrote:
> Hi
>
> I have a confusing issue here...
> I am loading data into a div page using cfajax
>
> Inside the div page, i have a form.
> as soon as i put the form inside a table, it disappears.
> if i put it in a div of its own, it displays.
>
> can anyone give me a reason for this?
> it has me stumped!
>
> thanks in advance

Firebug (for FF) or Fiddler (for IE) will most likely answer your
question...
1) Always READ the docs,
2) If you break something THINK about what you have just done and how
it affected the behaviour
3) Use YOUR BRAIN before you try to use anybody else's...
From: ghfftttyyudsderycv76 on
Post some code for us to understand the problem better.