T O P I C R E V I E W |
MaGraham |
Posted - 25 February 2012 : 22:36:26 Is there a way to do tables using the BB codes? Background colors?
|
7 L A T E S T R E P L I E S (Newest First) |
MaGraham |
Posted - 10 September 2012 : 23:49:12
I am just now getting to this Table Mod so I wanted to come back and let you guys know that this works PERFECT!
Thank you guys Soooo MUCH! :)
|
Shaggy |
Posted - 27 March 2012 : 06:25:09 quote: Originally posted by HuwR you can add it anywhere in that file
As long as it's not within another function or sub, of course! 
|
HuwR |
Posted - 27 March 2012 : 02:53:55 you can add it anywhere in that file |
MaGraham |
Posted - 26 March 2012 : 23:45:10 quote: Originally posted by Carefree
There's a table mod that should help you out.
Could anyone tell me where this, below, should go in the inc_func_common.asp file? It's at the bottom of the post in the link Carefree shared above but it doesn't say where it's supposed to be added.
You must add the following function to inc_func_common.asp
function CountSubs(fString, fSubString) CountSubs = UBound(split(fString, fSubString)) end function
|
Carefree |
Posted - 28 February 2012 : 13:06:42 You're welcome. |
MaGraham |
Posted - 27 February 2012 : 11:58:19 OH WOW! Thank you, Carefree!
You are such a blessing! :)
|
Carefree |
Posted - 26 February 2012 : 04:00:11 There's a table mod that should help you out. |