Comment enlever l'espace entre frames
Résolu
Jean-Louis
-
jean-louis -
jean-louis -
Bonjour,
J'ai deux frameset avec trois frames au total. Malgré un frameborder=0 j'ai une séparation de deux pixels entre elles.
Comment retirer ce petit espace?
Mon code :
<frameset rows="80,*" frameborder=0 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name="bandeau" src="bandeau.html" frameborder=0 scrolling="no" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frameset cols="120,*" frameborder=0 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name"menu" src="menu.html" frameborder=0 scrolling="no" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name="page" src="accueil.html" frameborder=0 scrolling="auto" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
</frameset>
</frameset>
J'ai deux frameset avec trois frames au total. Malgré un frameborder=0 j'ai une séparation de deux pixels entre elles.
Comment retirer ce petit espace?
Mon code :
<frameset rows="80,*" frameborder=0 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name="bandeau" src="bandeau.html" frameborder=0 scrolling="no" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frameset cols="120,*" frameborder=0 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name"menu" src="menu.html" frameborder=0 scrolling="no" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name="page" src="accueil.html" frameborder=0 scrolling="auto" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
</frameset>
</frameset>
A voir également:
- Comment enlever l'espace entre frames
- Espace insécable - Guide
- Espace de stockage gmail plein - Guide
- Enlever pub youtube - Accueil - Streaming
- Espace stockage google - Guide
- Comment enlever une page sur word - Guide
1 réponse
Bonjour,
Est-ce que
+ http://www.aliasdmc.fr/balise/zone_html_frameset.html
Est-ce que
<frameset framespacing="0">arrangerait tes affaires ?
+ http://www.aliasdmc.fr/balise/zone_html_frameset.html
ça marche impeccable
A bientôt