Formattazione

grottafelix

Utente Attivo
5 Mar 2003
2.410
2
38
46
Parco chiuso -
www.girsms.com
vorrei formattare il testo in arial dimensione 1
qui:

<%
if (Mostra_News.EOF)
{
Response.Write("<p align='center'>Impossibile trovare la News # " + id + "<br><a href='news.asp'>Elenco completo delle News</a></p>");
}
else
{
Response.Write("Pubblicata in data " + Mostra_News("data") + "<br><br>" + Mostra_News("descrizione"));
}
%> &nbsp;</td>
</tr>
</table>

<%
if (!Mostra_News.EOF)
{
%>
<%
}
%>
 

Discussioni simili