Volg de onderstaande video om te zien hoe je onze site als web-app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<html>
<head>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
font: 12px/14px Arial, Helvetica, sans-serif;
color: #000;
min-width: inherit;
max-width: 480px;
margin: 20px auto;
text-align: left;
}
h1 {
font: bold 14px Helvetica, Arial, sans-serif;
margin: 10px 0px;
}
p {
width: auto;
margin: 0px 0px 20px 0px;
}
ul {
margin: 5px 0px 15px 0px;
padding: 0px;
}
li {
margin-left: 20px;
}
h4 {
float: left;
padding-right: 5px;
}
form {
width: auto;
text-align: left;
}
form h3 {
clear: both;
padding: 0px;
font-size: 8px;
}
form label {
display: block;
width: auto;
font-size: 12px;
line-height: 14px;
padding: 0px 0px 12px 0px;
}
form input {
display: block;
margin-top: 1px;
}
form label.field-naam,
form label.field-tel,
form label.field-post {
clear: left;
}
form label.field-post,
form label.field-stad {
float: left;
margin: 0px 10px 0px 0px;
width: 150px;
}
form label.field-post input,
form label.field-stad input {
float: left;
width: 150px;
padding: 0px;
}
form label.field-tel,
form label.field-naam {
float: left;
width: 310px;
margin: 0px 0px 0px 0px;
}
form label.field-naam input,
form label.field-tel input {
float: left;
width: 310px;
padding: 0px;
}
textarea {
display: block;
}
form input#checkbox_1 {
clear: both;
float: left;
padding: 0px;
margin: 0px;
}
form label.field-checkbox {
clear: none;
margin: 0px 0px 0px 25px;
padding: 0px 0px 15px 0px;
}
form textarea {
margin-top: 1px;
}
#button {
font-size:12px;
font-weight:bold;
color:#333;
text-decoration:none;
display:block;
width:100px;
height: 20px;
padding:2px;
margin-bottom:20px;
border:1px solid #000;
text-align:center;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
}
#button:hover {
color:#fff;
border-color:#3278BE;
}
</style>
</head>
<body>
<form name "LOGIN" action="loginvalidator.htm" method="POST">
<input id="action" type="hidden" value name="action">
<input type="hidden" value="CRM" name="caller">
<input type="hidden" value="return" name="func">
<input value="NQ2" name="thenext" type="hidden">
<p>[**formparameters**]</p>
<h4><input type="image" onClick="document.getElementById('action').value='hoofdmenu';" src="artworkclick.png?36?36?home.png?24?24" alt="Hoofdmenu" title="Hoofdmenu" value="submit" name="I1"></h4>
<h1>CRM: selecteer contactpersoon</h1>
<h3>
<label class="field-naam">Naam<input type="text" name="naam" value="" />
</label>
<label class="field-tel">Telefoon<input type="text" name="address" value="" />
</label>
<label class="field-post">Postcode<input type="text" name="post" value="" />
</label>
<label class="field-stad">Stad<input type="text" name="stad" value="" />
</label>
</h3>
<h3> </h3>
<input id="checkbox_1" type="checkbox" name="searchcontacts" value="y" /><label for="checkbox_1" class="field-checkbox">Ook zoeken in contactpersonen</label>
<h3> </h3>
<input id="button" type="submit" name="I4" value="Submit" />
<hr />
<h3> </h3>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="360">
<td width="350" colspan="4"><p>[**qresult**]</p></td>
</tr>
</table>
</form>
</body>
</html>
BramVroy zei:Waarom staat dat in godsnaam in h3 tags?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Sample Title</title>
<style type="text/css">
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
}
#container {
margin-top: 30px;
margin-left: 30px;
}
form {
width: 185px;
}
form legend {
display: none;
}
form fieldset {
line-height: 23px;
}
form label {
width: 50px;
display: block;
float: left;
line-height: 17px;
}
form br {
clear: both;
}
input[type=text] {
width: 133px;
float: left;
line-height: 13px;
border: 1px solid #0C0C0C;
}
input.inline {
width: 47px;
}
label.inline {
width: auto;
padding: 0 5px;
}
input[type=submit] {
float: right;
-webkit-appearance: none;
border: 1px solid #0C0C0C;
background: #ECECEC;
padding: 2px;
margin-top: 5px;
}
</style>
</head>
<body>
<div id="container">
<form method="post" action="">
<fieldset>
<legend>Form</legend>
<label for="name">Name</label>
<input type="text" id="name" name="name" value="" />
<br />
<label for="email">Email</label>
<input type="text" id="email" name="email" value="" />
<br />
<label for="zipcode">Zip</label>
<input type="text" name="zipcode" id="zipcode" class="inline" value="" />
<label for="state" class="inline">State</label>
<input type="text" name="state" id="state" class="inline" value="" />
<br />
<input type="submit" name="submit" value="submit form" />
</fieldset>
</form>
</div>
</body>
</html>
Sick-Boy zei:Omdat dat de juiste grootte is, en omdat dat werkt.
Die jongen is absoluut niks met zo'n reply...

GregoryCo zei:Omdat het de juiste grootte is en werkt??
Sorry maar met uw reply is hij nog minder hoor.
Ofwel begrijp ik het verkeerd, maar headers kun je veranderen van grootte he![]()