Actually, i found a fix - i just needed to add a border style to my list to make it work.
Here's an important question........
What files should we change in the customize tab, to allow members to add a Background Image URL, rather than uploading the actual picture?
And, just wondering, where do the uploaded images go? In the customize tab folder?
Also, is their anyway to add 2 selector attributes to an element selector? I want my users to select one link color, that will be the same color for their visited links. This is what I have, and it works ok, but whenever they try to edit their selection again, the "BLUE" color shows in the link field by default. I noticed this happens because i have 2 different Types in one selector. This is what I have right now, which kinda works:
[code:1]<element selector="a:link,a:visited" tip="Change your link color.">
<attribute type="color">color</attribute>
</element>[/code:1] - but it acts weird when users try to edit the color and gives them a BLUE default color.
This works, but only adds more fields to the customize tab, which i dont want :
[code:1]<element selector="a:link" tip="Change your link color.">
<attribute type="color">color</attribute>
</element>
<element selector="a:visited" tip="Change your visited link color.">
<attribute type="color">color</attribute>
</element>[/code:1]
Post edited by: tonymillan, at: 2007/04/04 18:57