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
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 .
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.
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
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!