Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~496 People Reached
Favorite Forums
Favorite Tags
php x 2

1 Posted Topic

Member Avatar for shishtawitch

Hi I have the same kind of problem. And not quite sure how to fix it... I have this as an input: [CODE] <p>Hello wo<em>rld</em></p> <p>How are you <span style='text-decoration:underline'>doing?</span></p> [/CODE] i need to have the following output: [CODE] <p><span id='w_1'>Hello</span> <span id='w_2'>wo<em>rld</em></span></p> <p><span id='w_3'>How</span> <span id='w_4'>are</span> <span id='w_5'>you</span> <span …

Member Avatar for yannyannyann
0
496

The End.