NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: John Fligg on March 10, 2012, 08:58:57 AM

Title: How to add text and a line to a form
Post by: John Fligg 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
Title: Re: How to add text and a line to a form
Post by: DonRidley 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
Title: Re: How to add text and a line to a form
Post by: John Fligg on March 12, 2012, 03:16:06 AM
Sorry Don I must be stupid. I cannot see where the control is.

John
Title: Re: How to add text and a line to a form
Post by: Matthew 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
Title: Re: How to add text and a line to a form
Post by: Bruce 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
Title: Re: How to add text and a line to a form
Post by: DonRidley on March 12, 2012, 02:25:00 PM
See attached image:

[attachment deleted by admin]