Hello guys. Please help me out with a little regular expression thingy. I will give you some "green rep" if you help out. I have webpages that looks like this: ....html code.... <td style="height:81%;width:100%;padding:0;text-align:left;">Text and code that I want to capture</td> ....html code.... PHP: I am using this to capture the text&code: $pattern = '%<td style="([^"]+)">(.+?)</td>%'; PHP: But the pattern is not working properly. Please help out. Thank you for your help. Kind regards, Adrian