Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted by Spadack ( 19 years ago )
<%
testo = "Ciao come va?<br /> bene grazie te?<br />tutto apposto... la scuola invece?<br />"
testo = Split(testo, "<br />")
%>
<table width="600" cellspacing="1" cellpadding="1" style="font-size:11px; border:1px solid;">
  <tr>
    <td width="20" bgcolor="#666666">#</td>
    <td width="580" bgcolor="#666666"></td>
  </tr>
  <%
  For i = 0 to Ubound(testo)-1
  	If sfondo = "#CCCCCC" Then
		sfondo = "#999999"
	Else
		sfondo = "#CCCCCC"
	End If
  %>
  <tr>
	<td bgcolor="<%=sfondo%>"><%=i%>.</td>
	<td bgcolor="<%=sfondo%>"><%=testo(i)%></td>
  </tr>
  <%Next%>
</table>

 

Revise this Paste

Your Name: Code Language: