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. |
Jan 28 2007, 12:24 AM
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?
|
|
|
|
![]() |
Jul 17 2007, 07:11 AM
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? |
|
|
|
Jul 19 2007, 03:38 PM
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> |
|
|
|
MAGANDAxPiNAY309 How Do I Rename The Login Details [Age, Gender, Location, etc.]? Jan 28 2007, 12:24 AM
pinkpoodles I'd just place a DIV over it. Jan 30 2007, 11:54 AM
MAGANDAxPiNAY309 Uhm, how would I do that? I'm not too good wit... Jan 30 2007, 11:01 PM
Intercourse. CODE<div class="content" style="po... Jan 30 2007, 11:44 PM
_cheekz_ can you put a picture on the "DIV CONTENT... Feb 1 2007, 07:15 PM
WHIMSICAL 0NE ^Yes, just put <img src="http://URL"... Feb 1 2007, 07:17 PM
_cheekz_ QUOTE(WHIMSICAL 0NE @ Feb 1 2007, 7:17 PM... Feb 2 2007, 09:03 PM
WHIMSICAL 0NE ^ Haha, it's what I do I guess.
Well, make su... Feb 2 2007, 09:22 PM
_cheekz_ this is what i have on my myspace right now....
C... Feb 2 2007, 09:24 PM
WHIMSICAL 0NE QUOTE(_cheekz_ @ Feb 2 2007, 8:24 PM) thi... Feb 2 2007, 09:39 PM
qoite I think you'd have to change the left, top, wi... Feb 2 2007, 09:34 PM
_cheekz_ would you know what the position would be? Feb 2 2007, 09:42 PM
toyo loco I would just suggest you start your left at 100px.... Feb 2 2007, 09:51 PM
_cheekz_ QUOTE(toyo loco @ Feb 2 2007, 9:51 PM) I ... Feb 9 2007, 05:53 PM
MAGANDAxPiNAY309 Uhm. It doesn't show up on my profile. I used ... Feb 5 2007, 08:38 PM
toyo loco ^ You didn't give it a width and height. Feb 5 2007, 10:40 PM
toyo loco ^ We know. What code did you use? If you have othe... Feb 9 2007, 06:27 PM
_cheekz_ QUOTE^ We know. What code did you use? If you have... Feb 9 2007, 06:45 PM
toyo loco Anything with the word "div" in it could... Feb 9 2007, 06:46 PM
_cheekz_ QUOTE(toyo loco @ Feb 9 2007, 6:46 PM) An... Feb 9 2007, 06:47 PM
toyo loco Just post your code or pm it to me. Thats pretty m... Feb 9 2007, 07:05 PM![]() ![]() |