Et par curiosité je voulais simplement savoir si il est possible de faire apparaitre une page web dans un tableau?
Code : Tout sélectionner
<html>
<head>
<title>Accueil</title>
<META NAME="description" content="salut">
<META NAME="keywords" content="salut">
</head>
<FRAMESET COLS="9.9%,*">
<FRAME SRC="menu.htm" NAME="menu">
<FRAME SRC="contenu.htm" NAME="contenu">
</FRAMESET>
<body style="margin:0px; padding:0px;"
bgcolor="#CC0000" link="#CC0000" vlink="#CC0000" alink="#CC0000" text="#000080"">
</body>
</html>