|
|
|
|
|
| | |
| |
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|