Quote:
Originally Posted by tmhall
Hi Pseudomizer,
I really can't figure this out. I just want some space (like 20 pixels) between the left edge of the popup box and the dropdown category field. Also, I'd like to be able to resize the pop-up box. I tried messing with smiliepopup and smiliepopup_category templates and nothing worked.
What am I missing here? :ermm:
|
Hi tmhall,
you can define the size and location of the pop-up window in the "editor_clientscript" template.
And if you wish to create more space then add HTML code in this line:
PHP Code:
$new_smilies .= "<form name=\"smilieform\" action=\"misc.php\">";
You add your code before the < FORM but after the ".
Cheers,