The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

White Lines!!! help plz

3 posters

Go down

Solved White Lines!!! help plz

Post by millers December 3rd 2009, 2:42 pm

i have white lines at the bottom of each forum please help look on my forum too see
www.cruise2cars.com
millers
millers
Forumember

Male Posts : 299
Reputation : 0
Language : uk
Location : Lancashire

Back to top Go down

Solved Re: White Lines!!! help plz

Post by mex2 December 3rd 2009, 3:27 pm

problem with css...

I see you also got problems with your footer....
find this code:

Code:
#gfooter {
   margin: 8px 0;
   padding: 0.5em;
   text-align: right;
   font-size: 0.8em;
   background-color: #464c55;
   color: #fff;
   }

and replace it with this code:
Code:
#gfooter {
   margin: 8px 0;
   padding: 0.5em;
   text-align: right;
   font-size: 0.8em;
   background-color: #000;
   color: #fff;
   }

I ll check now how to solve this category footer white lines, because I forgot code for that... give me a minute.

Ok i founded it...

find this code:
Code:
table.ipbtable tfoot td {
   background-color: something;
   }

and replace it with this code:
Code:
table.ipbtable tfoot td {
   background-color: #000;
   }
mex2
mex2
Forumember

Posts : 177
Reputation : 1
Language : English

Back to top Go down

Solved Re: White Lines!!! help plz

Post by millers December 3rd 2009, 5:01 pm

where can i find it i have looked in the css style sheet but it has nothing there it is empty lol help
millers
millers
Forumember

Male Posts : 299
Reputation : 0
Language : uk
Location : Lancashire

Back to top Go down

Solved Re: White Lines!!! help plz

Post by millers December 3rd 2009, 5:03 pm

its done thanks mate i just put it in there anyways lol
millers
millers
Forumember

Male Posts : 299
Reputation : 0
Language : uk
Location : Lancashire

Back to top Go down

Solved Re: White Lines!!! help plz

Post by mex2 December 3rd 2009, 5:05 pm

lol anyway, glad to help you Wink
mex2
mex2
Forumember

Posts : 177
Reputation : 1
Language : English

Back to top Go down

Solved Re: White Lines!!! help plz

Post by Sanket December 3rd 2009, 6:36 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
White Lines!!! help plz 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum