Hi,
i need to copy text from excel into the web application , its copying and pasting but wish to highlight ,make it bold,underline only few lines not the complete text. unable to do it could you please help.
regards
V
Hi,
i need to copy text from excel into the web application , its copying and pasting but wish to highlight ,make it bold,underline only few lines not the complete text. unable to do it could you please help.
regards
V
Manually if you do it were you able to do?
Because ideally copy paste would work without formattinng only…unless there is some option on your target website you cannot
Most of the times it should support formatting using html tags…if yes then you can add html tags in your string
Cheers
Thanks Anil , target site supports formatting , let me try
issue is : i am uploading text from excel , and its fine . in the middle of the text - there are few lines , which needs to be highlighted/coloured . find it hard to set it up
If you know those words use replace and then teplace word along with tag you need like color etc
Cheers
Thanks for your help .