|
From: Jamie C. <jca...@we...> - 2005-12-06 03:33:26
|
On Tue, 2005-12-06 at 15:02, Matt Lowe wrote: > Hi, > I have jsut started writing a new webmin module, and cant find a way to > change the colour of the table produced after calling the &header funtion. > after the header funtion outputs its last line it sets the background to > white (#ffffff) which causes a thick white border around all my output :( > The last line output from the &header function apears to be : > > </tr></table></td></tr></table><table border=0 width=95% align=center cellspacing=0 cellpadding=0><tr><td bgcolor=#ffffff> > <table border=0 width=95% align=center cellspacing=0 cellpadding=0><tr><td> > > but i want to be able to change the bgcolor to something else, is there > a way to do this? or is this a quirk of the MSC theme? Hi Matt, There is no way to change that colour in the MSC theme unfortunately.. The page background is really under the control of the theme anyway, so if you did want to alter it you should create your own theme. - Jamie |