![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]()
Posts: 13
Registered: 2009-04-30 |
I have successfully changed the logo of my web site.
However there is one small problem and I don't know how to fix it. Maybe somebody can help me. When you go to my Forum Page "greensquare90 Forum" you will notice that there is a small thin space underneath my Logo where you can see the green background coming through. Where in the script can I change it so that the Logo is Tight in the box so that there is no line underneath. Any help will be appreciated. Thank You. |
![]() Clerk
Posts: 180
Registered: 2008-02-28 |
ok the green is the backrorund colour of the logo which u have placed by editin the .css file, the latout automaticly has a 1 px spacing underneath the logo just change it to 0 px and there will be no line underneath
many thanks N i g h t m a r e
= myUPB Graphic's Designer ![]() Im back, and hopefully staying this time, get ready for some decent GFX updates! |
|
Last edited by: Nightmare on May 01, 2009 4:34:15 pm
| |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
I hadn't noticed cause it's more subtle here but we have exactly the same problem.
It must be stylesheet related, I'll have a little fiddle with and see what I can come up with Resizing the logo doesn't have any effect myUPB Developer |
|
Last edited by: Clark on May 01, 2009 4:24:28 pm
| |
![]()
Posts: 13
Registered: 2009-04-30 |
Yip, I re sized the picture, and has no effect.
I have changed the following script in header.php on line 146 from: <table class="main_table_2" cellspacing="1"> to <table class="main_table_2" cellspacing="0"> This has no effect. I also tried changing the style.css on line 156 from: padding:1; to padding:0; This also has no effect. Please let me know if anyone figures out how to do this... Oh and why does there come an in the post above between the word stylesheet, or script in the forum ? Thanks alot... |
![]() Clerk
Posts: 180
Registered: 2008-02-28 |
that is something to do with the xss protection and is bring worked on,
ok the padding isnt what you need to be looking for, press ctrl+f then type "logo.png" in the next few lines after there should be some sort of code in "px" it will be something like 0 px 0 px 0 px 1 px or alternatvly it will say logo_backgrond_colour: #(colour code here) i havent got time right now to check this and see what format its in but when i get some quiick spare time ill run threww it and do it for you. N i g h t m a r e
= myUPB Graphic's Designer ![]() Im back, and hopefully staying this time, get ready for some decent GFX updates! |
![]()
Posts: 13
Registered: 2009-04-30 |
Yippee... I have figured it out after 2 hours....hehe
Under line 151 of style.css insert a font-size of 0. This will take the Background line under the Logo away..... And te logo will be nicely wrapped.. Thanks for the help.... |