NetTalk Central

Author Topic: CSS and Netwebform  (Read 3579 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
CSS and Netwebform
« on: August 31, 2018, 01:24:03 AM »
NT 10.33
CL 10

How do you change the background color on a Netwebform using CSS?
I tried on the tab but can't seem to get it right.
Brian

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: CSS and Netwebform
« Reply #1 on: August 31, 2018, 01:44:53 AM »
Broche,

If you're awake, email me a Teamviewer credential and I'll remote in to help you.

donaldridley2011@gmail.com

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Re: CSS and Netwebform
« Reply #2 on: August 31, 2018, 02:39:26 AM »
Hi Brian

I use form style - Rounded

Set Tab CSS - 'OrderWindowOne'

in custom CSS added

.OrderWindowOne {
    background-color: #e6ccff;
}

Hope this helps
Cheers
Vinnie

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: CSS and Netwebform
« Reply #3 on: August 31, 2018, 05:18:29 AM »
Hi Don, thanks for the offer - I tried the other suggestion and it worked great.
Brian

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: CSS and Netwebform
« Reply #4 on: August 31, 2018, 05:19:17 AM »
Hi Vinnie,
Worked like a charm - Thanks.
Brian