Log In · Register

 
Text question., help.
creole
post Aug 31 2008, 06:10 AM
Post #1


Senior Member
*******

Group: Staff Alumni
Posts: 4,665
Joined: Aug 2008
Member No: 676,364



Is there a way to write on text above the profile and move it around? My friends do it all the time, and they remove the ad too. mellow.gif
 
 
Start new topic
Replies (1 - 6)
xXcalebboylesXx
post Aug 31 2008, 08:24 AM
Post #2


myspace.com/calebboyleslayouts
***

Group: Member
Posts: 30
Joined: Mar 2008
Member No: 630,307



QUOTE(ninjaBeenly @ Aug 31 2008, 04:10 AM) *
Is there a way to write on text above the profile and move it around? My friends do it all the time, and they remove the ad too. mellow.gif



well removing the ad is against the terms and rules of myspace! but adding text above your profile is easy. its kind of like adding a small DIV layout to your page. like put the coding of a div layout [positioning and all that jazz] then in your div spot [where you write anything in it.] just put the text there! if you want it to scroll add this...

CODE
<marquee> text here </marquee>


and that should make everything real nifty!
 
creole
post Aug 31 2008, 09:03 AM
Post #3


Senior Member
*******

Group: Staff Alumni
Posts: 4,665
Joined: Aug 2008
Member No: 676,364



QUOTE(xXcalebboylesXx @ Aug 31 2008, 05:24 AM) *
well removing the ad is against the terms and rules of myspace! but adding text above your profile is easy. its kind of like adding a small DIV layout to your page. like put the coding of a div layout [positioning and all that jazz] then in your div spot [where you write anything in it.] just put the text there! if you want it to scroll add this...

CODE
<marquee> text here </marquee>


and that should make everything real nifty!

i'm not making a div. i mean just a regular profile. :/
 
schizo
post Aug 31 2008, 09:33 AM
Post #4


Senior Member
******

Group: Staff Alumni
Posts: 2,435
Joined: Feb 2007
Member No: 506,205



The only way that I've ever gotten text above my profile is by using a div and positioning it there. There could be another way, but I'm not sure what it is.
 
creole
post Aug 31 2008, 09:38 AM
Post #5


Senior Member
*******

Group: Staff Alumni
Posts: 4,665
Joined: Aug 2008
Member No: 676,364



QUOTE(schizo @ Aug 31 2008, 06:33 AM) *
The only way that I've ever gotten text above my profile is by using a div and positioning it there. There could be another way, but I'm not sure what it is.


Could you post the code in a codebox for me?
 
schizo
post Aug 31 2008, 09:42 AM
Post #6


Senior Member
******

Group: Staff Alumni
Posts: 2,435
Joined: Feb 2007
Member No: 506,205



CODE
<style>
.banner {
width:732px;
height:125px;
position:absolute;
top:130px;
left:50%;
margin-left:-380px;
text-align:center;}
</style>

<div class="banner">
write stuff here
</div>


You may have to mess with some of the numbers, but that should allow you to write stuff above your profile. I used the code to hide the navigation along with this, so you may want to add that as well. It gives you a lot more space.
 
creole
post Aug 31 2008, 10:36 AM
Post #7


Senior Member
*******

Group: Staff Alumni
Posts: 4,665
Joined: Aug 2008
Member No: 676,364



QUOTE(schizo @ Aug 31 2008, 06:42 AM) *
You may have to mess with some of the numbers, but that should allow you to write stuff above your profile. I used the code to hide the navigation along with this, so you may want to add that as well. It gives you a lot more space.


mkay, this can be moved to resolved. :)!
 

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