We did attach the CSS to the template. The only thing we are stuck in is how to call the Styles to the code.
For example, we have 3 styles created in the CSS, one is BODY, one is TEXTBOX and one is BUTTONS.
I know the system won't accept if I insert the tags in the code as follows:
$wnd->AddRow(class="body", "Accessing Tracking Management");
$wnd->AddPwdBox(class="TEXTBOX","userpwd", "<b>Password</b>", "30");
$wnd->EndForm(class="BUTTONS","Login", "Clear");
Just looking for the syntax to add the class tags to the code. I hope I was able to clear my requirement. I throughly appreciuate your reply and time!
Thanks again,
Kamran Paracha
www.Pexsol.com