How Do I Rename The Login Details [Age, Gender, Location, etc.]?, ...and change it to whatever I want. |
How Do I Rename The Login Details [Age, Gender, Location, etc.]?, ...and change it to whatever I want. |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 ![]() |
How do I hide the login details [age, gender, location, headline, etc.], without hiding the "Online Now!" icon and last login? & how can I replace it with words of my own?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 89 Joined: Aug 2005 Member No: 195,340 ![]() |
CODE <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center> CONTENT FOR DIV. </div> by the way, in what section are you supposed to put the code above? |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jul 2007 Member No: 548,357 ![]() |
Ok guys, I found out how to do it if you're not using div overlays for everything. By the way, this guy's site rocks!
Just go to http://joyboner.com/archives/123 Using this method along with putting the online icon in the "Who I'd like to meet" section near the top, along with adjusting it's position on the page with "position: absolute;" worked for me for the online icon. Unfortunately, it shows you're online whether you are or not. So just cut and paste the code in and out of your edit section whenever you're online and it kind of works I guess. Adjust your margin-left and margin-top as needed and it lines up the same in both browsers. (IE7 and FF2) So joyboner's code from his page above, then if you want the online icon also, the following... (For the margin-left I used -158 and margin-top 158) About me: <style> .topLeftInfo {position:absolute; margin-left: xxx px; margin-top: xxx px;} </style> Who I'd like to meet: <div align="left" class="topLeftInfo"> <img src="http://x.myspace.com/images/onlinenow.gif" alt="Is Online" class="ImgOnlineNow" height="20" width="80"> </div> |
|
|
![]() ![]() |