PDA

View Full Version : how to do?


squawell
01-01-2003, 03:52 PM
how to take that line off.....

see the attch file will be clear....

thankz help....

Cypher720
01-01-2003, 06:34 PM
you have to make that into one cell. currently, it is two different cells
remove a </td><td> or something aloing those lines

filburt1
01-01-2003, 06:44 PM
colspan it or change the table to have no cellspacing.

squawell
01-01-2003, 08:23 PM
i try to do what u say but still have some problem....

this is my code

<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="$post[backcolor]" width="175" valign="top" nowrap>
<a name="post$post[postid]"></a>
$post[firstnewinsert]
<normalfont><b>$post[username]</b></normalfont><br>
<smallfont>$post[usertitle]</smallfont><br>
$post[avatar]<p>
<smallfont>???U?ɶ?: $post[joindate]<br>
?Ӧ?: $post[field2]<br>
?峹??: $post[posts]<br>
Status: $onlinestatus</smallfont></td>

<td bgcolor="$post[backcolor]" width="100%" valign="top">
<smallfont>$post[icon] <b>$post[title]</b></smallfont>
<p><normalfont>$post[message]</normalfont></p>
$post[attachment]
<p>$post[signature]</p>
<p>$post[editedby]</p>
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">?^???峹</a> | $post[iplogged]</smallfont></p>
</td>
</tr></table>
</td>
</tr>

</table>
</td></tr></table>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" width="100%">
<tr>
<td bgcolor="$post[backcolor]" width="98%" valign="middle" align="center" height="16">
$post[profile] $post[pmlink] $post[useremail] $post[homepage] $post[search] $post[buddy]
<!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
</td>
</tr></table></td></tr></table>


and attach below...