Unwanted Space at Bottom Border

G

Guest

I'm sorry, I can't answer your question. However, I'm wondering what you used to create your menu animations.
 
G

Guest

It is a Flash file.

It is my first attempt at Flash. I used a Free Trial program called SwishMax that you can download at http://www.swishzone.com/. It has a 15 day trail. Learning curve is steep, but they also have a great forum to work through issues.
 
S

Stefan B Rusynko

Open your main page and remove the &nbsp; after the </center>
FP tends to add one unless you end your page w/ a block level html tag or <br> tag
Better still replace the <center> & </center> tags wrapping your main page table w/ a <div align="center"> </div>

--




| How do I get rid of the space.
|
| here is a space between the page and the bottom border. This does not happen at the top, however.
|
| I would like to run a vertical line down the side of the page. But the space at the bottom is causing a problem.
|
| The page can be viewed at:
| http://www.davidholmespc.com/skyco/bottomtest.html
 
A

Andrew Murray

looks like macromedia flash....except on my system the Quicktime plugin is
"playing" the animated menus.

david said:
How do I get rid of the space.

here is a space between the page and the bottom border. This does not happen at the top, however.

I would like to run a vertical line down the side of the page. But the space
at the bottom is causing a problem.
 
C

chris leeds

there are some flash making utilities at www.scriptocean.com as well.
sometimes search engines won't follow (most of the time) flash menu links.

I've used a nice DHTML menu from here:
http://software.xfx.net/utilities/dmbuilder/
a number of times. you may want to take a look.

HTH

--
Chris Leeds,
Microsoft MVP FrontPage

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


TboneTonez said:
I'm sorry, I can't answer your question. However, I'm wondering what you
used to create your menu animations.
 
T

Thomas A. Rowe

Then you have a missing opening or closing tag somewhere on your page.

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

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

Thomas A. Rowe

Look for the following in one of your page that is being included:

</table>
</table>

and change to;

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

However you may find that you have to redesign this page from scratch, if the above change doesn't
solve the problem.


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

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

Guest

" " WONT GO AWAY!

I can get rid of the bottom space by editing with the HTML tab and deleting
the " " and if I go directly to the Preview tab, the space is gone.

But as soon as I Save, the " " is back and so is the space.

Using FR2000.

Is there a solution?
 
T

Thomas A. Rowe

You have broken table/row tags.

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

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

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