myspace DIV text help |
myspace DIV text help |
Nov 4 2009, 08:35 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Jul 2009 Member No: 740,097 |
so i have a div layout and im right now trying to move my text for "about me" around
i want it to be white and located in the top center of the gold frame heres the link to my profile http://www.myspace.com/stephanieleung |
|
|
|
![]() |
Nov 5 2009, 02:31 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Look for this:
CODE .main { position: absolute; left: 27.7%; top: 507px; z-index:1; width: 642px; height :319; overflow:hide; color:ffffff; background-color:transparent; font-family:helvetica; font-size:11; text-align:justify; scrollbar-face-color:481162; scrollbar-shadow-color:060606; scrollbar-highlight-color:060606; scrollbar-3dlight-color:060606; scrollbar-darkshadow-color:060606; scrollbar-track-color:060606; scrollbar-arrow-color:ffffff; } Replace it with this: CODE .main { position: absolute; left: 50%; margin-left:#px; top: 507px; z-index:9; width: 642px; height :319; overflow:hide; color:ffffff; background-color:transparent; font-family:helvetica; font-size:11; text-align:justify; scrollbar-face-color:481162; scrollbar-shadow-color:060606; scrollbar-highlight-color:060606; scrollbar-3dlight-color:060606; scrollbar-darkshadow-color:060606; scrollbar-track-color:060606; scrollbar-arrow-color:ffffff; } .main p {color: fff!important;} Replace the pound symbol on the attribute I underlined with an appropriate value until it's where you want it to be. Then on this bit: CODE <div class="main"> <br /> <center> <strong>Stephanie Skeleton<br /> <div style="float;margin-left: 200; top: 500"> <p> about me </p> </div> Close any tags you open or they will affect any content after them: CODE <div class="main">
<br /> <center> <strong>Stephanie Skeleton</strong> </center><br /> <div style="float;margin-left: 200; top: 500"> <p> about me </p> </div> |
|
|
|
stephskeleton myspace DIV text help Nov 4 2009, 08:35 PM
elletricity Can you either post the codes you are using or mak... Nov 4 2009, 09:49 PM
stephskeleton im on 1.0
heres the full code:
CODE
<style... Nov 4 2009, 10:31 PM
stephskeleton actually i kinda want to change the color now to p... Nov 7 2009, 03:04 PM
Mike Posts merged. Like I've said before, close any... Nov 7 2009, 04:53 PM
stephskeleton alright so now my layout is on top of one of my bo... Nov 7 2009, 08:12 PM
stephskeleton here im pretty sure ive closed all of them now.
... Nov 8 2009, 08:11 PM
Mike Read all the tutorials under the "Basics of M... Nov 9 2009, 02:14 PM
stephskeleton alright so i used the new layout code and now I... Nov 11 2009, 04:09 PM
Mike For a background image on the whole page, it's... Nov 12 2009, 03:51 AM
stephskeleton i put the code:
CODEfont-family:Arial;
font-size: ... Nov 29 2009, 11:23 PM
stephskeleton alright i fixed that now is it possible to get the... Dec 27 2009, 03:03 PM
Mike Make your page public or post your updated codes. Dec 27 2009, 03:42 PM
stephskeleton this is under my about me:
CODE<style>
tabl... Dec 27 2009, 04:21 PM
Mike Look for this:
CODE.two{
position: absolute;
... Dec 27 2009, 05:19 PM![]() ![]() |