[thelist] Suppressing white space

Seb Barre sebastien at oven.com
Thu Oct 26 14:18:33 CDT 2000


At 03:12 PM 10/26/2000 -0400, you wrote:
>Hi evolters:
>
>I'm having a problem with white space before and after a unordered list.
>After the heading "Certification Schedule" there is a blank row, and then
>again after the unordered list ends.  Is there a way to surprises this?
>
>Here's the code:
><tr>
>         <td>Certification Schedule
>                 <ul>
>                         <li><a href="XXXXXX.html">Overall Schedule</a></li>
>                         <li><a href="XXXXXX.html">Document Status</a></li>
>                         <li><a href="XXXXXX.html">Training Status</a></li>
>                         <li><a href="XXXXXX.html">Internal Audit</a></li>
>                 </ul>
>                         <a href="XXXXXX.html">Project Team</a><br>
>                         <a href="XXXXXX.html">Advisory Board</a><br>
>                         <a href="XXXXXX.html">Internal Audit Team</a>
>         </td>
></tr>
>
>Thanks!

You can omit the <ul></ul> tags altogether if you want..   unless you need 
the tabbing in front of the points..  that will remove the spaces.

Or try putting the COMPACT attribute in the <ul> tag (like <ul compact>)..


--- -- -
Seb Barre - sebastien at oven.com
OVEN Digital Toronto
Work: 416-595-9750 x 222
Mobile: 416-254-5078
http://www.oven.com/





More information about the thelist mailing list