W
WVBA
FP 2003 is doing some freaky things, and I am not sure how to remedy
it.
First, below is the link for a page on my website that is correct. This
means that the drop down menu doesn't look weird and all links work:
You can see this code in the page:
http://www.wvba.com/about_wvba.htm
It's at the top of the page when you chose "View" > "Source" in the IE
menu.
Ok, someone else fixed some broken links and made the fixes for the
weird navigation menu problems.
What's happening is, when I pull up the files that still need to be
completed (content), my FP 2003 isn't recognizing the fix and the
navigation menu gets jumbled. Like this:
http://www.wvba.com
*****
Below is an email from the guy who helped me get the menus straighted
out to begin with:
Front Page is removing the code that makes the menus align. After you
make your edits, open the HTM file in Notepad, and add this code to the
page - anywhere will do, as long as it appears below the <html> tag at
the top:
<style>
..ffmnu { position: relative; top:-16px; } </style>
<!--[if IE]>
<style>
..ffmnu{ top: 0px; }
</style>
<![endif]-->
You may try placing this code between the <head> and </head> tags in
the html files.
If FrontPage has any kind of setting to "preserve" comments of
formatting of eth html, please turn that on, or otherwise every time
you edit a page - you'll have to manually add in the above section of
code.
*****
The problem is, when I go into Tools/Page Options, there is not HTML
Source area for me to tell it to either preserve or not preserve HTML.
How can I tell FP 03 to accept my changes to the content ONLY without
it screwing up the other html files?
Thanks in advance for your answers.
it.
First, below is the link for a page on my website that is correct. This
means that the drop down menu doesn't look weird and all links work:
You can see this code in the page:
http://www.wvba.com/about_wvba.htm
It's at the top of the page when you chose "View" > "Source" in the IE
menu.
Ok, someone else fixed some broken links and made the fixes for the
weird navigation menu problems.
What's happening is, when I pull up the files that still need to be
completed (content), my FP 2003 isn't recognizing the fix and the
navigation menu gets jumbled. Like this:
http://www.wvba.com
*****
Below is an email from the guy who helped me get the menus straighted
out to begin with:
Front Page is removing the code that makes the menus align. After you
make your edits, open the HTM file in Notepad, and add this code to the
page - anywhere will do, as long as it appears below the <html> tag at
the top:
<style>
..ffmnu { position: relative; top:-16px; } </style>
<!--[if IE]>
<style>
..ffmnu{ top: 0px; }
</style>
<![endif]-->
You may try placing this code between the <head> and </head> tags in
the html files.
If FrontPage has any kind of setting to "preserve" comments of
formatting of eth html, please turn that on, or otherwise every time
you edit a page - you'll have to manually add in the above section of
code.
*****
The problem is, when I go into Tools/Page Options, there is not HTML
Source area for me to tell it to either preserve or not preserve HTML.
How can I tell FP 03 to accept my changes to the content ONLY without
it screwing up the other html files?
Thanks in advance for your answers.