hello there
i would like to search a query generated page for a particular font colour/type for example:
the link:
what is the PHP function for extracting font of the colour green? or fonts: blue and underline.
The difficulty is that google uses classes. I just used google as an example. The site i am expected to use may not have classes embeded. I am expecting the site to use simple basic HTML.
for example:
"<html><body><font color="green">.........<font color="green"> </body> </html>
am i to use a String search?
can anyone help, THANKS alot in advance.
i would like to search a query generated page for a particular font colour/type for example:
the link:
what is the PHP function for extracting font of the colour green? or fonts: blue and underline.
The difficulty is that google uses classes. I just used google as an example. The site i am expected to use may not have classes embeded. I am expecting the site to use simple basic HTML.
for example:
"<html><body><font color="green">.........<font color="green"> </body> </html>
am i to use a String search?
can anyone help, THANKS alot in advance.