NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
How to add text and a line to a form
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to add text and a line to a form (Read 4003 times)
John Fligg
Sr. Member
Posts: 361
How to add text and a line to a form
«
on:
March 10, 2012, 08:58:57 AM »
I have a Settings form (update form) and want to add some text and a line to delineate some of the settings.
i.e. something like ---------Advanced-----------
How can I achieve this? I would prefer not to use a tab if possible.
Thanks
John
Logged
DonRidley
Don Ridley
Global Moderator
Hero Member
Posts: 729
donaldridley2011@gmail.com
Re: How to add text and a line to a form
«
Reply #1 on:
March 11, 2012, 06:37:44 PM »
As far as the line is concerned, there's actually a "line" control that you can put on forms.
Also, you could use XHTML to add custom stuff to your forms, browses, etc...
Don
Logged
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."
NetTalk 12.55
Clarion 11
John Fligg
Sr. Member
Posts: 361
Re: How to add text and a line to a form
«
Reply #2 on:
March 12, 2012, 03:16:06 AM »
Sorry Don I must be stupid. I cannot see where the control is.
John
Logged
Matthew
Full Member
Posts: 137
Re: How to add text and a line to a form
«
Reply #3 on:
March 12, 2012, 04:12:34 AM »
Hello John,
You can simply put line on form using display field. There is a checkbox "Horizontal Line" in Settings tab.
Regards,
Matthew
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: How to add text and a line to a form
«
Reply #4 on:
March 12, 2012, 05:51:08 AM »
there is no html that corresponds directly to this;
---------Advanced-----------
well except for, obviously,
'---------Advanced-----------'
There is <hr/> to make a horizontal line.
There is also <fieldset> .... </fieldset> which wraps things in a box - but that's just the same as the "plain" tab style.
cheers
Bruce
Logged
DonRidley
Don Ridley
Global Moderator
Hero Member
Posts: 729
donaldridley2011@gmail.com
Re: How to add text and a line to a form
«
Reply #5 on:
March 12, 2012, 02:25:00 PM »
See attached image:
[attachment deleted by admin]
Logged
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."
NetTalk 12.55
Clarion 11
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
How to add text and a line to a form