Je m'y connais pas trop, j'ai copié la partie framset du code source de la page pour la mettre entre <head> dans dreamweaver sans oublier de changer l'adresse, il me créé une frame
Citation :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
</HEAD>
<frameset rows="55,*" border=5 frameBorder=1 frameSpacing=0>
<frame name="top" src="http://jmb.boinc-fr.net/" marginWidth=0 marginHeight=0 scrolling="no" noresize>
<frame name="bottom" src="index.html" scrolling="auto" frameborder="no">
</frameset>
</HTML>
|
Puis après ca me donne ça
Citation :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Document sans nom</title>
</head>
<body>Fichier distant : http://jmb.boinc-fr.net/
</body>
</html>
|
Lorsque je lance la page avec mon naviguateur il m'affiche bien la page mais j'ai l'impression qu'il y'a des frames en trop... et encore, il faut maintenant que je trouve comment mettre cette page dans un petit tableu au milieu de ma page web (pour qu'il y'ai encore le menu a gauche et la bannière en haut)