This topic is locked

Table Spacing

9/15/2005 8:46:18 AM
ASPRunnerPro General questions
unique1 author

Is there a way to reduce the spacing on the table rows with vertical layout? I dont want any spacing at all.

Sergey Kornilov admin 9/15/2005

Find the following line in ..._list.asp file:

<table align='center' width='95%' border='0' cellpadding=3 cellspacing=2>


and replace it with this one:

<table align='center' width='95%' border='0' cellpadding=3 cellspacing=0>