Text question., help. |
Text question., help. |
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.
|
|
|
|
![]() |
Aug 31 2008, 08:24 AM
Post
#2
|
|
![]() myspace.com/calebboyleslayouts ![]() ![]() ![]() Group: Member Posts: 30 Joined: Mar 2008 Member No: 630,307 |
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. 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! |
|
|
|
Aug 31 2008, 09:03 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,665 Joined: Aug 2008 Member No: 676,364 |
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. :/ |
|
|
|
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.
|
|
|
|
Aug 31 2008, 09:38 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,665 Joined: Aug 2008 Member No: 676,364 |
|
|
|
|
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. |
|
|
|
Aug 31 2008, 10:36 AM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,665 Joined: Aug 2008 Member No: 676,364 |
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. :)! |
|
|
|
![]() ![]() |