Change a logo in proxy site.

Discussion in 'HTML & Website Design' started by Noc, Oct 31, 2008.

  1. #1
    Hope this is the right section. How do I change this logo, websurfin.info. Their is no logo image in the image folder. Am very confused. I would love help!!!
    Thanks in advance,
    Noc
     
    Noc, Oct 31, 2008 IP
  2. iKiller

    iKiller Guest

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    check your css :

    body {
    margin: 0; padding: 0;
    font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
    background: #FFF url(images/bg.gif) repeat-x;
    text-align: center;
    }

    bg.gif is the logo + background they are using .
     
    iKiller, Oct 31, 2008 IP
  3. Fracisc

    Fracisc Well-Known Member

    Messages:
    3,670
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    195
    #3
    If you need it customized for you own need drop me a PM. I can do that for you.
     
    Fracisc, Nov 1, 2008 IP
  4. Noc

    Noc Active Member

    Messages:
    485
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #4
    I looked at bg.gif and all it is is a narrow little bar of blue. I looked though all the images and none of them had the logo on them.
     
    Noc, Nov 1, 2008 IP
  5. Artimmi

    Artimmi Active Member

    Messages:
    130
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    68
    #5
    Maybe your problem is that there is no logo on your site yet?:) There is just "yourproxy.com" text.
    Open your template and find this code:

    
    <div id="logo">your<span class="red">proxy</span>.com</div>
    
    Code (markup):
    Replace it with:

    
    <div id="logo"><img src="images/logo.gif" alt="Write your site name here" /></div>
    
    Code (markup):
    Create and upload logo.gif file to your images directory.

    That's all:)
     
    Artimmi, Nov 1, 2008 IP
  6. Noc

    Noc Active Member

    Messages:
    485
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #6
    ok thanks so much. I think i will just change the text in the logo already provided. + REP to you tho. Helped me out a ton!
     
    Noc, Nov 1, 2008 IP