Likewise, the options now appear in the pop-up box.
However the colour attribute I am trying to insert is showing but not populating the box with any options.
Here is the code I placed into the colour (select) attribute –>
red|#ff0000,
green|#00ff00,
blue|#0000ff,
I also put in a second attribute for a description (text box).
This is the code I placed in the ‘insert custom code’ box –>
<div id=”fluffy %%colour%%>
<p> %%description%%</p>
</div>
There is CSS to match the #fluffy.
This is what the code in the post comes back looking like –>
[do action=”colourdiv” colour=”” description=”once upon a time …”/]
the action is correct…
the colour is blank…
the description is ??? does not show in browser at all…
What I am try to accomplish is to set up a div (CSS already applied to size and float) but I need to change the background colour and description)
Is my code totally screwed?
Cheers,
Stefan