|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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, -- Wayne www.glenmeadows.us "Faith means not wanting to know what is true." [Nietzsche] |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 ================== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Jerry Stuckle wrote:
> 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. > This is a php generated site. It is NOT in any visible html. Still not php related? -- Wayne www.glenmeadows.us "Faith means not wanting to know what is true." [Nietzsche] |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
wayne wrote:
> Jerry Stuckle wrote: >> 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. >> > > This is a php generated site. It is NOT in any visible html. > Still not php related? > What is the PHP code which causes you a problem? Linux is written C. So that means any Linux questions are appropriate for a C programming newsgroup? -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
"wayne" <houhwx@yahoo.com> wrote in message news:13kum52eusivtdf@corp.supernews.com... >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? Yes : http://glenmeadows.us/themes/CSSSimple/style.css This is where you probably must change font-size property in .defaultContent Bye |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
Zvonko Bi¹kup wrote:
> "wayne" <houhwx@yahoo.com> wrote in message > news:13kum52eusivtdf@corp.supernews.com... >> 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? > > Yes : http://glenmeadows.us/themes/CSSSimple/style.css > > This is where you probably must change font-size property in .defaultContent > > Bye > > Thank you for taking the time to respond, but the content of that section is different (.defaultContent { color: #333333; background-color: #FFFCEA; border: 1px groove #000000; padding-bottom: 5px; float: none; position: relative; width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 1em; padding-right: 4px; padding-left: 4px from the content shown when I use the Firefoxplugins to edit the CSS. When using "View CSS" I receive a screen which points to the address and then "Edit CSS" returns the embedded CSS (body, td, th { font-size: 12px !important; }) which I cannot find. -- Wayne www.glenmeadows.us "Faith means not wanting to know what is true." [Nietzsche] |
|
![]() |
| Outils de la discussion | |
|
|