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....
Quote Reply
Re: [trinitron] can tell me how to just add a DATA between table ? In reply to
In the resource center there is a mod called "Short/long mod" which can be used to just list limited information and then visitors can click to get the full display.

There is also other options listed in the FAQ below under "Viewing". The thread titled "Table rows rather then individual table results" might be what you are looking for?

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/