par
albat » 04 avr. 2005, 10:40
Je n'ai pas décelé d'autres erreur (accolades manquantes,...)
les corrections suggérées ci-dessus pouvant déjà rectifier pas mal de choses.
CEpendant, je t'indique quelques petites recommandations :
- écris ton code en minuscules
- utilise les styles (CSS)
- alterne apostrophes et guillemets
echo"<BODY BGCOLOR=\"blue\" TEXT=\"yellow\" LINK=\"yellow\" VLINK=\"yellow\" ALINK=\"white\" WIDTH=\"$img_fond_lar\" HEIGHT=\"$img_fond_haut\" BACKGROUND=\"$img_fond\" >"; // Pas top
echo "<body bgcolor='blue' text='yellow' link='yellow' vlink='yellow' alink='white' width='".$img_fond_lar."' height='".$img_fond_haut."' background='".$img_fond."'>"; // mieux !
PS : <body width=...> et <body height=...>, je ne connais pas.
