How to read table - TD content with htmlagilitypack - this table - TD has certain bacgkround image -

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
With using htmlagilitypack i want to read text of certain TD. this td has certain background such as

<div style="color:Black;background-color:White; <pre>
image/acikustart.gif
[/code]
<br/>
with using htmlagilitypack c# how can i read this td content. this background exist only in 1 element and the page is so badly designed so i have to use this method :D

i mean table - tr - td


<div style="color:Black;background-color:White; <pre>
<span style="color:Blue; <<span style="color:#A31515; td <span style="color:Red; background<span style="color:Blue; =<span style="color:Blue; "image/acikustart.gif" <span style="color:Red; height<span style="color:Blue; =<span style="color:Blue; "61" <span style="color:Red; width<span style="color:Blue; =<span style="color:Blue; "100%"<span style="color:Blue; >
<span style="color:Red; &nbsp;<span style="color:Red; &nbsp;<span style="color:Blue; <<span style="color:#A31515; font <span style="color:Red; face <span style="color:Blue; = <span style="color:Blue; "Arial" <span style="color:Red; size <span style="color:Blue; = <span style="color:Blue; "2" <span style="color:Red; color <span style="color:Blue; = <span style="color:Blue; "black"<span style="color:Blue; ><span style="color:Blue; <<span style="color:#A31515; b<span style="color:Blue; >Hoparlörler
- TÜM MARKALAR<span style="color:Blue; </<span style="color:#A31515; b<span style="color:Blue; ><span style="color:Blue; </<span style="color:#A31515; font<span style="color:Blue; ><span style="color:Blue; </<span style="color:#A31515; td<span style="color:Blue; >
[/code]
<br/>
So from the above source code i will read : HoparlÃrler - TÃM MARKALAR

<hr class="sig Browser based http://www.monstermmorpg.com Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at its
http://www.monstermmorpg.com/MonsterDex Monsters

View the full article
 
Back
Top