Quote:
Today at 10:06 AM S.Shady said this in Post #50
*looks down and shakes head*
@ filburt nice job ive been using it for a little now but finally getting around to say good work.
but i have a question. when i press View original template the height is the vb default how would i get that textarea to be bigger ?
|
find:
PHP Code:
maketextareacode($template[title],"",$template[template],20,80);
replace with:
PHP Code:
maketextareacode($template[title],"",$template[template],50,100);