Ya I finally figured that part out. Not liking it but I found a
smooth way of doing what I want.
Thanks for all the replies...
On Jul 11, 6:17 am, Stephan Beal <[EMAIL PROTECTED]> wrote:
> On Jul 10, 1:38 pm, Terry B <[EMAIL PROTECTED]> wrote:
>
> > wtf? I have specific html i want added to a
On Jul 10, 1:38 pm, Terry B <[EMAIL PROTECTED]> wrote:
> wtf? I have specific html i want added to a div so I use append to
> add it. fine it works but it is formatting the code and making it
> unusable. how do i prevent append from doing this?
Aside from what others have already said here, i
Mike Alsup wrote:
>
>> Hmm... I might be off base on that upper case thing, I'm not sure.
>> (Anyone
>> who knows, feel free to jump in.)
>
> No, I think you've got that right. It just depends how you're viewing
> the DOM. Firebug will show you lowercase elements, IE dev toolbar
> will always
Hmm... I might be off base on that upper case thing, I'm not sure. (Anyone
who knows, feel free to jump in.)
No, I think you've got that right. It just depends how you're viewing
the DOM. Firebug will show you lowercase elements, IE dev toolbar
will always show uppercase. Sounds like just a
> > From: Terry B
> >
> > lets say i try and add
> >
> > Some Info
> >
> > it ends up being something like
> >
> > Some Info
> From: Michael Geary
>
> What problem do you see there? It looks perfectly correct to
> me. TBODY is a required element which the browser is kind
> enough to insert
> From: Terry B
>
> lets say i try and add
>
> Some Info
>
> it ends up being something like
>
> Some Info
What problem do you see there? It looks perfectly correct to me. TBODY is a
required element which the browser is kind enough to insert automatically if
it's missing from your HTML. The
lets say i try and add
Some Info
it ends up being something like
Some Info
On Jul 10, 11:07 am, "Rob Desbois" <[EMAIL PROTECTED]> wrote:
> What is the content you are trying to add...?
>
> On 7/10/07, Terry B <[EMAIL PROTECTED]> wrote:
>
>
>
> > wtf? I have specific html i want added to a
What is the content you are trying to add...?
On 7/10/07, Terry B <[EMAIL PROTECTED]> wrote:
wtf? I have specific html i want added to a div so I use append to
add it. fine it works but it is formatting the code and making it
unusable. how do i prevent append from doing this?
--
Rob De
8 matches
Mail list logo