Help with default picture and URL borders. |
![]() ![]() |
Help with default picture and URL borders. |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 ![]() |
![]() 1.) How do I remove the bar above my default picture? 2.) How do I remove the boxed borders around the MySpace URL so that only the blue one shows up like the one below? ![]() Here is the stylesheet I'm using. I was able to fix #2 above, but lost everything before I had a chance to save it. CODE <style type="text/css">
body { text-align:center; background-image: url(http://img.photobucket.com/albums/v175/britnona/qo8swn.gif); background-color:; } table, td {;} table table table {;} table table table { border-width:1px; border-color:000000; border-style:solid; table table table table { border:3px; } td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:arial !important;} </style> |
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
I believe this part of your code is editing both:
CODE table table table {
border-width:1px; border-color:000000; border-style:solid; |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 ![]() |
Is there anything in that code I need to change or add?
|
|
|
![]()
Post
#4
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
I think it might just do the same thing. But you can replace yours with this:
CODE table table {border: 0px;} table table table table{border: 0px;} table table table {border: 1px solid; border-color: 000000; background-color:; } Then edit. |
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 ![]() |
I also had one more question. There's a big white space behind the tables on my site. How do I get rid of it so just the tables show?
|
|
|
![]()
Post
#6
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
CODE <style>
table, tr, td {background-color: transparent; border: 0px; padding:2;}</style> |
|
|
*This Confession* |
![]()
Post
#7
|
Guest ![]() |
change the background stuff to this
CODE <style>table, tr, td { background-color:transparent; border:none; border-width:0;}
body { background-image: url("BACKGROUND HERE"); background-attachment:fixed; background-repeat: repeat; background-position:bottom left; background-color:COLOR HERE; }</style> |
|
|
![]()
Post
#8
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 ![]() |
I tried both codes and they didn't do what I wanted. I might have explained it wrong. ![]() I want all of the white part where the arrows are to be gone while the tables are still there with my background image showing. |
|
|
![]()
Post
#9
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
How did they not work for you? If they took away all the white then you have to go in teh first table code I gave you and set the background to white.
|
|
|
![]()
Post
#10
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 ![]() |
It works now. I figured out what was wrong. Thanks again.
|
|
|
![]() ![]() |