Extra Space at Bottom of table

N

nwinter

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!
 
D

David Berry

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?
 
N

nwinter

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>
 
S

Stefan B Rusynko

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!
 
R

Rob Giordano \(Crash\)

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!
| >
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top