PDA

View Full Version : Just Need a Space Removed :)


ZiRu$
07-14-2002, 05:40 AM
Attached is what it looks like....I want everything in the postbit brought up a space.....Can't find out how! Can someone please edit the code for me :)


<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td><td width="100%"><!-- spacer -->

<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<div id="p$post[postid]e" style="display:$pe">
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">

<tr>
<td bgcolor="$post[backcolor]" width="175" valign="top" nowrap colspan="2">
<div align="center">
<table width="96%">
<tr>
<td height="16"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td>
</tr>
<tr>
<td align="center">
<center><b><normalfont>$post[username]</normalfont></b><br>$post[avatar]<br><normalfont>$post[usertitle]</center></normalfont></td>
</tr>

ZiRu$
07-14-2002, 05:46 AM
oops.....forgot the pic

Admin
07-14-2002, 05:51 AM
<table bgcolor="#FFFFFF" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="https://vborg.vbsupport.ru/green/space.gif" alt=""></td><td width="100%"><!-- spacer -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" {tableouterextra} width="95%" align="center"><tr><td>
<div id="p$post[postid]e" style="display:$pe">
<table cellpadding="4" cellspacing="1" border="0" {tableinnerextra} width="100%">

<tr>
<td bgcolor="$post[backcolor]" width="175" valign="top" nowrap colspan="2">
<div align="center">
<table width="96%">
<tr>
<td height="16"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td>
</tr>
<tr>
<td align="center" valign="top">
<center><b><normalfont>$post[username]</normalfont></b><br>$post[avatar]<br><normalfont>$post[usertitle]</center></normalfont></td>
</tr>

ZiRu$
07-14-2002, 04:14 PM
actually dogg that never worked....hmmm I'll give you more of the postbit! This is with your fixed changes...


<table bgcolor="{pagebgcolor}" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="https://vborg.vbsupport.ru/green/space.gif" alt=""></td><td width="100%"><!-- spacer -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="95%" align="center"><tr><td>
<div id="p$post[postid]e" style="display:$pe">
<table cellpadding="4" cellspacing="1" border="0" width="100%">

<tr>
<td bgcolor="$post[backcolor]" width="175" valign="top" nowrap colspan="2">
<div align="center">
<table width="96%">
<tr>
<td height="16"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td>
</tr>
<tr>
<td align="center" valign="top">
<center><b><normalfont>$post[username]</normalfont></b><br>$post[avatar]<br><normalfont>$post[usertitle]</center></normalfont></td>
</tr>
<tr>
<td style="border: 1px solid {tablebordercolor}; background-color: #628297"><smallfont><b>Member ID:</b> $post[userid]</smallfont></td>
</tr>
<tr>
<td style="border: 1px solid {tablebordercolor}; background-color: #FFFFFF"><smallfont><b>Registered:</b> $post[joindate]</smallfont></td>
</tr>
<tr>
<td style="border: 1px solid {tablebordercolor}; background-color: #628297"><smallfont><b>Repppin':</b> $post[field2]</smallfont></td>
</tr>
<tr>
<td style="border: 1px solid {tablebordercolor}; background-color: #FFFFFF"><smallfont><b>Posts:</b> $post[posts]</smallfont></td>
</tr>


<tr>
<td style="border: 1px solid {tablebordercolor}; background-color: #628297"><smallfont><b>Battle Points:</b> $post[field5]</smallfont></td>
</tr>
<tr>
<td style="border: 1px solid {tablebordercolor}; background-color: #FFFFFF"><smallfont><b>Status:</b> $onlinestatus</smallfont></td>
</tr>

</table>
</div></td>

ZiRu$
07-15-2002, 01:43 AM
bump

ZiRu$
07-15-2002, 03:22 AM
Actually I now fixed it myself....If you'd like to learn i changed

<td height="16"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td>


to


<td height="0"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td>