Log In · Register

 
How Do I Rename The Login Details [Age, Gender, Location, etc.]?, ...and change it to whatever I want.
lalarachspectx3
post 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?
 
 
Start new topic
Replies (1 - 22)
Cloud9Nine
post Jan 30 2007, 11:54 AM
Post #2


live loving life.
***

Group: Member
Posts: 95
Joined: Jul 2006
Member No: 439,959



I'd just place a DIV over it.
 
lalarachspectx3
post Jan 30 2007, 11:01 PM
Post #3


Senior Member
***

Group: Member
Posts: 81
Joined: Aug 2006
Member No: 457,109



Uhm, how would I do that? I'm not too good with DIV HTML. Lolz.
 
*Intercourse.*
post Jan 30 2007, 11:44 PM
Post #4





Guest






CODE
<div class="content" style="position: absolute; left:000px;  top:000px; width:000px; height:000px; overflow: auto;"><center>
CONTENT FOR DIV.
</div>
 
speakerboxx123
post Feb 1 2007, 07:15 PM
Post #5


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



can you put a picture on the "DIV CONTENT" ?
 
*WHIMSICAL 0NE*
post Feb 1 2007, 07:17 PM
Post #6





Guest






^Yes, just put <img src="http://URL"> and replace the URL with the image URL.
 
speakerboxx123
post Feb 2 2007, 09:03 PM
Post #7


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



QUOTE(WHIMSICAL 0NE @ Feb 1 2007, 7:17 PM) *
^Yes, just put <img src="http://URL"> and replace the URL with the image URL.



okay thanks...

ps. why do you reply to all my posts?...lol...j.k...thanks you help me alot!


edit:
that code doesnt work
 
*WHIMSICAL 0NE*
post Feb 2 2007, 09:22 PM
Post #8





Guest






^ Haha, it's what I do I guess.

Well, make sure that you put in your image URL. So you code would look something like this:
QUOTE
<div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center>
<img src="http://URL">
</div>


The bold would change. Along with left, top, width, and height.
 
speakerboxx123
post Feb 2 2007, 09:24 PM
Post #9


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



this is what i have on my myspace right now....

CODE
<div class="content" style="position: absolute; left:000px;  top:000px; width:000px; height:000px; overflow: auto;"><center>
<img src=http://i35.photobucket.com/albums/d176/anthonyyo/untitled-6.jpg>
</div>
 
qoite
post Feb 2 2007, 09:34 PM
Post #10


Newbie
*

Group: Member
Posts: 3
Joined: Jan 2005
Member No: 85,694



I think you'd have to change the left, top, width, and height to position the DIV correctly, too.
 
*WHIMSICAL 0NE*
post Feb 2 2007, 09:39 PM
Post #11





Guest






QUOTE(_cheekz_ @ Feb 2 2007, 8:24 PM) *
this is what i have on my myspace right now....

CODE
<div class="content" style="position: absolute; left:000px;  top:000px; width:000px; height:000px; overflow: auto;"><center>
<img src=http://i35.photobucket.com/albums/d176/anthonyyo/untitled-6.jpg>
</div>



You need to add quotes around the image URL. And also position the div.

So it should be like this:
CODE
<div class="content" style="position: absolute; left:000px;  top:000px; width:000px; height:000px; overflow: auto;"><center>
<img src="http://i35.photobucket.com/albums/d176/anthonyyo/untitled-6.jpg">
</div>


And then change the positioning and height and width.
 
speakerboxx123
post Feb 2 2007, 09:42 PM
Post #12


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



would you know what the position would be?
 
freeflow
post Feb 2 2007, 09:51 PM
Post #13


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



I would just suggest you start your left at 100px. Make the number bigger to go more to the right and smaller to go more to the left.

For the top start at about 125px. Make it smaller to go higher up and bigger to go lower.
 
lalarachspectx3
post Feb 5 2007, 08:38 PM
Post #14


Senior Member
***

Group: Member
Posts: 81
Joined: Aug 2006
Member No: 457,109



Uhm. It doesn't show up on my profile. I used this code:

CODE
<div class="content" style="position: absolute; left:100px;  top:125px; width:000px; height:000px; overflow: auto;"><center>
<b><font size=8>TESTING TESTING&copy;</b></font>
</div>
 
freeflow
post Feb 5 2007, 10:40 PM
Post #15


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



^ You didn't give it a width and height.
 
speakerboxx123
post Feb 9 2007, 05:53 PM
Post #16


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



QUOTE(toyo loco @ Feb 2 2007, 9:51 PM) *
I would just suggest you start your left at 100px. Make the number bigger to go more to the right and smaller to go more to the left.

For the top start at about 125px. Make it smaller to go higher up and bigger to go lower.



DOESNT WORK! .... DOESNT SHOW! _dry.gif


I want to change this



TO

 
freeflow
post Feb 9 2007, 06:27 PM
Post #17


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



^ We know. What code did you use? If you have other codes stopping it , then that is one reason why it won't show. Its not a stable way to do it , there is no longer a stable way so you just need to post what you have done..
 
speakerboxx123
post Feb 9 2007, 06:45 PM
Post #18


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



QUOTE
^ We know. What code did you use? If you have other codes stopping it , then that is one reason why it won't show. Its not a stable way to do it , there is no longer a stable way so you just need to post what you have done..


would you happen to know any codes that would stop it?
 
freeflow
post Feb 9 2007, 06:46 PM
Post #19


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Anything with the word "div" in it could. Just post your code with the div that has the last login info in it.
 
speakerboxx123
post Feb 9 2007, 06:47 PM
Post #20


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



QUOTE(toyo loco @ Feb 9 2007, 6:46 PM) *
Anything with the word "div" in it could. Just post your code with the div that has the last login info in it.



can i PM you because i dont understand what you just said
 
freeflow
post Feb 9 2007, 07:05 PM
Post #21


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Just post your code or pm it to me. Thats pretty much what I said in a way. pinch.gif
 
OujiBejita
post Jul 17 2007, 07:11 AM
Post #22


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?
 
larryvgs
post Jul 19 2007, 03:38 PM
Post #23


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>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: