Connecting Tech Pros Worldwide Forums | Help | Site Map

How to highlight a row

luigi.corrias@gmail.com
Guest
 
Posts: n/a
#1: Jun 27 '08
Hello everybody

i have a file text.

in this file text i use asp.net to search some words and, at the end,
the word is highlited in red, orange...

Is highlighted only the word...

i really love not the single word but the entire row

i now have:

Mary love the *lambs*

i want

*mary love the lambs*

i use span tag

Pleasy any suggest?!

Thanks

Luigi
Erwin Moller
Guest
 
Posts: n/a
#2: Jun 27 '08

re: How to highlight a row


luigi.corrias@gmail.com schreef:
Quote:
Hello everybody
>
i have a file text.
>
in this file text i use asp.net to search some words and, at the end,
the word is highlited in red, orange...
>
Is highlighted only the word...
>
i really love not the single word but the entire row
>
i now have:
>
Mary love the *lambs*
>
i want
>
*mary love the lambs*
>
i use span tag
>
Pleasy any suggest?!
>
Thanks
>
Luigi
Well Luigi, the simple answer is: change your code accordingly.
You need to expand your span so it surrounds the whole text, or even
better, change the container holding the the text (the td of a table eg,
or a div) so that the bold-style is defined in there.
Why don't you try it yourself, and try to adhere your span-style to the
td element or whatever it is that holds the text?
I won't be difficult *if you see the code*, which we do not. ;-)

What do you expect from us?
An answer like: "Go to line 42, and change the regex to /^whatever/g"?
We need code.

Also, you might get luckier if you post your example in a newsgroup
dedicated to asp.net.

Regards,
Erwin Moller
Closed Thread