help please (: |
![]() ![]() |
help please (: |
Jun 22 2007, 01:35 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Dec 2006 Member No: 490,403 |
Anyone know the code to hide the blue space left when you hide the Powered by google image?
If you could let me know, it would be greatly appreciated Thankyou. |
|
|
|
Jun 22 2007, 03:07 PM
Post
#2
|
|
![]() I'm Jc ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 13,619 Joined: Jul 2006 Member No: 437,556 |
i don't know if this is what ur talking about exactly
but my profile looks like this example - click here and there was nothing left over after taking out the search bars and these are the codes i have in my about me section for removing search bars ect. CODE <style type="text/css">
body div table td form img{display:none!important;} </style> <style type="text/css"> body div table td form option{display:none!important;} body div table td form select{display:none!important;} body div table td form input{display:none!important;} </style> |
|
|
|
Jun 22 2007, 03:43 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,188 Joined: Jan 2006 Member No: 364,198 |
CODE <style type="text/css"> div table,div table table td,div table table,div table table div,table td div div,div table,div table td{ height:0px; border:0px; background-color:transparent; } </style> ^You can change the transparent to any other color if desired. |
|
|
|
![]() ![]() |