Weird Blank Space (continued)

S

Steve Easton

Unfortunately looking at a screen shot doesn't do much good.
Is there any way you could post a link to the actual page??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
J

Jesse Hand

Have you tried inserting the cursor in the space and hitting the backspace
button?

--

-Jesse

http://www.pixelpages.net/jesse

Disclaimer: Spelling & grammar errors are made on purpose for those who are
fulfilled by correcting others.
 
T

Thomas A. Rowe

This is something that is browser based, since refreshing the page removes the space. This is not an
FP issue.

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

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

Sparky Polastri

ruixiong89 said:
I've been having this problem ever since I created
webpages with frontpage.

Please look at these two pictures:

http://www.chs.edu.sg/~y02chs131/problem1.jpg
http://www.chs.edu.sg/~y02chs131/problem2.jpg

I always get this problem when I do my webpages. Is it
possible to overcome this problem?

That bottom margin? Bottom margins are a nonsensical concept in HTML. You
cannot control it, period, at all, whatsoever.

You might be able to yack up your table to make it extend down, try using
110% table height for example.

Note however, that will cause other problems.

You are best off understanding what HTML can do and what it can't do and
adjusting your expectations accordingly.

Bottom margin is one of those things.
 
X

xmas

To remove the spacing at the bottom (of this Page)
http://www.chs.edu.sg/~y02chs131/problem1.jpg

On the right side (Links) box...
Remove all the <br> that you are using as a spacer...
(to get the text to the top)

(From the source of the page)

style="text-decoration: none">
sust2004_tiantang</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
&nbsp;</td>

Then the text will be in the middle of the cell....

Now, right click in the cell and select cell properties...
Under Layout... Vertical Alignment use the drop-down box and select "TOP"
This will put the text back to the top of the cell... (Where it was)

This should solve it....

Hope this helps...

xmas
www.xmas-i-am.com

Remember Google is your friend!
http://www.google.com/
==============================
| I've been having this problem ever since I created
| webpages with frontpage.
|
| Please look at these two pictures:
|
| http://www.chs.edu.sg/~y02chs131/problem1.jpg
| http://www.chs.edu.sg/~y02chs131/problem2.jpg
|
| I always get this problem when I do my webpages. Is it
| possible to overcome this problem?
|
 
T

Thomas A. Rowe

There really is nothing that you can do about that, as it is a browser issue.

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

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

Stefan B Rusynko

Set your page margins and remove the table height

<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" bottommargin="0" link="#000000" vlink="#000000"
alink="#000000" bgcolor="#021833">
<table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width="100%">




| Yup, I tried that but to no avail.
|
| >-----Original Message-----
| >Have you tried inserting the cursor in the space and
| hitting the backspace
| >button?
| >
| >--
| >
| >-Jesse
| >
| >http://www.pixelpages.net/jesse
| >
| >Disclaimer: Spelling & grammar errors are made on
| purpose for those who are
| >fulfilled by correcting others.
| >
| >
| in message
| >| >> I've been having this problem ever since I created
| >> webpages with frontpage.
| >>
| >> Please look at these two pictures:
| >>
| >> http://www.chs.edu.sg/~y02chs131/problem1.jpg
| >> http://www.chs.edu.sg/~y02chs131/problem2.jpg
| >>
| >> I always get this problem when I do my webpages. Is it
| >> possible to overcome this problem?
| >>
| >
| >
| >.
| >
 
Top