Hi,
I need to add a color palette to my form so the user could select specific text inside a normal text box then choose a color from the palette.Please tell me how to do this.
We would need to have access to the 'supst.png' image to test your code.
And, although I cannot test the premise, the 'href=#colors' assignments you make in the <area> tags
is probably not valid as it normally would point to an HTML file to link to.
Also the use of this in the onclick probably (???) needs to be something like this.color or something like that.
Finally, you are changing the text of the font color in the id="colorPalDemo" element
but you have no text to change color to, so nothing would visibly change.
Actually no for text i'm trying to change the color. I am having a form ang i'm trying to include all these such as font name,size color etc to my form. If i click font name as times new roman and size as 10 and color as red and after selecting all these my tags will seen like <font name=times new roman size=10 color=#FF0000>hai<font>. The hai is my selected text in my textarea.
Actually not for text i'm trying to change the color. I am having a form and i'm trying to include all these such as font name,size color etc to my form. If i click font name as times new roman and size as 10 and color as red and after selecting all these my tags will seen like <font name=times new roman size=10 color=#FF0000>hai<font>. The hai is my selected text in my textarea. Please tell me how to do that
Bookmarks