Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

What causes this HTTP table to change spacing?

On this page http://www.acbtexas.org/2012conference/2012%20conf... scrolling down one screen there is a table with links to presenter biographical data. The 4 entries are basically identical and in FrontPage they show equal spacing. But in Firefox and Internet Explorer, the first two names are close together (single spaced) the third is about double spaced and the fourth about triple spaced.

2 Answers

Relevance
  • Anonymous
    9 years ago
    Favorite Answer

    In the latter, the names inside the td-elements are wrapped in a p-element, increasing the the 'spacing'.

    <tr>

    <td width="582" align="center">

    <a href="DFW%20-%20Prog%20Bio%20Thayer.doc"><font size="4">William B.

    (Bill) Thayer, First Banquet Speaker  (doc)</font></a></td>

    </tr>

    <tr>

    <td width="582" align="center">

    <a href="DFW%20-%20Prog%20Bio%20Ondich.doc"><font size="4">David G. Ondich,

    Saturday Luncheon Speaker (doc)</font></a></td>

    </tr>

    <tr>

    <td width="582" align="center">

    <p><a href="DFW%20-%20Prog%20Bio%20McGowen.doc"><font size="4">Dr. Stanley

    S. McGowen, Banquet Speaker  (doc)</font></a></p></td>

    </tr>

    <tr>

    <td width="582" align="center">

    <p><a href="DFW%20-%20Prog%20Bio%20BJ%20Madrigal.doc"><font size="4">

    Barbara J Madrigal, Sunday Breakfast Speaker  (doc)</font></a></p></td>

    </tr>

  • I'm not sure, but you shouldn't be using tables for what is nothing more than a list of links. To get the same functionality, use line breaks and paragraphs

Still have questions? Get your answers by asking now.