S
Scott
I'm using a pre-designed web site that allow custom pages with html
programming.
I've included the following as an example.
<b>Test 1234</b>
aaaaaaaaaaaaaaaaaaaa
The above displays the top text in bold, and the other text. It is at the
top of the page. However, when I try and incorporate a sample table (below),
it seems to incorporate a large vertical space before and after the table (ie
blank area at top of page). When I add the below programming directly after
the programing at top, the top text is displayed at the top, but there is
still the same distance (space) before the table starts. Any suggestions.
<TABLE BORDER=1>
<TR><TH>Name</TH> <TH>Extension</TH></TR>
<TR><TD>Raha Mutisya</TD> <TD>1493</TD></TR>
<TR><TD>Shalom Buraka</TD> <TD>3829</TD></TR>
<TR><TD>Hallie Curry</TD> <TD>8372</TD></TR>
<TR><TD>Shari Silberglitt</TD> <TD>4827</TD></TR></TABLE>
programming.
I've included the following as an example.
<b>Test 1234</b>
aaaaaaaaaaaaaaaaaaaa
The above displays the top text in bold, and the other text. It is at the
top of the page. However, when I try and incorporate a sample table (below),
it seems to incorporate a large vertical space before and after the table (ie
blank area at top of page). When I add the below programming directly after
the programing at top, the top text is displayed at the top, but there is
still the same distance (space) before the table starts. Any suggestions.
<TABLE BORDER=1>
<TR><TH>Name</TH> <TH>Extension</TH></TR>
<TR><TD>Raha Mutisya</TD> <TD>1493</TD></TR>
<TR><TD>Shalom Buraka</TD> <TD>3829</TD></TR>
<TR><TD>Hallie Curry</TD> <TD>8372</TD></TR>
<TR><TD>Shari Silberglitt</TD> <TD>4827</TD></TR></TABLE>