Ok i have a proxy site: http://www.anonymousplanet.com/ As you see instead of a logo, the sites name is simply written in text and i dont like it that way i was wondering if there is a way to change that text to a logo that i already have made..i would be extremely grateful to anyone who can tell me how i can place my logo there and what should be its height/width so that i can be fit into that small space. I am using Glype and here is the first few lines of the php which defines the usage of the text Anonymous planet: Thanks
in your css file, .header h1{position:relative; font-size:2em; font-family:georgia,serif; } change to .header h1{position:relative; font-size:2em; font-family:georgia,serif; display: none; } then add this .header { width : 200px; height : 100px background : url("yourlogo.jpg"); } change width and height that suit your new logo good luck
I tried the following: it doesnt seem to work and one more thing how do i add a space between the google ad and the url bar? thanks for helping.
there are some wrong syntax there height : 116px; instead of height : 116px is this img/anonymousplanet copy.jpg really exist? try to check. good luck
about the space you want change this .url_form { border:0px; width:375px; background-color:#FFEFBF; border:1px solid #BFBCB3 } to this .url_form { border:0px; width:375px; background-color:#FFEFBF; border:1px solid #BFBCB3; margin-top: 10px; } change the value of the margin-top that suit your need
Thanks a lot for the help, +rep given Everything is fine now and thanks to both fairuz.ismail and ktutorials for the help