Quote:
Originally Posted by cunder
Hallo
how I can remove the space between the name and reported
Look pics what I mean.
thanks
|
Edit templete : forumhome_vbshout_shout
1. find
Code:
<td width="1%" style="white-space:nowrap" align="left" valign="top">
2. Replace
Code:
<td width="1%" style="white-space:nowrap" align="right" valign="top">
3. Find
Code:
<if condition="!$Shout[s_me]">
4. Add above
Code:
</td><td width="100%" align="left">
That it .. ^^