Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Right justify a table cell
Message
 
À
25/02/2002 17:01:41
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
00624803
Message ID:
00624832
Vues:
14
>David,
>
>I added align="right" and I got an error. Here is the code:
>
>
>Response.Write "<TD ALIGN="RIGHT" ><FONT SIZE = 2>" & oRecordSet("Credit_Amount_Acct_Curr") & "</FONT></TD>"
>
>
>Thanks,
>Sergio


Try:
Response.Write "<TD ALIGN="RIGHT" ><FONT SIZE = 2>" & "<%=oRecordSet("Credit_Amount_Acct_Curr")%>" & "</FONT></TD>"
Well, sorry about that as it has been an "interesting" day. You are already using asp and Michel is right.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform