"Ashish Sharma" <[EMAIL PROTECTED]> wrote
> I want to find the font style,Font size written in webpage without
> looking into source code.
Do you mean you need to find the actual font used in the
browser regardless of the settings in the HTML/CSS source?
On Windows you can probably do that by
> I want to find the font style,Font size written in webpage without looking
> > into source code.
> >
>
your best bet would be your eyes. otherwise python will need to parse the
source code to tell.
___
Tutor maillist - Tutor@python.org
http://mail.p
Ashish Sharma wrote:
> Hi ,
>
> I want to find the font style,Font size written in webpage without
> looking into source code.
Do you mean you don't want to look at the HTML/CSS for the page? If not,
I guess you will have to somehow query the browser. Tools for that will
be specific to the brow
beautiful soup would do it. It's still looking into the source, though.
On Mon, Apr 14, 2008 at 7:02 AM, Ashish Sharma
<[EMAIL PROTECTED]> wrote:
> Hi ,
>
> I want to find the font style,Font size written in webpage without
> looking into source code.
>
> Can Any one tell if there is API avalab
Hi ,
I want to find the font style,Font size written in webpage without
looking into source code.
Can Any one tell if there is API avalable for this in python .
Thanks in Advance.
Ashish Sharma
___
Tutor maillist - Tutor@python.org
http://mail.python