|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: ASP create merged cell?? |
From: |
Jordi |
Date: |
12/24/2003 5:35:39 AM |
IP: |
195.77.33.58 |
separate the "notes" cell in another table or use the COLSPAN=11 in the notes cell.
<table width=100%>
<tr>
<td>Cell1</td>
<td>Cell2</td>
<td>Cell3</td>
<td>Cell4</td>
</tr>
<%if thereAreNotes then%>
<tr>
<td colspan=11><%=Notes%></td>
</tr>
<%end if%>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|