Forum de discussion
Forum « Programmation HTML » (archives)
Reduire une page
Envoyé: 26 août 2005, 11h09 par davee
voici mon code source qui me permet d'afficher une page avec des cartes météo.
<html>
<style>
body {font-family: Comic Sans MS, , sans-serif;padding: 0; margin: 2;
font-size: 8pt; background-color: #646464; color:#646464}
</style>
<TABLE>
<TR>
<TD>
<div id="twClip" style="
position:relative;
width:815px; height:450px;
clip:rect(0px 150px 100px 0px); overflow: hidden;">
<iframe style="position:relative;top:-85px; left:-0px;" src="http://www.meteofrance.com/FR/mer/popupCarteAnaFrontsGF.jsp?LIEUID=ATLANTIQUE" width="850" height="542" alt="Météo" >
</iframe></div>
</TD>
</TR>
</table>
</html>
J'aimerai réduire par 4 le tout. Est-ce possible ?
Merci d'avance
David
Réponses
|