Hi Ashraf,

1- How can the application define the background ( image ) of a text field? 
> the user should only be able to write text.
>
>
Given you have a img folder in your css folder:

input {background-image: url('img/ios-linen.jpg'); background-repeat: 
repeat-x repeat-y;}

will give the text-area a tiled background.


2- How to do the copy/paste including the background? normal copy/paste 
> will not include the background (image) 
>
>
 I am not sure about your second question, but maybe add an editor to the 
text field and use its html functionality?


Annet

-- 



Reply via email to