ragazzi ho questo script ma mi stampa a video dei caratteri enormi come faccio a modificarli
grazie aticipatamente
<html>
<head>
<title>Sondaggio - WWW.STADIORADIO.IT</title>
<link rel="stylesheet" type="text/css" href="../pagine/stadioradionew/CARTELLA%20STILE/style.css">
<base target="_blank">
</head>
<div align="center">
<center>
<table width="207" cellpadding="5" cellspacing="0" bgcolor="#FF0000" bordercolor="#111111" height="169">
<tr>
<td colspan="4" width="306" height="15"><font color="#FFFFFF" size="1">Risultati delle votazioni</font></td>
</tr>
<tr>
<td width="129" height="4"><%=a_Dom("domanda")%></td>
<td width="23" height="14"><%=a_Sql("voto")%><font color="#FFFFFF"> </font>
<font color="#FFFFFF">voti</font></td>
<td width="13" height="14"><%a_Sql("voto") == "" ? Response.Write("0") : Response.Write(a_Perc)%><font color="#FFFFFF">%</font></td>
<td width="11" height="14">
<div style="background-color: #003366; width: <%a_Sql("voto") == "" ? Response.Write("0") : Response.Write(a_Perc)%>%;"></div>
</td>
</tr>

Rispondi quotando
