UBB.Dev
Posted By: paulf Table question - 05/08/2003 7:35 PM
I would like to change the table spacing on the IIP page.

I would like the columns to be spaced about how they are here at threadsdev.

Running with the default IIP configuration, the colums have a little more space between them than I like.

I am just not sure exactly where to edit that value.

Thanks!
Posted By: JustDave Re: Table question - 05/08/2003 7:43 PM
In your index.php file find these variables:

Code
<br />	$midcolstart = "</td><td width=\"15\">&nbsp;</td><td width=\"$centercolwidth\" align=\"left\" valign=\"top\">";<br />	$rightcolstart = "</td><td width=\"15\">&nbsp;</td><td width=\"$rightcolwidth\" align=\"left\" valign=\"top\">";<br />	$widerightcolstart = "</td><td width=\"15\">&nbsp;</td><td width=\"$widerightwidth\" align=\"left\" valign=\"top\">";<br />


and edit the width="15" by replacing 15 to a value you want.
Posted By: paulf Re: Table question - 05/08/2003 7:47 PM
Great! thanks Dave!
© UBB.Developers