petersJazz
Programmer
hi,
Today it looks like this:
A normal select list of backgrounds like BG01, BG02, BG03, BG04, generated in PHP based on what backgrounds are setup for the site:
What I would like is to have like a color picker where you would get an new window with all backgounds vied. And you will then click on the one you want to use.
Today it looks like this:
A normal select list of backgrounds like BG01, BG02, BG03, BG04, generated in PHP based on what backgrounds are setup for the site:
Code:
<select name="frame">
<option value="-">--Choose here--</option>
<option value="BG00" selected>BG00</option>
<option value="BG01" >BG01</option>
</select>
What I would like is to have like a color picker where you would get an new window with all backgounds vied. And you will then click on the one you want to use.