Change last login, show headline


7 replies [Last post]
bully
bully's picture

User offline. Last seen 1 day 13 hours ago. Offline
I'm Trusted Premium Member!
Member for 2 years 24 weeks
GuG-Points: 45

I used this to change my last login: <div class="topLeftInfo"> female<br /> XX years old<br /> city, state<br /> united states<br /> <br /> <br /> last login: X/XX/2007<br /> </div>  <style> .a {hide top left info} td td td td.text {visibility:hidden;} .a {unhide default picture} div td, .contactTable td.text a, td td td td.text a img {visibility:visible;} .a {position the new content} .topLeftInfo {position:absolute; left:50%; margin-left:-190px; top:230px; width:100px;} </style> But it also hides my headline. Is there any way to change my last login but still show my headline?




Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Anonymous Visitor

Re: Change last login, show headline

Thankkks so muchh (:

PatO7
PatO7's picture
I am Banned from TheGuG

User offline. Last seen 1 year 31 weeks ago. Offline
Member for 2 years 42 weeks
GuG-Points: 2
Re: Change last login, show headline

 

 

You can add your headline within the code. The changes needed are in red:

<div class="topLeftInfo">"headline goes here"<br><br><br>female<br> XX years old<br> city, state<br> united states<br> <br> <br> last login: X/XX/2007<br> </div> <style> .a {hide top left info} td td td td.text {visibility:hidden;} .a {unhide default picture} div td, .contactTable td.text a, td td td td.text a img {visibility:visible;} .a {position the new content} .topLeftInfo {position:absolute; left:50%; margin-left:-190px; top:195px; width:100px;} </style>

note: the px's can be changed to fit your distinct profile needs. Also, you want to make sure your profile looks ok in both internet explorer and firefox. (the viewers of your profile generally tend to use one of those two browsers)

This could have other affects on your profile that you may need to do some changes to. Everyones profile is different and is affected differently with 'codes'

Anonymous Visitor

Re: Change last login, show headline

that krap-a-doodle-doo did not work for me how does this work!?!?!

Anonymous Visitor

Re: Change last login, show headline

where does the code need to be pasted ?

bully
bully's picture

User offline. Last seen 1 day 13 hours ago. Offline
I'm Trusted Premium Member!
Member for 2 years 24 weeks
GuG-Points: 45
Re: Change last login, show headline

OMG!! That worked perfectly!!! Thanks, pat!

bully
bully's picture

User offline. Last seen 1 day 13 hours ago. Offline
I'm Trusted Premium Member!
Member for 2 years 24 weeks
GuG-Points: 45
Re: Change last login, show headline

Ahhh! How do I post a code showing the actual code??

edit (by ): I fixed it for you.  To add a code you have to disable the rich-text and add the code tag

<code>....your code goes here...</code> 

bully
bully's picture

User offline. Last seen 1 day 13 hours ago. Offline
I'm Trusted Premium Member!
Member for 2 years 24 weeks
GuG-Points: 45
Re: Change last login, show headline

Thanks so much for cleaning that up for me!!!

bully was seen saying:

Ahhh! How do I post a code showing the actual code??

edit (by ): I fixed it for you.  To add a code you have to disable the rich-text and add the code tag

<code>....your code goes here...</code>