The tags shown inred which need to be closed at the end of
Select case staement for "display"
Line Numbers 126 - 154
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td bgColor="<% =strPageBGColor %>" align=center <%= strColspan %>>
<p align=center><font face="<% =strDefaultFontFace %>" size="<% =strHeaderFontSize %>">User Profile<br></font></p>
</td>
</tr>
<tr>
<td bgColor="<% =strPageBGColor %>" align=center <%= strColspan %>>
<table border="0" width="90%" cellspacing="0" cellpadding="4" align=center>
<tr><% if mLev = 4 then %>
<td valign=top align=left bgcolor="<% =strHeadCellColor %>"> <a href="pop_profile.asp?mode=Modify&ID=<% =rs("MEMBER_ID") %>&name=<% =ChkString(rs("M_NAME"),"urlpath") %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>"><b><% =ChkString(rs("M_NAME"),"display") %></a></b></font></td>
<% else %>
<td valign=top align=left bgcolor="<% =strHeadCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>"><b> <% =ChkString(rs("M_NAME"),"display") %></b></font></td>
<% end if%>
<td valign=top align=right bgcolor="<% =strHeadCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Member Since: <% =ChkDate(rs("M_DATE")) %> </font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="<% =strPageBGColor %>" align=left valign=top>
<table border="0" width="90%" cellspacing="1" cellpadding="0" align="center">
<tr>
<% if strUseExtendedProfile then %>
-----------------------------------
Line Number 556 to 581 need to be modified as below
-----------------------------------
%>
</table>----Opening tag on Line 355
</td>-----Opening tag on Line 354
</tr> ----Open from 152
</table> ----Open from 151
</td> ----Opening tag from 150
</tr> ----Opening tag from 149
</table> ----Opening tag from 126
</td> ----Extra Tag
</tr>----Extra Tag
<% if strUseExtendedProfile then %>
</table>----Extra Tag
<table border="0" width="100%" cellspacing="0" cellpadding="3" valign=top>
<tr>
<td bgColor="<% =strPageBGColor %>" align=center nowrap>
<br>
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="JavaScript: onClick= history.go(-1) ">Back to previous page</a></font></p>
<p> </p>
</td>
</tr>
<tr>
</table>---Addition for opening tag on Line 572
----Not required<% else%>
<tr>
<td bgColor="<% =strPageBGColor %>" align=center nowrap>
<%
end if
%> ----Addition required
www.forumSquare.com - GauravBhabu - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.
Edited by - GauravBhabu on 10 February 2002 00:36:46