Question about URL Box..., (General ? about status of code) |
![]() ![]() |
Question about URL Box..., (General ? about status of code) |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Jul 2006 Member No: 442,090 ![]() |
Hi... I am new here, so I apologize if this is not the correct area to post this:
Anywho, a few weeks I was searching around CB and I finally found a code that would completely remove the URL box (both the text and the actual box). Well, I recently deleted all of my codes in the attempt to revamp my layout and I lost that specific one. I have been searching around for quite a while looking for it again (i.e. going through the entire forum [the advanced search bar will not let me look up 'URL Box'], like 58 pages of topics, as well as Google and other Script sites) and cannot seem to find it. On my search I noticed many moderators talking about some type of 'filter' that prohibits the code from working any longer. So, basically, I was inquiring as to whether anyone had an update and/or confirmation on this. Thanks for any help you could give. I would hate to spend any more time looking into this if it is just not possible at all. |
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
So far I haven't found anything new . But you can check here because a code from there was posted here about hiding the url . Not sure if it hides, the full thing, but I would only think text.
|
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 307 Joined: Apr 2006 Member No: 393,086 ![]() |
CODE <style type="text/css">
body table tbody table tbody table tbody table table div strong{display: none;} body table tbody table tbody table tbody table td div {visibility: hidden} body table tbody table tbody table tbody table td, body table tbody table tbody table tbody td {background: transparent;} table table table table div {visibility:hidden;} div table table table table table div input, div a, td.text div {visibility:visible;} .contactTable {background: rgb(102, 153, 204); position: relative; top: 30px;} .contactTable table {background: rgb(255, 255, 255);} </style> |
|
|
![]() ![]() |