Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: tpl_header.php file additions with html - wheres the css ?

    You really need to go over your css and look at some of the css tutorial sites as you have calls/entries that are now allowed

    i.e.
    Code:
    #logoWrapper{
    	background-image: url(../images/top.gif); align: center;
    	background-repeat: no;
    	background-color: #000000;
    	height:250px;
    There is no align center or no for repeat...
    backround-repeat: none; is correct I would suspect that you have others
    You also have place holders for things that you are not using like the tagline that are taking space up
    Zen-Venom Get Bitten

  2. #12
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: tpl_header.php file additions with html - wheres the css ?

    Oh, thanks, I will definitely go through some of tutorials.
    that background-repeat error was just laziness on my part, i should have done that correctly and put the alignment in the div.

    i went ahead and removed the

    #tagline {
    color:#000000;
    font-size: 2em;
    text-align : center;
    vertical-align: middle;
    }

    I don't really know what is in the code that is useless, since a lot of it came with the template.

    Do you happen to know what would be the place holder beneath the #logowrapper that is created the gap before the #shopnav ?

  3. #13
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: tpl_header.php file additions with html - wheres the css ?

    i went ahead and removed the

    #tagline {
    color:#000000;
    font-size: 2em;
    text-align : center;
    vertical-align: middle;
    }
    This only removes the css styling for this div/tag and not the code that is inserting the space for it.
    You can use the admin > tools > developers tool kit to find snippetts of text in the files and use Fire Fax and the web developers tools extention and many use the firebug extention to locate and determine what tags are there & where
    Zen-Venom Get Bitten

  4. #14
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: tpl_header.php file additions with html - wheres the css ?

    Or you can change the tagline declaration to
    #tagline {
    display: none;
    }

    "that background-repeat error was just laziness on my part, i should have done that correctly and put the alignment in the div. "
    The stylesheet is the correct place for things like specifying alignment - you just need to write it correctly:
    text-align: center;
    Last edited by gjh42; 21 Sep 2007 at 08:12 AM.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. I cant get the php include statement to work in the tpl_header file.
    By buxton1 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Oct 2009, 12:16 AM
  2. Error with tpl_header.php file. FILE ATTACHED PLEASE SOMEONE SPOT ERROR
    By Canvas101 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 May 2008, 08:58 AM
  3. Oops! Help with tpl_header.php file.
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2008, 02:51 AM
  4. SEO url's. Wheres the file?
    By ssbeats in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Aug 2007, 06:45 PM
  5. Help with html additions
    By hunterspro in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Aug 2007, 01:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg