Log in

View Full Version : How to make gap in between??


giotmuadong
11-05-2007, 10:25 PM
https://vborg.vbsupport.ru/external/2007/11/45.jpg

I want to make a space between Current Active Users Viewing This Thread and Members Who Have Read This Thread. How do I do that? Please show me, thanks :D

Freesteyelz
11-06-2007, 05:36 AM
In template Display_Readers find:


<!-- $data_wrt[title] -->
<if condition="$show[whohasread]">



And replace it with:


<!-- $data_wrt[title] -->
<if condition="$show[whohasread]">
<br />

giotmuadong
11-06-2007, 06:47 PM
thanks Freesteyelz , i got it work now :)

Freesteyelz
11-07-2007, 02:11 AM
Cool. :)