#40080
12/07/2000 8:25 PM
|
Joined: Nov 2000
Posts: 8
Junior Member
|
Junior Member
Joined: Nov 2000
Posts: 8 |
Phil, I replied to your email. ...But for those who would also like to remove the last column, here's how to do it: ---------------------------- in UBBPoll.pl, find (at the bottom of the page) --------------------------------- close(OPTIONSREAD); print qq~ | | ~; if($colspan) { print qq~ | ~; } #else { print qq~ | ~; } print qq~ ~; } 1; ---------------- Replace it with: ----------------------- close(OPTIONSREAD); print qq~ | ~;
print qq~
~;
}
1;
---------------------------
Next, find the line "" in the same file and change COLSPAN=3 to COLSPAN=4. That should remove the extra column. Hope it works for you...
------------------ Thunderfall Civilization Fanatics' Center http://www.CivFanatics.com
|