Template customizing - HOW?

Discussion in 'HTML & Website Design' started by greent2222, Apr 11, 2008.

  1. #1
    Hello from snowy London.

    I have template that i want to customise by inserting my website name
    on it.

    My site is www.labaymarket.com

    All i need to know is how can i achieve this? Because i've started this recently
    i dont yet understand the language.

    Can any1 help?
     
    greent2222, Apr 11, 2008 IP
  2. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you want to change the text in that image that reads Company Name? If so, do you have a .PSD file when you downloaded that template. If so you will need a program capable of opening .psd files, photoshop is one however you have to pay for it. I would recommend a program called "the gimp".

    So open the file, and change the text to whatever you want, then save that new file over the existing one and upload.

    OT: What part of london is snowing?
     
    nicangeli, Apr 11, 2008 IP
  3. HDaddy

    HDaddy Active Member

    Messages:
    287
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #3
    #logo {

    background: transparent url(../images/bg.jpg) no-repeat top center;

    margin:0 auto;

    width: 100%;

    padding:0px;
    }

    This is where your company name comes. At the moment it is a picture. You can either make your own header pic or just use letters for the company name. Like this.

    <div id="logo">
    <div class="pway"><span class="pathway">Home </span></div>
    YOURCOMPANY.COM
    <div class="div">

    But i think you will have to put some css properties to the #logo div. For example the font you wanna use and the size of the font and color etc. etc.
     
    HDaddy, Apr 11, 2008 IP
  4. andymayo

    andymayo Guest

    Messages:
    652
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    the big part is mate.
     
    andymayo, Apr 11, 2008 IP