Amit7
02-12-2007, 08:12 PM
Hi,
Can somebody please tell me why I am getting the white space in the footer section of the table in my forums - http://www.globalstudentguide.com/Forums/index.php
Thanks a lot for your help :)
Hell³
02-12-2007, 10:41 PM
What values do you have in the Table footer Section in the Main CSS of your style?
Peggy
02-12-2007, 10:49 PM
I was thinking the same thing as Hell3. Check your background color in the table Footer section in Main CSS
Amit7
02-13-2007, 09:41 AM
Hello Guys,
Thanks for your suggestions. I did check the values in the table footer section of the Main CSS. I had entered the values that I wanted to show up. But still I was getting the problem.
I solved the problem by editing the template via template editor and finding the <div> corrosponding to them (the mark read/leader stuff was in the FORUMHOME and the other one was in the footer) and I added style="background: #84A6DB;" to resolve that issue.
For example, initially the footer was <div class="smallfont">
I then changed it to <div class="smallfont" style="background: #84A6DB;" >
:-)
Peggy
02-13-2007, 09:49 AM
Excellent. Thank you for sharing your "fix" with us :)