View Full Version : Tagboard help


tkdgurl927
10-10-2004, 02:56 AM
how do i get rid of the white spaces under and next to it, making it grey like the background. here it is www.trashedemotions.com thanks

heres my stylesheet:

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
background-color: #FFFFFF;

scrollbar-face-Color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-base-color : #FFFFFF;
scrollbar-3d-light-color : #FF00CC;
scrollbar-dark-shadow-color : #FF00CC;
scrollbar-arrow-color: #FF00CC
}
a {color: #000000; text-decoration: none;}
a:hover {color: #FF00CC; text-decoration: underline overline;cursor: crosshair; }

.input {
font-family: verdana;
font-size: 9px;
color: #000000;
background-color: #FFFFFF;
border-style: dashed;
border-width: 1 1 1 1;
border-color: #FF00CC;
}

.button {
font-family: verdana;
font-size: 9px;
color: #000000;
background-color: #FFFFFF;
border-style: dashed;
border-width: 1 1 1 1;
border-color: #FF00CC;
}

Monkey Bizzle
10-10-2004, 03:26 AM
everywhere that it says background-color: #FFFFFF; just change the FFFFFF to whatever grey code that you want...

and just a note, i viewed the source of your main page and you have so many errors... you might want to validate your page.

tkdgurl927
10-10-2004, 04:30 AM
thanks, but i wanted the white around the tagboard to go away, not the bg of the inside of the tagboard...how do i fix that so it just gets rid of the white outside the tagboard? thanks!