Bonjour,
J'ai un soucis tout bête :
Sur mon site j'ai des liens (<a href ....) pointant sur des fichier .txt et je voudrais qu'au lieu d'ouvrir le fichier dans le navigateur, il me propose de l'enregistrer.
Ce site me sert d'exercie pour du XHTML, header :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Dépot</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<style type="text/css" media="screen">@import "index.css";</style>
</head> |
Mais rien de spécial dans les liens :
<a href="txt/maj20090408.txt" ><img src="img/nzb.gif" alt="Ajouté le 08-04-2009" title="Ajouté le 08-04-2009 /></a>
|
Des pistes ?