Skip to main content
July 17, 2008
Question

Background color Issue with table

  • July 17, 2008
  • 2 replies
  • 436 views
I am trying to change the background color of a table in a form created by the developer's toolbox. I have created a login page using the developer's toolbox. I then go and select the table and change the background color. But it has no effect. The only insight I have is when I delete this "<?php echo KT_escapeAttribute(KT_getFullUri()); ?>" from the Action in the form, then the table's background color changes. As far as I can tell this line of code is only return the url of the page.

Does anyone have any insight?
Thanks!
This topic has been closed for replies.

2 replies

Günter_Schenk
Inspiring
July 18, 2008
You might want to edit the KT_tngtable - class.

BTW, you can find several dedicated ADDT forums here: http://www.adobeforums.com/cgi-bin/webx/.3bc3909a/
July 18, 2008
Thank you for your help. I will try both.

Thanks
Inspiring
July 17, 2008
Can we see more of the code?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"robertecline" <webforumsuser@macromedia.com> wrote in message
news:g5nqrm$sp9$1@forums.macromedia.com...
>I am trying to change the background color of a table in a form created by
>the
> developer's toolbox. I have created a login page using the developer's
> toolbox.
> I then go and select the table and change the background color. But it has
> no
> effect. The only insight I have is when I delete this "<?php echo
> KT_escapeAttribute(KT_getFullUri()); ?>" from the Action in the form, then
> the
> table's background color changes. As far as I can tell this line of code
> is
> only return the url of the page.
>
> Does anyone have any insight?
> Thanks!
>

July 17, 2008
Thanks for your quick response. Here is the form code: