About Me, Friends, and Comments, Crazy Borders |
![]() ![]() |
About Me, Friends, and Comments, Crazy Borders |
Mar 1 2006, 09:32 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 |
I apologize for posting this more than once, but it's been a few days I believe, and I can't find my original post. But I've updated my screenshots and made the questions clearer...
Could someone help me with this border problem? CODE <style> table table table {border: 1px solid; border-color: FFFFFF;} </style> This is the code that I used to add borders. If you need my entire code for everything, let me know, but it's long and I'd rather not post it. Here are some more detailed screen shots of my problem. Everything with a red x, I want gone. http://i2.tinypic.com/ot2bg5.jpg http://i2.tinypic.com/ot2blj.jpg http://i2.tinypic.com/ot2btw.jpg - This is my About Me/Who I'd like to meet section. Why does it have a double border? I really don't want that. I also don't know what that extra box is hiding behind it. I circled the areas in the screenshot. |
|
|
|
Mar 5 2006, 11:03 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 |
I'll be honest, I took the easy way out and just posted the random code that I needed instead of doing an entire stylesheet the way it is supposed to be. I really hope that isn't the problem, because I would hate to have to start over now that there are only a few things wrong...
Here is the code from my About Me section. CODE <style>a:hover img{filter:none}</style> <style>cursor: crosshair;</style> <style>img{filter:gray}</style> <style type="text/css"> 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;}</style> <div class="up"><table><tr><td><table><tr><td> <style type="text/css"> 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;} .up{position:absolute; top: 190px;} </style> <style>.orangetext15{display: none;}</style> <style> table table table {border: 1px solid; border-color: FFFFFF;} </style> <style type=text/css>body{cursor:crosshair}</style> <style type="text/css">.contactTable {display:none!important; border:0px !important;}</style> <style type="text/css"> body,div,p,xmp,table,tr,td,th{ background-color:000000; scrollbar-arrow-color:FFFFFF; scrollbar-track-color:000000; scrollbar-shadow-color:000000; scrollbar-face-color:000000; scrollbar-highlight-color:FFFFFF; scrollbar-darkshadow-color:000000; scrollbar-3dlight-color:FFFFFF; font-family:tahoma; font-size:8pt; color:FFFFFF; border:none;} </style> <style text="text/css"> .nametext{font-family: arial; color: FFFFFF;} </style> <style type="text/css"> .lightbluetext8{font-family:arial; text-transform:lowercase; font-size:12px; color:32CD99; font-weight:bold;background:000000;border:0px solid FFFFFF;text-align:right;} </style> MY INFO WAS HERE BUT DELETED FOR POSTING <br><br><br> MORE INFO <br> <br><br> <br> <center> <table border="1" cellspacing="3"> <tr> <td><center><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=00000000">DELETED FOR POSTING</a></td> </tr> <tr> <td><center><a href="http://mail2.myspace.com/index.cfm?fuseaction=mail.message&friendID=00000000">DELETED FOR POSTING</a></td> </tr> <td><center>DELETED FOR POSTING</td> </tr> </table> <br> <br> Here is the code from the Who I'd Like to Meet Section CODE <style type="text/css"> A:link { text-decoration: none; color:5CACEE; } A:visited { text-decoration: none; color:5CACEE; } A:active { text-decoration: none; color:5CACEE; } A:hover { text-decoration: none; color:32CD99; </style> <Style type="text/css"> a.redlink:link, a.redlink:visited { color: 5CACEE; } a.redlink:active, a.redlink:hover { color: 32CD99; }</style> <style type="text/css"> a:link img { border: 0px;} </style> <style type="text/css"> .blacktext10{font-family:arial; font-size:12px; color:5CACEE; font-weight:none;border:0px; text-transform: lowercase;} </style> <div class="content" width:700px; height:500px; overflow: auto;"><center> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="00000000" type="hidden"><textarea name="f_comments" cols="60" rows="7" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 10px; color: FFFFFF; background-color: 000000;" style="overflow:auto;"></textarea><br> <input value="deleted" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 10px; color: FFFFFF; background-color: 000000;" type="submit"> <input value="deleted" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 10px; color: FFFFFF; background-color: 000000;" type="reset"></form> </div> (I know my friend IDs are not input, but they are on the real site. I just took those out for posting...not that it really makes a difference to this problem.) Oh, and yes...I told you it was long. |
|
|
|
![]() ![]() |