|
Posted by Jerry Stuckle on 11/30/07 01:15
wayne wrote:
> I have an active site which prints recipes larger than I want. I want
> the text to print as 10 px, but cannot get it to print anything but 12 px.
>
> While trying to troubleshoot, I found an embedded CSS style - body, td,
> th { font-size: 12px !important; }
>
> Apparently it is embedded in about:blank, but I cannot find where it is
> located on the site or in my browser. I use Firefox.
>
> I have looked all of the files on the server than I can find. The site
> is glenmeadows.us.
>
> Anyone have a solution?
>
> Thank you,
>
This has nothing to do with PHP. Try alt.html or
comp.infosystems.www.authoring.stylesheets/
And it's never good to specify font sizes in px.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|