Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1

    help question Header position & font

    Hello, I refer to my site http://cablemaster.com.sg/ecable/.
    I really need help on how to position the Header line 1 "Cable Master ECABLE", below the company logo and Header line 2 "Your Online Cable Store" below Header line 1.
    I also need to change the font and font size and colour (to white) for the Header line 1 & 2.
    Thanks for any help. Regards.

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

    Default Re: Header position & font

    Edit this entry in your stylesheet.css file so that it resembles this and then check in IE as this looks correct in FireFox.
    Code:
    #tagline h1{
            width: 250px;
    	color: #FFFFFF;
    	font-size: 2em;
    	text-align : center;
    	vertical-align: middle;
    	margin: 0em 0em 0em 0em;
    	}
    Zen-Venom Get Bitten

  3. #3

    Default Re: Header position & font

    I did exectly that and previewed in IE but no change at all. I have not previewed in Firefox. Will try that after I get Firefox.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Header position & font

    View it in FF the tagline is under the Logo just like you want it.
    #tagline h1{
    clear: both;
    width: 250px;
    color: #FFFFFF;
    font-size: 2em;
    text-align : center;
    vertical-align: middle;
    margin: 0em 0em 0em 0em;
    }

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

    Default Re: Header position & font

    I did exectly that and previewed in IE but no change at all.
    Always clear your browser cache - As when you make valid changes to the correct files there is no alternative but for the code to reflect them
    Zen-Venom Get Bitten

  6. #6

    help question Re: Header position & font

    I managed to get my Header1 "Cable Master ECABLE" somewhere in the middle and Header2 "Your Online Cable Stor" just below it. My stylesheet.css is now,

    #tagline h1{
    width: 700px;
    color:#FFFFFF;
    font-size: 2em;
    text-align : 200px;
    vertical-align: middle;
    margin: 0em 0em 0em 15em;
    }
    Q1. I want to change Header1 font size to bigger and font is Times New Roman and Header2 font size to smaller and font is Century Gothic.

    Q2. What does margin: 0em 0em 0em 15em mean in the above
    tagline?

    Regards.

  7. #7

    help question Re: Header position & font

    Can anyone help? Thanks.

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

    Default Re: Header position & font

    This is what you have now and does not match what has been suggested and you do not have a h1 and a h2 as tagline is ONE entry
    Code:
    #tagline {
    	width: 700px;
    	color:#FFFF00;
    	font-size: 2em;
    	text-align : center;
    	vertical-align: middle;
    	margin: 0em 0em 0em 9em;
    	}
    What is rendered:
    Code:
    <div id="tagline"><h1>Cable Master ECABLE<br/>Your Online Cable Store</h1></div>
    Zen-Venom Get Bitten

  9. #9

    Default Re: Header position & font

    Sorry, I have tried to make some changes to see the result but until now I dont get the desired result. I just need to have 2 Header.

    Header1 "Cable Master ECABLE" of 36px font size & Times New
    Roman and right below it,
    Header2 "Your Online Cable Store" of 18px font size & Century
    Gothic
    Both have white lettering. Can you please help what code should I write?.

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

    Default Re: Header position & font

    The simplest path will be to remove the text in the code.

    Using your favorite image editor, place the text where you want it and the size & color you want into your header background image

    Abstract_112-banner.jpg
    Zen-Venom Get Bitten

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 13
    Last Post: 29 Aug 2010, 05:59 PM
  2. New & All Products Header Font
    By perkiekat in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Jan 2010, 11:24 PM
  3. Font size & colour - header links
    By flatlander in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 22 Mar 2009, 07:23 PM
  4. Header Title change & Logo position
    By Ecable in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Feb 2009, 06:09 AM
  5. Font Color in EZpage Header & Other Places
    By BettyC in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Aug 2008, 06:30 PM

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