Title: buckza's Replies | WordPress.org

---

# buckza

  [  ](https://wordpress.org/support/users/buckza/)

 *   [Profile](https://wordpress.org/support/users/buckza/)
 *   [Topics Started](https://wordpress.org/support/users/buckza/topics/)
 *   [Replies Created](https://wordpress.org/support/users/buckza/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/buckza/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/buckza/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/buckza/engagements/)
 *   [Favorites](https://wordpress.org/support/users/buckza/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dynamic Stylesheet](https://wordpress.org/support/topic/dynamic-stylesheet-1/)
 *  Thread Starter [buckza](https://wordpress.org/support/users/buckza/)
 * (@buckza)
 * [18 years ago](https://wordpress.org/support/topic/dynamic-stylesheet-1/#post-761871)
 * I found my mistake after browsing the PHP sites
    thanks again – all working now
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dynamic Stylesheet](https://wordpress.org/support/topic/dynamic-stylesheet-1/)
 *  Thread Starter [buckza](https://wordpress.org/support/users/buckza/)
 * (@buckza)
 * [18 years ago](https://wordpress.org/support/topic/dynamic-stylesheet-1/#post-761870)
 * thanks
    I did change that but not it looks like the stylesheet is not parsing
   correct
 * This is what I have in style.php
 * <?php header(‘Content-type: text/css’); ?>
 * /* Setup the Variables */
    $pagewidth = ‘980px’ /* Width of the Page */ $gutter
   = ‘5px’ /* Gutter Sise */ $leftwidth = ‘200px’ /* Left Width */ $rightwidth =‘
   170px’ /* Right Width */
 * $fontsizeglobal = ’12px’ /* Global Font Size */
    $fontsizeh1 = ’24px’ /* H1 Font
   Size */ $fontsizeh2 = ’16px’ /* H2 Font Size */ $fontsizeu1 = ’13px’ /* U1 Font
   Size */
 * $fontcolor1 = ‘#666’ /* #666 Grey */
    $fontcolor2 = ‘#000’ /* #000 Black */ $
   fontcolor3 = ‘white’ /* #FFF white */
 * body {
    font-family:’Verdana’; font-size:<? $fontsizeglobal ?>; }
 * and this is the output I get when I run it in a browser
    /* Setup the Variables*/
   $pagewidth = ‘980px’ /* Width of the Page */ $gutter = ‘5px’ /* Gutter Sise */
   $leftwidth = ‘200px’ /* Left Width */ $rightwidth = ‘170px’ /* Right Width */
 * $fontsizeglobal = ’12px’ /* Global Font Size */
    $fontsizeh1 = ’14px’ /* H1 Font
   Size */ $fontsizeh2 = ’16px’ /* H2 Font Size */ $fontsizeu1 = ’13px’ /* U1 Font
   Size */
 * $fontcolor1 = ‘#666’ /* #666 Grey */
    $fontcolor2 = ‘#000’ /* #000 Black */ $
   fontcolor3 = ‘white’ /* #FFF white */
 * body {
    font-family:’Verdana’; font-size:; }
 * the fontsize is blank where the code to generate that is
    font-size:<? $fontsizeglobal?
   >;
 * what am I missing?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dynamic Stylesheet](https://wordpress.org/support/topic/dynamic-stylesheet-1/)
 *  Thread Starter [buckza](https://wordpress.org/support/users/buckza/)
 * (@buckza)
 * [18 years ago](https://wordpress.org/support/topic/dynamic-stylesheet-1/#post-761866)
 * Thanks for the quick replay back
 * I did add <?php header(“Content-type: text/css”); ?>
    in the top of my style.
   php
 * This is what I have in my header.php
    <link rel=”stylesheet” href=”<?php bloginfo(‘
   stylesheet_url’); ?>” type=”text/css” media=”screen” />
 * How can I change that
    My style.php is in /themes/limau-orange-01/style.php

Viewing 3 replies - 1 through 3 (of 3 total)