border around the profile |
border around the profile |
Apr 22 2008, 07:37 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 450,189 |
i found a code to place a border around the myspace profile,
but it also puts a border around the bottom links. how do you get rid of the border on the bottom? here is the code URL |
|
|
|
![]() |
Apr 22 2008, 07:48 PM
Post
#2
|
|
![]() /人◕‿‿◕人\ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,283 Joined: Dec 2007 Member No: 602,927 |
Use this instead.
CODE <style type="text/css"> body { border-style:solid; border-color:000000; border-size:5px; </style> I think thats the right code, thats just off the top of my head. |
|
|
|
Apr 22 2008, 07:50 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 450,189 |
thank you so much!
|
|
|
|
Apr 22 2008, 07:56 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 450,189 |
|
|
|
|
Apr 22 2008, 08:00 PM
Post
#5
|
|
![]() /人◕‿‿◕人\ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,283 Joined: Dec 2007 Member No: 602,927 |
|
|
|
|
Apr 22 2008, 08:12 PM
Post
#6
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 450,189 |
|
|
|
|
Apr 22 2008, 08:15 PM
Post
#7
|
|
![]() /人◕‿‿◕人\ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,283 Joined: Dec 2007 Member No: 602,927 |
Grr I used to do this all the time.
Try this one. CODE <style type="text/css">
body{ border-style:solid; border-top-width:5px; border-bottom-width:5px; border-left-width:5px; border-right-width:5px; border-color:000000; } </style> |
|
|
|
Apr 22 2008, 08:21 PM
Post
#8
|
|
![]() yo yo yiggidy yo. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,606 Joined: Mar 2005 Member No: 108,591 |
CODE <style type="text/css"> body{ border-style:solid; border-top-width:5px; border-bottom-width:5px; border-left-width:5px; border-right-width:5px; border-color:000000; } </style> that one should work. its the same one i use for my myspace. but add border-style:fixed; under the first border-style. so there should be two border-style. one fixed and one solid. |
|
|
|
Apr 22 2008, 08:27 PM
Post
#9
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 450,189 |
Grr I used to do this all the time. Try this one. CODE <style type="text/css"> body{ border-style:solid; border-top-width:5px; border-bottom-width:5px; border-left-width:5px; border-right-width:5px; border-color:000000; } </style> oh, you gave me the code to place a border around the whole page. if you go to the link on my first message, i wanted a border around the myspace body profile, but it also put a border around the bottom links. here is a screenshot of what my profile looks like now: click here |
|
|
|
Apr 22 2008, 08:29 PM
Post
#10
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 450,189 |
It works, but what she's doing, is trying to have the border going around the adspace, navigation, and profile seperately so it looks like it has more depth, and leave out the bottom links. I tried numerous times to edit the coding, this is the closest I got CODE <style type="text/css"> table, td, tr {height:0px;} table, td, tr {padding:0px;} body table table {border: 1px solid black;} tr {border: none;} tr table {border: none;} div table {border: 1px solid black;} div table {border-bottom: 0px; right-border: 0px; left-border: 0px;} table tr td div {border: none;} table table {width: 100%;} table table table table table table {border: none;} table table table table table {border: none;} table table table table {border: none;} table table table {border: none;} table table {border: none;} a.text, table div font a, table div div {font-weight: normal;} div table tr td form{display:none;} a.text, table div font a, table div div {border: 0px;} body table table tbody tr td div {border:0px;}</style> I don't think you would use that though, there is a large white space on the left side :\ hmm you tried though (: thanks anyway! i am going to see what i can do with it. and if i find a solution i will totally post it (: |
|
|
|
Apr 22 2008, 08:30 PM
Post
#11
|
|
![]() /人◕‿‿◕人\ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,283 Joined: Dec 2007 Member No: 602,927 |
Oh I see, your profile is too short.
If you made it cover the page top to bottom then it would work. |
|
|
|
Apr 22 2008, 08:31 PM
Post
#12
|
|
![]() /人◕‿‿◕人\ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,283 Joined: Dec 2007 Member No: 602,927 |
Aagh your profile is on private.
|
|
|
|
Apr 22 2008, 08:34 PM
Post
#13
|
|
![]() yo yo yiggidy yo. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,606 Joined: Mar 2005 Member No: 108,591 |
|
|
|
|
Apr 22 2008, 08:37 PM
Post
#14
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 450,189 |
i used that one. but it has a border around the bottom links |
|
|
|
Apr 22 2008, 08:42 PM
Post
#15
|
|
![]() yo yo yiggidy yo. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,606 Joined: Mar 2005 Member No: 108,591 |
oh, i knew that. lol.
try removing the bottom links WITHOUT removing the copyright. |
|
|
|
Apr 22 2008, 08:45 PM
Post
#16
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 450,189 |
|
|
|
|
Apr 23 2008, 03:14 PM
Post
#17
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Since you can no longer hide your bottom links and copyright this code will wrap the bottom links under your comments and into that table instead of being on the very bottom
CODE <style type="text/css">
table, td, tr {height:0px;} table, td, tr {padding:0px;} table {border: 1px solid black;} td {border: none;} tr {border: none;} tr table {border: none;} div table {border: 1px solid black;} div table {border-bottom: 0px;} .FooterWarpper {border:0px;} table tr td div {border: none;} table table {width: 100%;} table table table table table table {border: none;} table table table table table {border: none;} table table table table {border: none;} table table table {border: none;} table table {border: none;} a.text, table div font a, table div div {font-weight: normal;} div table tr td form{display:none;}</style> <table><tr><td><table><tr><td><br><br></style> |
|
|
|
![]() ![]() |