Quote:
Originally Posted by eva01_
my guess would be to go into the fps_smilie_creator_template.html and then just add more colors after the white part before </select>
<snip>
END: Text color -->[/html]
same thing for the background color just go into the background color code and add more
|
Exactly!
In a line like....
PHP Code:
<option value="255,255,255">White</option>
The "255,255,255" is simply the RGB value of the color to use.