Log In · Register

 
Help with default picture and URL borders.
Birt
post Jul 15 2006, 11:49 PM
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>
 
 
Start new topic
Replies (1 - 9)
freeflow
post Jul 15 2006, 11:51 PM
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;
 
Birt
post Jul 16 2006, 12:09 AM
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?
 
freeflow
post Jul 16 2006, 12:13 AM
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.
 
Birt
post Jul 16 2006, 02:43 PM
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?
 
freeflow
post Jul 16 2006, 02:47 PM
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 Jul 16 2006, 02:47 PM
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>
 
Birt
post Jul 16 2006, 04:55 PM
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.
 
freeflow
post Jul 16 2006, 09:36 PM
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.
 
Birt
post Jul 16 2006, 10:34 PM
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.
 

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