Hey, I need to add '<b> - Enter full name (Ex. Indiana Jones Adventure)</b>' next to the keywords box for uploading files.
I was wondering where I should add this, I looked around the upload.php but couldn't makse sense od where the actul form code is.
It could also be in the text box (and disappear when they click the text box)?
Thanks
It's in your language file. Open your file, english.php shown here, and find;
'keywords' => 'Keywords (separate with spaces)',
Change it to;
'keywords' => 'Keywords - Enter full name (Ex. Indiana Jones Adventure)',