Log In · Register

 
 
Closed TopicStart new topic
can someone help me with a div overlay???
luvDBSK
post Jan 24 2009, 12:22 PM
Post #1


Newbie
*

Group: Member
Posts: 5
Joined: Mar 2008
Member No: 626,861



i just want to know if anyone knows how to center a div layout on myspace. right now its to the left and i want it centered. is that posible??
 
tokyo-rose
post Jan 24 2009, 03:08 PM
Post #2


Senior Member
********

Group: Head Staff
Posts: 18,173
Joined: Mar 2005
Member No: 108,478



Moved to MySpace Support.

Please post topics in the correct subforums from now on. :)
 
heyo-captain-jac...
post Jan 24 2009, 03:09 PM
Post #3


/人◕‿‿◕人\
*******

Group: Official Member
Posts: 8,283
Joined: Dec 2007
Member No: 602,927



Post your code.

And maybe stay online when you post a help topic.
 
PeRRiiN
post Jan 24 2009, 04:42 PM
Post #4


Senior Member
***

Group: Member
Posts: 69
Joined: Jul 2008
Member No: 668,177



this is how you center a Div no matter whats the resolution of the viewer.
change the width and height to those of your Div, change the top to move it up or down, always leave left at 50% and set the margin-left value to half of the width (i.e. if the width of your Div is 400px set the margin-left to -200px).

CODE
div.name {
position: absolute;
width: XXpx;
height: XXpx;
top: xxpx;
left: 50%;
margin-left: xxpx;}
 
Mickey
post Jan 24 2009, 06:24 PM
Post #5


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Here's a cleaner, clearer code for you to use:

CODE
<style>
.layout {position:absolute; height:250px; width:250px; top:500px; left:50%; margin-left:-500px;}
</style>

Replace both 250's in the height and width properties to edit its size then replace both 500's in the top and margin-left properties to edit its position. For the margin-left bit, make sure you leave the minus sign alone unless you want to move it towards the right of your page.
 
PeRRiiN
post Jan 24 2009, 07:03 PM
Post #6


Senior Member
***

Group: Member
Posts: 69
Joined: Jul 2008
Member No: 668,177



lol,
thats the same code i posted but with values.
 
luvDBSK
post Jan 24 2009, 10:51 PM
Post #7


Newbie
*

Group: Member
Posts: 5
Joined: Mar 2008
Member No: 626,861



QUOTE(PeRRiiN @ Jan 24 2009, 04:42 PM) *
this is how you center a Div no matter whats the resolution of the viewer.
change the width and height to those of your Div, change the top to move it up or down, always leave left at 50% and set the margin-left value to half of the width (i.e. if the width of your Div is 400px set the margin-left to -200px).

CODE
div.name {
position: absolute;
width: XXpx;
height: XXpx;
top: xxpx;
left: 50%;
margin-left: xxpx;}



OHHH!! okay!! thank you sooo much! ill go and try that now!! ^_^
 
PeRRiiN
post Jan 24 2009, 10:52 PM
Post #8


Senior Member
***

Group: Member
Posts: 69
Joined: Jul 2008
Member No: 668,177



you're welcome =]
 
luvDBSK
post Jan 24 2009, 10:59 PM
Post #9


Newbie
*

Group: Member
Posts: 5
Joined: Mar 2008
Member No: 626,861



okay i dont know what im doing but heres the code that does in the about me section



CODE
<p><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmNyZWF0ZWJsb2cuY29tL2xheW91dHMvaW5kZXgucGhwP2xheW91dD1teXNwYWNl
2xheW91dHM=" title="Grab Myspace Layouts and Myspace Codes" target="_blank"><img src="http://www.createblog.com/images/link1.gif" border="0" alt="Myspace Layouts" style="position:absolute;top:0px;left:0px;width:10px;height:27px;" /></a></p><style>
body{background-color:FFFFFF;overflow-x:hidden;}div{color:000000;font-family:arial;font-size:8pt;}strong, b{color:FF7EA5;font-family:arial;font-size:8pt;font-weight:bold;}i{color:37C7FF;font-family:georgia;font-size:8pt;}u{color:B5D97F;font-family:arial;font-size:8pt;text-decoration:none;border-width:1px;border-style:dashed;border-color:000000;border-left:0px;border-right:0px;border-top:0px;}h1{font-family:times new roman;letter-spacing:-5px;text-transform:uppercase;font-size:25px;color:2AC3FF;text-align:center;background-color:FFFFFF;border-width:1px;border-style:solid;border-color:FFE6EB;border-left:0px;border-right:0px;margin:0px;}a:link, a:active, a:visited{color:843F38;font-family:arial;font-size:8pt;text-decoration:none;font-weight:normal;}a:hover{color:DCC8AF;font-family:arial;font-size:8pt;text-decoration:none;font-weight:normal;}a.clickits:link, a.clickits:active, a.clickits:visited{display:block;background-color:F2F9FF;color:000000;font-family:small fonts;font-size:7px;text-align:center; padding:7px;text-decoration:none;text-transform:uppercase;font-weight:normal;letter-spacing:1pt;margin-top:1px;}a.clickits:hover{display:block;background-color:FFE0E8;color:000000;font-family:small fonts;font-size:7px;text-align:right;padding:7px;text-decoration:none;text-transform:uppercase;font-weight:normal;letter-spacing:1pt;margin-top:1px;}a.inout:link, a.inout:active, a.inout:visited{font-family:small fonts;text-transform:uppercase;letter-spacing:1px;font-size:7px;color:FFE0E8;text-decoration:none;font-weight:normal;}a.inout:hover{font-family:small fonts;text-transform:uppercase;letter-spacing:1px;font-size:7px; color:F2F9FF;text-decoration:none;font-weight:normal;}div.background{position:absolute;left:0px;top:100px;overflow-x:hidden;}div.main{position:absolute;top:244px;left:241px;width:506px;height:310
x;background-color:FFFFFF;background-image:url(http://cbimg6.com/layouts/07/11/22/23309aa.jpg);background-repeat:repeat;background-attachment:scroll;background-position:center;z-index:0;}div.aboutme{position:absolute;top:244px;left:241px;overflow:auto;height
155px;width:506px;color:000000;font-family:arial;font-size:8pt;background-color:transparent;z-index:9;}div.whoidliketomeet{position:absolute;top:399px;left:241px;overflow:aut
;height:155px;width:506px;color:000000;font-family:arial;font-size:8pt;background-color:transparent;}div.navigation{position:absolute;width:137px!important;left:69px;top:284px;background-color:FFFFFF;overflow-x:hidden;width:137px;z-index:9;}div.topfriends{position:absolute;top:613px;left:70px;}div.interests{pos
tion:absolute;top:589px;left:238px;overflow:auto;width:228px;height:92px;}div.he
oes{position:absolute;top:589px;left:494px;overflow:auto;width:256px;height:92px
}div.icon{position:absolute;top:151px;left:371px;}div.comments{position:absolute
left:819px;top:215px;width:145px;!important;}div.comments form, div.comments input, div.comments textarea{display:inline!important;font-family:small fonts;text-transform:uppercase;letter-spacing:1pt;font-size:7px;color:000000;background-color:F2F9FF;border:0px;filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important;}select, form, input{display:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}embed, object{filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}.blurbs, table, tr, td, table table table{color:ffffff;font-size:0px!importat;border:0px;background-color:transparent;width:0px!important;height:0px!important;}table tr td div div{width:0px!important;height:0px!important;visibility:hidden;}.orangeText15, .nameText, .friendSpace, .friendsComments, .contactTable, .extendedNetwork, .latestBlogEntry, .userProfileURL, .userProfileDetail, .bottomlinks, .ImgOnlineNow, .profileinfo, .navbar, .interestsAndDetails, .userProfileSchool, .navigationbar, a.text, a u, font{display:none!important;}body div table td form img{display:none!important;}div div table div{display:none;} .clearfix table div div{display:block;}tr td div, div td, div tr, div table{background-color:transparent!important;}.profile, div ul{display:none!important;}</style>
Reason for edit: Please use [codebox] tags when posting codes. - Mike
 
PeRRiiN
post Jan 24 2009, 11:18 PM
Post #10


Senior Member
***

Group: Member
Posts: 69
Joined: Jul 2008
Member No: 668,177



can you post the link to your myspace please, i want to see what you're trying to accomplish.
 
heyo-captain-jac...
post Jan 24 2009, 11:22 PM
Post #11


/人◕‿‿◕人\
*******

Group: Official Member
Posts: 8,283
Joined: Dec 2007
Member No: 602,927



QUOTE(luvDBSK @ Jan 24 2009, 09:59 PM) *
okay i dont know what im doing but heres the code that does in the about me section

You're supposed to put that crap in a codebox.

CODE
[codebox] Code Here [/codebox]
 
Mickey
post Jan 25 2009, 08:41 AM
Post #12


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Look for this in your codes:

CODE
left:#px;

Wherever your see that, replace it with this:

CODE
left:50%;
margin-left:-#px;

Then replace the pound symbol with the appropriate amount of pixels to center your layout. Leave the minus sign to move things to the left. Take it off if you want to move things to the right. Make sure you do that for all the left properties you find. Once you've finished, your layout should be centered.
 
luvDBSK
post Jan 25 2009, 11:57 AM
Post #13


Newbie
*

Group: Member
Posts: 5
Joined: Mar 2008
Member No: 626,861



QUOTE(PeRRiiN @ Jan 24 2009, 11:18 PM) *
can you post the link to your myspace please, i want to see what you're trying to accomplish.


http://profile.myspace.com/index.cfm?fusea...endID=157302737

thats the link


QUOTE(Mike @ Jan 25 2009, 08:41 AM) *
Then replace the pound symbol with the appropriate amount of pixels to center your layout. Leave the minus sign to move things to the left. Take it off if you want to move things to the right. Make sure you do that for all the left properties you find. Once you've finished, your layout should be centered.


ok i did that and everything went to the right and its cut off.


okay im sorry but i SUCK at these things
 
Mickey
post Jan 25 2009, 12:26 PM
Post #14


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Replace your About Me codes with this:

CODE
<p><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmNyZWF0ZWJsb2cuY29tL2xheW91dHMvaW5kZXgucGhwP2xheW91dD1teXNwYWNl
2xheW91dHM=" title="Grab Myspace Layouts and Myspace Codes" target="_blank"><img src="http://www.createblog.com/images/link1.gif" border="0" alt="Myspace Layouts" style="position:absolute;top:0px;left:0px;width:10px;height:27px;" /></a></p><style>
body{background-color:FFFFFF;overflow-x:hidden;}div{color:000000;font-family:arial;font-size:8pt;}strong, b{color:FF7EA5;font-family:arial;font-size:8pt;font-weight:bold;}i{color:37C7FF;font-family:georgia;font-size:8pt;}u{color:B5D97F;font-family:arial;font-size:8pt;text-decoration:none;border-width:1px;border-style:dashed;border-color:000000;border-left:0px;border-right:0px;border-top:0px;}h1{font-family:times new roman;letter-spacing:-5px;text-transform:uppercase;font-size:25px;color:2AC3FF;text-align:center;background-color:FFFFFF;border-width:1px;border-style:solid;border-color:FFE6EB;border-left:0px;border-right:0px;margin:0px;}a:link, a:active, a:visited{color:843F38;font-family:arial;font-size:8pt;text-decoration:none;font-weight:normal;}a:hover{color:DCC8AF;font-family:arial;font-size:8pt;text-decoration:none;font-weight:normal;}a.clickits:link, a.clickits:active, a.clickits:visited{display:block;background-color:F2F9FF;color:000000;font-family:small fonts;font-size:7px;text-align:center; padding:7px;text-decoration:none;text-transform:uppercase;font-weight:normal;letter-spacing:1pt;margin-top:1px;}a.clickits:hover{display:block;background-color:FFE0E8;color:000000;font-family:small fonts;font-size:7px;text-align:right;padding:7px;text-decoration:none;text-transform:uppercase;font-weight:normal;letter-spacing:1pt;margin-top:1px;}a.inout:link, a.inout:active, a.inout:visited{font-family:small fonts;text-transform:uppercase;letter-spacing:1px;font-size:7px;color:FFE0E8;text-decoration:none;font-weight:normal;}a.inout:hover{font-family:small fonts;text-transform:uppercase;letter-spacing:1px;font-size:7px; color:F2F9FF;text-decoration:none;font-weight:normal;}

div.background{position:absolute;left:50%; margin-left:-514px;top:100px;overflow-x:hidden;}

div.main{position:absolute;top:244px;left:50%; margin-left:-272px;width:506px;height:310px;background-color:FFFFFF;background-image:url(http://cbimg6.com/layouts/07/11/22/23309aa.jpg);background-repeat:repeat;background-attachment:scroll;background-position:center;z-index:0;}

div.aboutme{position:absolute;top:244px;left:50%; margin-left:-272px;overflow:auto;height:155px;width:506px;color:000000;font-family:arial;font-size:8pt;background-color:transparent;z-index:9;}

div.whoidliketomeet{position:absolute;top:399px;left:50%; margin-left:-272px;overflow:auto;height:155px;width:506px;color:000000;font-family:arial;font-size:8pt;background-color:transparent;}

div.navigation{position:absolute;width:137px!important;left:50%; margin-left:-444px;top:284px;background-color:FFFFFF;overflow-x:hidden;width:137px;z-index:9;}

div.topfriends{position:absolute;top:613px;left:50%; margin-left:-444px;}

div.interests{position:absolute;top:589px;left:50%; margin-left:-275px;overflow:auto;width:228px;height:92px;}

div.heroes{position:absolute;top:589px;left:50%; margin-left:-19px;overflow:auto;width:256px;height:92px;}

div.icon{position:absolute;top:151px;left:50%; margin-left:-142px;}

div.comments{position:absolute;left:50%; margin-left:305px;top:215px;width:145px;!important;}

div.comments form, div.comments input, div.comments textarea{display:inline!important;font-family:small fonts;text-transform:uppercase;letter-spacing:1pt;font-size:7px;color:000000;background-color:F2F9FF;border:0px;filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important;}select, form, input{display:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}embed, object{filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}.blurbs, table, tr, td, table table table{color:ffffff;font-size:0px!importat;border:0px;background-color:transparent;width:0px!important;height:0px!important;}table tr td div div{width:0px!important;height:0px!important;visibility:hidden;}.orangeText15, .nameText, .friendSpace, .friendsComments, .contactTable, .extendedNetwork, .latestBlogEntry, .userProfileURL, .userProfileDetail, .bottomlinks, .ImgOnlineNow, .profileinfo, .navbar, .interestsAndDetails, .userProfileSchool, .navigationbar, a.text, a u, font{display:none!important;}body div table td form img{display:none!important;}div div table div{display:none;} .clearfix table div div{display:block;}tr td div, div td, div tr, div table{background-color:transparent!important;}.profile, div ul{display:none!important;}</style>

Replace your Who I'd Like To Meet codes with this:

CODE
<div class="background">
<center>
<img src="http://i29.tinypic.com/2z7el90.jpg" />

</center>
</div>


<div class="main">
</div>



<div class="aboutme">
<h1>about . me</h1>
<img src="http://cbimg6.com/layouts/07/11/22/23309ab.gif" align="left" style="margin-left:-2px;" />
<strong>name:</strong> Kamisha!!
<br />

<strong>age:</strong> 17 ^_^
<br />
<strong>gender:</strong> female
<br />
<strong>status:</strong> single XP
<br />
<strong>orientation:</strong> straight!
<br /><br />

<br /><center><a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a>Get my a present on 1/09 <br />

<a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a> Dont bring my mood down when im happy ^_^ <br />

<a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a>I love all things asian *cough*guys*cough*<br />

<a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a>My layouts will always match my personality <br />

<a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a>i could live off of milk and cereal<br />

<a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a>and italian food<br />

<a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a>british accents are extreamly hot <br />

<a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a>i love to cook but dont ask me to do the dishes ^^<br />

<a href="http://www.msplinks.com/MDFodHRwOi8vcGhvdG9idWNrZXQuY29tL2ltYWdlcy90aW55JTIwYnV0dGVyZmx5" target="_blank"><img src="http://i184.photobucket.com/albums/x173/StrawberrySapphires/tiny%20things/butterfly.gif" border="0" alt="butterfly Pictures, Images and Photos" /></a>I love DBSK with all my heart *_*<br />
</center></div>



<div class="whoidliketomeet">
<h1>who . i'd . like . to . <s>meet</s>marry</h1>

DSBK...one day i will marry them....watch...<br />
I love these boys so much...its ridiculous<br />
<center><marquee width="100%" behavior="scroll" scrollamount="5" direction="left" bgcolor=""><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnR3ZWFreW91cnBhZ2UuY29tL0dlbmVyYXRvcnMvU2Nyb2xsaW5nX0ltYWdlLw==" target="_blank" name="Scrolling MySpace Images"><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/11-104.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/11-114.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/11-56.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/11-62.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/0022-1.jpg" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/11-68.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/11-69.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/12-DB03.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/12-DB04.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/12-DB05.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/R2-DB03.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/R2-DB01.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/12-DB20.png" alt="Scrolling MySpace Image Generator" border="0" /><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/passioniconcopy.jpg" alt="Scrolling MySpace Image Generator" border="0" /></a></marquee></center><br /><center><a style="padding:3px;background:#000;color:#00ADEF;font-family:tahoma;font-size:11px;font-weight:bold;text-decoration:none;border:1px solid #00ADEF" href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnR3ZWFreW91cnBhZ2UuY29t" target="_blank">Myspace tweaks at TweakYourPage.com</a></center>
</div>



<div class="navigation">
<a href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15c3BhY2UuY29t" class="clickits" target="_blank">myspace</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2Vy" class="clickits" target="_blank">home</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld1BpY3R1cmUmZnJpZW5kSUQ9MTU3MzAyNzM3" class="clickits" target="_blank">view pics</a>

<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdDb21tZW50cyZmcmllbmRJRD0xNTczMDI3Mzc=" class="clickits" target="_blank">view comments</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdmcmllbmRzJmZyaWVuZElEPTE1NzMwMjczNw==" class="clickits" target="_blank">view friends</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz
2FnZSZmcmllbmRJRD0xNTczMDI3Mzc=" class="clickits" target="_blank">message me</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0xNTczMDI3Mzc=" class="clickits" target="_blank">add me</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja1VzZXImdXNlcklEPTE1NzMwMjczNw==" class="clickits" target="_blank">block user</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vYmxvZy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9nLkxpc3RBbGwmZnJpZW5kSUQ9MTU3MzAyNzM3" class="clickits" target="_blank">view blogs</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vZ3JvdXBzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPWdyb3Vwcy5teUdy
3VwcyZ1c2VyaWQ9MTU3MzAyNzM3" class="clickits" target="_blank">view groups</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmNyZWF0ZWJsb2cuY29t" class="clickits" target="_blank">createblog</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vdHdvZHJlYW1sb3ZlcnMuY3JlYXRlYmxvZy5jb20=" class="clickits" target="_blank">layout creator</a>

</div>



<div class="topfriends">
<marquee style="width:136px; height:100px;" scrollamount="5">
<a href="35453596" target="_blank"><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/AAAAAAAAA.jpg" border="0" style="height:100px;" /></a>
<a href="39362961" target="_blank"><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/aaaaa.jpg" border="0" style="height:100px;" /></a>
<a href="48163991" target="_blank"><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/aaaa.jpg" border="0" style="height:100px;" /></a>
<a href="156217706" target="_blank"><img src="http://i203.photobucket.com/albums/aa131/luvDBSK/aaaaaa-1.jpg" border="0" style="height:100px;" /></a>
</marquee>
</div>



<div class="interests">
<center>-Korean music <br />

-Korean dramas/tv shows <br />
-Korean movies <br />
-Korean guys <br />
-Anything korean i didnt mention <br />
-Sushi (ishins is the best lol) <br />
-DBSK...DUH! <br />
-Music (band geek!~)<br /></center></div>



<div class="heroes">
-Anyone who can accomplish their dreams no matter how many stares they get or how ever many times they're put down becuase they look different from everyone else around them.
<center>-Crystal Kay</center>
<center>-Tasha</center>
<center>-In Soon Ee</center>

</div>



<div class="icon">
<img src="http://i14.tinypic.com/7130kt3.gif" />
</div>

<div class="comments">
<form method="post" action="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudHMubXlzcGFjZS5jb20vaW5kZXguY2ZtP2Z1c2VhY3Rpb249dXNlci5Db25m
XJtQ29tbWVudA==">
<input name="friendID" value="157302737" type="hidden" />
<textarea name="f_comments" style="width:145px; height:174px;">
you're my one & everything
</textarea>
<input value="submit" style="width:145px; padding:4px;" type="submit" />
</form>
</div>

That should do it.
 
luvDBSK
post Jan 25 2009, 01:25 PM
Post #15


Newbie
*

Group: Member
Posts: 5
Joined: Mar 2008
Member No: 626,861



QUOTE(Mike @ Jan 25 2009, 12:26 PM) *
That should do it.



Omg than you SOOOOO MUCH!!!! and thank you for taking the time to do this for me!!!! i REALLY appreciate it!!!!!!!!
thank you thank youuu!!!!!! ^__^
 
Mickey
post Jan 25 2009, 02:51 PM
Post #16


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



No problem. Topic closed & moved.
 

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