Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 18 March 2007 : 04:45:06
|
I thought you might be interested with this little tweak: To make the footer background colour run inline with the main forum background so that the footer does not look out of place
Open inc_footer.asp find:
line 39 "<table width=""95%"" align=""center"" border=""0"" bgcolor=""" & strForumCellColor & """ cellpadding=""0"" cellspacing=""1"">" & vbNewLine & _
amend to read "<table width=""95%"" align=""center"" border=""0"" bgcolor=""" & strPageBGColor & """ cellpadding=""0"" cellspacing=""1"">" & vbNewLine & _
Repeat the alteration on lines 44, 45, and 46 where it reads strForumCellColor amend to strPageBGColor There should be four in total on the page. regards andy |
|