Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<table width="798" border="0" id="navigation">
<tr>
<td height="45" align="center" valign="middle"><a href="home.htm">Home</a> <a href="catalogus.htm">Catalogus</a> <a href="overons.htm">Over ons</a> <a href="contact.htm">Contact</a></td>
</tr>
</table>
Ja klopt nu snap ik het! Dat doet HTML uit zichzelf, daar is verder niks aan te doen maar ik neem wel aan dat je Divs gebruikt?
I.p.v. een tabel een divdaarom werkt het dus niet. Dus gewoon alle tabellen weg.
Is dit gelukt ?Mgag ik je stukje html dan test ik hier even
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>test</title>
<style type="text/css">
#nav {
width: 960px;
height:40px;}
#nav a {
float: left;
font-family: arial, helvetica, verdana;
font-size: 11pt;font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
color: #ddd;
text-decoration: none;
text-align: center;
background: #333;
display: block;
margin: 2px 2px 2px 2px;
padding: 2px 4px 2px 4px;
border: none;
width: 150px;
height:20px;}
#nav a:hover {
font-family: arial, helvetica, verdana;
font-size: 11pt;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
color: #fff;
text-decoration: none;
text-align: center;
background: aaa;
display: block;
margin: 2px 2px 2px 2px;
padding: 2px 4px 2px 4px;
border: none;
width: 150px;
height:20px;}
</style>
</head>
<body>
<div id="nav">
<a href="#">Contact</a>
<a href="#">Produkten</a>
<a href="#">Homepage</a>
</div>
</body>
</html>
margin: 0 auto;
#nav {
width: 368px;
height:40px;
text-align:center;
margin-left: auto;
margin-right: auto;}
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.