Help with default picture and URL borders. |
Help with default picture and URL borders. |
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> |
|
|
|
![]() |
Jul 16 2006, 02:47 PM
Post
#2
|
|
|
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> |
|
|
|
Birt Help with default picture and URL borders. Jul 15 2006, 11:49 PM
toyo loco I believe this part of your code is editing both:
... Jul 15 2006, 11:51 PM
Birt Is there anything in that code I need to change or... Jul 16 2006, 12:09 AM
toyo loco I think it might just do the same thing. But you c... Jul 16 2006, 12:13 AM
Birt I also had one more question. There's a big wh... Jul 16 2006, 02:43 PM
This Confession change the background stuff to this
CODE<sty... Jul 16 2006, 02:47 PM
Birt I tried both codes and they didn't do what I w... Jul 16 2006, 04:55 PM
toyo loco How did they not work for you? If they took away a... Jul 16 2006, 09:36 PM
Birt It works now. I figured out what was wrong. Thanks... Jul 16 2006, 10:34 PM![]() ![]() |