PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.php > Finding embedded CSS in PHP CMS Site
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Finding embedded CSS in PHP CMS Site

Réponse
 
LinkBack Outils de la discussion
Vieux 30/11/2007, 00h26   #1
wayne
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Finding embedded CSS in PHP CMS Site

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]
  Réponse avec citation
Vieux 30/11/2007, 01h15   #2
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Finding embedded CSS in PHP CMS Site

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
==================

  Réponse avec citation
Vieux 30/11/2007, 01h28   #3
wayne
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Finding embedded CSS in PHP CMS Site

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]
  Réponse avec citation
Vieux 30/11/2007, 01h48   #4
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Finding embedded CSS in PHP CMS Site

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
==================

  Réponse avec citation
Vieux 30/11/2007, 08h24   #5
Zvonko Bi¹kup
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Finding embedded CSS in PHP CMS Site


"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


  Réponse avec citation
Vieux 30/11/2007, 12h13   #6
wayne
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Finding embedded CSS in PHP CMS Site

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 Firefox
plugins 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]
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 14h45.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13900 seconds with 14 queries