help comment mettre mes bordure de cadre en couleur noir - HTML/CSS - Programmation
Marsh Posté le 01-07-2003 à 17:28:38
voila la source de l'encadrement 
  
  
  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> 
<html> 
<head> 
<title>mon site</title> 
<style><!-- 
.leading200 { line-height: 200% } 
.leading180 { line-height: 180% } 
.leading150 { line-height: 150% } 
.leading100 { line-height: 100% } 
--> 
</style> 
<meta name="generator" content="Namo WebEditor v5.0"> 
<meta name="generator" content="Namo WebEditor v5.0"> 
</head> 
<frameset rows="1*" cols="15%, 85%"> 
<frame name="contents" scrolling="no" marginwidth="10" marginheight="14" namo_target_frame="header" src="menu.php" noresize> 
<frameset rows="18%, 82%" cols="1*"> 
<frame name="header" scrolling="no" marginwidth="10" marginheight="14" namo_target_frame="detail" src="anime/r_banniere.php" noresize> 
<frame name="detail" scrolling="yes" marginwidth="10" marginheight="14" src="r_accueil.php"> 
</frameset> 
<noframes> 
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" style="border-top-color:rgb(0,0,0); border-right-color:rgb(0,0,0); border-bottom-color:rgb(0,0,0);"> 
  
<p>This page contains frames. You need a Web browser that supports frames to view this page. </p> 
    </noframes> 
</frameset> 
<center>
Marsh Posté le 01-07-2003 à 17:28:22
voila je voudrait mettre mes bordures de cadre en couleur noir mais j'arrive pas 
 
