1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<html>
<head>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>gabarit</title>
<style>
#contneur
{
width: 600px;
height: 80%;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div align="center">
<iframe name="listuser" id="listuser" height="80%" width="150" class="normal" scrolling="no"></iframe>
<iframe name="conteneur" id="conteneur" width="600" height="80%" scrolling="auto" class="normal"></iframe>
<iframe name="listuser" id="listuser" height="80%" width="150" src="default.html" scrolling="auto" class="normal"></iframe>
</div>
</body>
</html> |