Extra Space at Bottom of table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to get rid of extra white space that is at the bottom of
a table? Every time I try to modify the height within the layout tools menu,
it just reverts back to original height. It appears as if there is no space
at the bottom of the table, but then when I publish it in the browser there
is a bunch of space. Ah!
 
What's the URL so we can take a look? Did you check in code view to make
sure there's not a <p> or &nbsp there?
 
This is what the code looks like at the bottom of the page, is there
something I should delete perhaps?

<td height="20" width="900">
<!-- MSCellFormattingType="content" -->
<p align="center"><font color="#676974" size="2" face="Arial">
This is NOT an official website of Wealth Masters
International.</font></td>
</tr>
</table>
</div>
</div>

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>

</body>

</html>
 
Get rid of the height attribute in all of your tables
- like in height="12344"

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Does anyone know how to get rid of extra white space that is at the bottom of
| a table? Every time I try to modify the height within the layout tools menu,
| it just reverts back to original height. It appears as if there is no space
| at the bottom of the table, but then when I publish it in the browser there
| is a bunch of space. Ah!
 
you have table height set at height="12338" and other values as well...try
removing height settings.



| This is what the code looks like at the bottom of the page, is there
| something I should delete perhaps?
|
| <td height="20" width="900">
| <!-- MSCellFormattingType="content" -->
| <p align="center"><font color="#676974" size="2" face="Arial">
| This is NOT an official website of Wealth Masters
| International.</font></td>
| </tr>
| </table>
| </div>
| </div>
|
| </td>
| </tr>
| </table>
| </td>
| </tr>
| </table>
| </td>
| </tr>
| </table>
| </div>
|
| </body>
|
| </html>
|
|
| "David Berry" wrote:
|
| > What's the URL so we can take a look? Did you check in code view to
make
| > sure there's not a <p> or &nbsp there?
| >
| >
| > | > > Does anyone know how to get rid of extra white space that is at the
bottom
| > > of
| > > a table? Every time I try to modify the height within the layout tools
| > > menu,
| > > it just reverts back to original height. It appears as if there is no
| > > space
| > > at the bottom of the table, but then when I publish it in the browser
| > > there
| > > is a bunch of space. Ah!
| >
| >
| >
 
Back
Top