I first want to say... this is awesome. I installed this at
www.explosivelabs.com and used the server side include code from the vblite to insert the code. I am trying to have the latest threads listed in
my forums as two columns like at
http://www.techimo.com/forum/. But I can't figure out the code necessary to make it possible. All I can figure is placing " " in order to space it out.. but that just screws up the listing. I have just taken out the table format from the threadbits template ending up with
<smallfont>$thread[icon] <a href="http://www.explosivelabs.com/forums/showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]"><b>$thread[title]</b></a> by <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]">$thread[lastposter]</a></smallfont>
but that alone just lists the latest thread posts side by side. Can someone help me with this? I am still kinda new to hacking vb and new to php code....