|
Geek Article and Review System GARS is the mega popular system for turning forums into articles, tutorials, or even reviews. |
Advertisement | |
This is an HTML example. Isn't it just wonderful?!?!
|
|
Learn how to remove ads |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to divide threadbit in 2 column ?
I would like to change my threadbit of the forums which uses GARS as shown on above image. In threadbit template, i changed the first line "<tr><td class="alt1" rowspan="2" valign="top">" but then threads messed up. I will appreciate it a lot if someone let me learn what can i do to divide my threadbit in 2 column. Regards |
#2
|
|||
|
|||
Above image is what i get when i change the content of GARS_threadbit template after the first line. Code:
<tr><td class="alt1" rowspan="2" valign="top"> |
#3
|
||||
|
||||
The threadbit template needs to start with a <tr> tag and end with a </tr> tag. You might try adding a table inside the <tr><td> tags so you have something like this:
Code:
<tr> <td> <table> <tr> <td> 1 </td> <td> 2 </td> </tr> <tr> <td> 3 </td> <td> 4 </td> </tr> </table> </td> </tr>
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Advert in side column | Reece | Geek Article and Review System | 10 | 11-17-2008 05:29 PM |
right column | grazianno | Geek Advertising Banner System | 1 | 10-23-2008 03:11 PM |
Forumdisplay - divide the threadlist in columns? | lthanos | Geek Article and Review System | 2 | 04-07-2008 05:41 PM |
Entry Column | RaceJunkie | Geek Auto-Linker | 1 | 02-04-2008 03:52 PM |
2.0 Threadbit problem | Ramses | Geek Article and Review System | 2 | 06-05-2006 08:43 AM |