You would be better off using Dreamweaver for creating web pages than using Quark.
Better still, use Dreamweaver to learn what's happening 'under the hood'.
Regarding scrollbars. Some browsers will add them automatically when the content 'overflows'. Others will add them regardless of the amount of content.
Using CSS it is possible to turn them off completely and hide any overflow.
Forms consist of form elements. The form element itself will have a 'method' and an 'action' attribute.
The action determines the URL of 'something' that handles the form data.
The method determines how that data is sent - either via POST or GET. POST sends the data invisibly whereas GET appends it to the URL (so it is visible).
A form contains form elements, namely: input, select and textarea tags.
Input tags can have a number of types:
text, password, file, hidden, checkbox, radio, submit and reset
Strictly speaking each form element should have an accompanying label element and a name attribute. It should also have an <input type="submit"> element to allow the user to submit the form.
When the form is submitted the data is sent to the action url via the method chosen. The data consists of hash pairs of each named element with the data it contains.
As I said, you'd be best served using Dreamweaver to create webpages.
You may also like to visit Forum253 and Forum215 for more web orientated discussion.
<honk>*:O)</honk>
Tyres: Mine's a pint of the black stuff.
Mike: You can't drink a pint of Bovril.