Hide last login?
Posted on: Mon, 12/11/2006 - 8:36am
Hide last login?
How do I hide my last login? I used the code found on this site and put it in my "About Me" section, but it does not work. When I view my profile it still shows my last login. Here's the code I tried to use:
a {hides last login only}
td td td td.text div {margin-bottom:-400px;}
.a {move online now above headline}
td td td td.text div {margin-top:-50px;}
Thanks!

I made my own version that only hides the last login line and nothing else.
If i remember correctly (i could be wrong) the above code hides the whole section next to your picture?
Put in the very end of the Interests section:
<style type="text/css">.lastlogin {
display: block;
position:relative;
top: -520px;
left: 65px;
overflow: hidden;
width: 120px;
height: 50px;
background-color: white;
}
</style>
<div class="lastlogin"></div>
An example of it in use is on my MySpace page.
You DO have to adjust the top, left, width, and height attributes in order to correctly cover the section for your profile. This is just an overlay after all
Thanks... but as a little heads up to all -
Once I got it perfect in Firefox, I checked in IE and it didn't come close to covering it, making it pretty obvious what I'm trying to do.
I'm sure it can be tweaked to work fine in both, but I've had enough of those darn captcha codes for one day.
Thanks, however! I'm sure it took some time to come up with!
Yes you can tweak it to work for all browsers, i tested mine in Firefox/IE6/IE7 (should work in safari/opera too) You just need to make it large enough and position it just right... When i did the code MySpace wasn't doing the stupid CAPTCHA's every time you save, so it wasn't that bad tweaking it...
Thanks... but as a little heads up to all -
Once I got it perfect in Firefox, I checked in IE and it didn't come close to covering it, making it pretty obvious what I'm trying to do.
I'm sure it can be tweaked to work fine in both, but I've had enough of those darn captcha codes for one day.
Thanks, however! I'm sure it took some time to come up with!
hey is it possible to hide last login in friendster??? help!!!
<font style="display:none;">code in the headline works for private profiles as far as i know.