Page to long

R

robin

I am trying to get so that the page ends where the writing ends instead of going on forever.
Thanks Robin
 
C

chris leeds

if you publish it up to the server and provide a link you will get a solid
answer as to why it's like that, but we'll need to see the source code.

HTH
 
T

Thomas A. Rowe

At the end of your page in HTML / Code View you have the following empty table rows:

<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td width="4" height="125"></td>
</tr>
<tr>
<td width="106">&nbsp;</td>
<td width="25">&nbsp;</td>
<td width="41">&nbsp;</td>
<td height="41" valign="top" colspan="2">&nbsp;</td>
</tr>
</table>

</body>

</html>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

Yes, in normal / design view just delete those empty rows. Also stop using the spacebar to align
your content.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
R

robin

Thanks for the tips.

Thomas A. Rowe said:
Yes, in normal / design view just delete those empty rows. Also stop using the spacebar to align
your content.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
E

E. T. Culling

The page loads slowly because of the fluttering bird..... only have them
flutter 2-3 times... not forever. Those birds will drive some viewers away
very quickly. Are they on all the pages? I hope not. Animated gifs like that
are very amateurish! Here's a suggestion for showing the photos:
http://www.eleanorstravels.com/PhotoGalleryPrograms/index.htm

or use Spawn .. a FP add-on. Google it.
And yes, you do need to get rid of all of these
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; that you used to positions text etc. (don't
use the space bar ... ever!)
 
R

robin

Ok I got rid of the birds ......Thanks for the tip.
Now I am trying to space my words but when I hit my tab button it just goes down somewhere. Is that what I am to use instead of the space bar ???

Thanks for the help.
 
C

chris leeds

no, tab in design view will put you into a new cell or create a new row.

align your elements by putting them in cells and setting the alignment
property for the cell. (right click/ cell properties)

HTH

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


robin said:
Ok I got rid of the birds ......Thanks for the tip.
Now I am trying to space my words but when I hit my tab button it just
goes down somewhere. Is that what I am to use instead of the space bar ???
 
Top