Question:
Question about Myspace border codes (HTML)?
anonymous
2009-07-30 19:11:55 UTC
Html isn't my strong point. This is my current profile:
http://www.myspace.com/hithereimderek

See how there's a nice border around everything, except for About Me, Friend's Space, and Comments?
Well I'm looking for a code that will put the same border around those three boxes.
Five answers:
abraXus
2009-07-30 20:50:01 UTC
remove this old code



table tbody td table tbody tr td.text table {visibility:hidden;}

table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}







and also remove this







table table table.blurbs td{border:5px solid black;}







then find this in your code





.blurbs {margin-top:-30px;}





and change it to this







.blurbs {margin-top:-50px;}
?
2016-09-16 07:50:48 UTC
seem at your profile lay out code on your myspace and browse it round it will have to say BORDER: top:0px; width:0px difference the quantity zero, into how thick you desire your border to be and in addition difference the border colour, to FFFFFF - WHITE or 000000 - BLACK
alkalinexhysteria
2009-07-30 19:29:29 UTC




i could find the rest but its sorta hard lol theres something though
Erik360
2009-07-30 19:20:41 UTC
add this to the about me section -



Will
2009-07-30 19:18:06 UTC
Call each box box1, box2, and box3.



CSS for the following:



.box1 {

border: 1px, solid, #000000;

}





.box2 {

border: 1px, solid, #000000;

}



.box3 {

border: 1px, solid, #000000;

}



Customize it however you like.



-Billy


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...