Log In · Register

 
 
Closed TopicStart new topic
border around the profile
nikkismiles
post 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
 
heyo-captain-jac...
post 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.
 
nikkismiles
post Apr 22 2008, 07:50 PM
Post #3


Member
**

Group: Member
Posts: 13
Joined: Aug 2006
Member No: 450,189



thank you so much!
 
nikkismiles
post Apr 22 2008, 07:56 PM
Post #4


Member
**

Group: Member
Posts: 13
Joined: Aug 2006
Member No: 450,189



QUOTE(doublehelix @ Apr 22 2008, 05:47 PM) *
CODE
.FooterWarpper {border:0px;}

You can try that, that would esentially mean that the bottom links do not have a border.


it still shows the border on the bottom ):
 
heyo-captain-jac...
post Apr 22 2008, 08:00 PM
Post #5


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

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



QUOTE(nikkismiles @ Apr 22 2008, 07:50 PM) *
thank you so much!

So that solved it?
 
nikkismiles
post Apr 22 2008, 08:12 PM
Post #6


Member
**

Group: Member
Posts: 13
Joined: Aug 2006
Member No: 450,189



QUOTE(XTC @ Apr 22 2008, 05:48 PM) *
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.


aww it didn't work either ):
 
heyo-captain-jac...
post 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>
 
aaayotiffany
post 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



QUOTE(XTC @ Apr 22 2008, 09:15 PM) *
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.
 
nikkismiles
post Apr 22 2008, 08:27 PM
Post #9


Member
**

Group: Member
Posts: 13
Joined: Aug 2006
Member No: 450,189



QUOTE(XTC @ Apr 22 2008, 06:15 PM) *
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
 
nikkismiles
post Apr 22 2008, 08:29 PM
Post #10


Member
**

Group: Member
Posts: 13
Joined: Aug 2006
Member No: 450,189



QUOTE(doublehelix @ Apr 22 2008, 06:24 PM) *
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 (:
 
heyo-captain-jac...
post 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.
 
heyo-captain-jac...
post 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.
 
aaayotiffany
post 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



http://www.createblog.com/scripts/script.php?id=889

try that one.
 
nikkismiles
post Apr 22 2008, 08:37 PM
Post #14


Member
**

Group: Member
Posts: 13
Joined: Aug 2006
Member No: 450,189



QUOTE(aaayotiffany @ Apr 22 2008, 06:34 PM) *


i used that one.
but it has a border around the bottom links
 
aaayotiffany
post 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. shifty.gif biggrin.gif


try removing the bottom links WITHOUT removing the copyright.
 
nikkismiles
post Apr 22 2008, 08:45 PM
Post #16


Member
**

Group: Member
Posts: 13
Joined: Aug 2006
Member No: 450,189



QUOTE(aaayotiffany @ Apr 22 2008, 06:42 PM) *
oh, i knew that. lol. shifty.gif biggrin.gif
try removing the bottom links WITHOUT removing the copyright.


i did. but the borders are still there
 
Insurmountable
post 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 _smile.gif
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>
 

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