I'm trying to reach some p tags inside blockquote. In this part of the html I'm trying to reach the p tags which have features as;
font face="Verdana, Arial, Helvetica, sans-serif" size="2"
I mean the last 2 p tags with;
font face="Verdana, Arial, Helvetica, sans-serif" size="2"
<blockquote>
<p> </p>
<p><a href="../index.html"><img src=""align="right" border="0"></a></p>
<p><img src="baslik.gif" width="308" height="80"></p>
<a href="e.html">E</a> <a href="f.html">F</a> <a href="g.html">G</a>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2">ABA ALTINDAN
SİK ÖLÇMEK: (d)-(ar.-türk. f.)-Yetersiz bilgilerle bir erkeğin cinsel gücünü
tartmaya çalışmak & Az bilgiyle bir şeyin aslını öğrenebileceğini sanmak.
"O kadar da leyla olunmaz ki canım. Sen kalk aba altından sik ölçmeye
soyun sonra da o siki görünce bas yaygarayı!"</font></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2">ABAROT GÖT: (d)-(o.k)-Çalım
satan, hava atan kişi. "Sen de amma abarot götmüşsün annem, gören de
sol taşaktan düştün sanır."</font></p>
<blockquote>
They don't have any id's, tags or etc.
- How can I reach them?
- What is the best suitable way to approach this kind of elements?
- Can i parse the html by its line number for example?
<blockquote>? It should be</blockquote>I think. - luksch