Gossamer Forum
Home : Products : DBMan : Customization :

can tell me how to just add a DATA between table ?

Quote Reply
can tell me how to just add a DATA between table ?
Hi All......webmaster

i setting up a DBman........but when i add a new data, and click 'List All'.....each data is in the <table>

can any1 help me how to like this....

header part.

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<link rel="stylesheet" href="../../jone/style.css" type="text/css">
</head>

<body bgcolor="#E8E8D0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="750" border="0" cellspacing="0" cellpadding="0" bgcolor="#003366">
<tr>
<td>
<table width="750" border="0" cellspacing="1" cellpadding="3">
<tr bgcolor="#CCCC99" valign="top">
<td width="36"><$font_color>ID</FONT></td>
<td width="186"><$font_color>name</FONT></td>
<td width="310"><$font_color>age</FONT></td>
</tr>
_____________________________________________
add a new data will just add the following per line.

<tr bgcolor="#E8E8D0" valign="top">
<td width="36"><$font>$rec{'ID'}</Font></td>
<td width="186"><$font>$rec{'Name'}</Font></td>
<td width="310"><$font>$rec{'age'}</Font></td>
</tr>

___________________________________________
final is the footer close the table.

</table>
</td>
</tr>
</table>

can any1 help me? Unimpressed Thx..
sorry for my poor english....
Subject Author Views Date
Thread can tell me how to just add a DATA between table ? trinitron 1311 Jan 22, 2002, 3:24 AM
Post Re: [trinitron] can tell me how to just add a DATA between table ?
LoisC 1255 Jan 22, 2002, 8:43 AM