1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Help HALO Template Graphic

Discussion in 'Web Design' started by macron74, Nov 5, 2007.

  1. macron74

    macron74 New Member

    Hello. A newby here. I need help on HALO Template. I want to modify the graphics on it. So far i was able to change the basic jpg images but the mail LOGO Master Chief, i am unable to modify that one. It apears under the name logo

    <div id="container">
    <div id="header">
    <div id="logo">

    </div>
    <div id="topright">

    If i try to change the imaget for one i have it does not work. Ant tips?

    Also i would like to modify the Green background on it....i would like to make it longer so more text can fit on it.

    Thanks for any one who read this.
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    style.css

    #contenttr {
    background: url(images/top-right-bg.jpg) no-repeat;
    color: #BBD2A8;
    display: block;
    height: 355px;
    padding-left: 30px;
    padding-top: 30px;
    width: 558px;
    }

    or images directory file top-right-bg.jpg

    If you modify it you will have to work on other areas as well.
    on the index page where feature 2 copy that line and past it under it. then open idex.html and you will see what i mean.