Congratulations to AcaCandy on her 100,000th post!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen boot bsod computer connection crash css dell driver drivers email error ethernet excel firefox firefox 3 hard drive internet internet explorer itunes laptop linux malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express partition password printer problem router slow software sound startup trojan usb video virus vista windows windows xp wireless
Business Applications
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Business Applications >
MS FrontPage 2000 Help Needed


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
texaschapa's Avatar
Junior Member with 16 posts.
 
Join Date: Aug 2004
Experience: Intermediate
22-Jul-2008, 04:02 PM #1
MS FrontPage 2000 Help Needed
I have a web page published with MS FrontPage 2000. I made some minor changes last month and have not been able to get my top and left navigation bars on the site since. They were there before I published the changes but not since. Any suggestions?
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,201 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
23-Jul-2008, 11:04 AM #2
What is the link to your page? If I can look at it, perhaps I can help.
texaschapa's Avatar
Junior Member with 16 posts.
 
Join Date: Aug 2004
Experience: Intermediate
23-Jul-2008, 11:25 AM #3
livingcooler.com. Thanks in advance.
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,201 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
23-Jul-2008, 02:25 PM #4
Is this link that is missing - http://www.livingcooler.com/contact_us.htm
part of what you are wanting?
Your code reads
<a href="contact_us.htm">
</a>
You need something in there before the </a> to click on - words, a picture, anything. Also, I would probably use the full address of that webpage (it isn't needed if they both reside on the same server, but I tend to do things like that).
__________________
Iowa? I could have sworn this was heaven.
Well, I think I can answer this question most successfully in mime.

My theme song...
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,201 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
23-Jul-2008, 02:48 PM #5
Oh, and your side links appear just fine in Firefox 2 but not at all in IE 7. The marquee doesn't work in IE either.
As for the side links, they occur after a <DIV> statement. You also have two width statements:
<td valign="top" width="24"></td><td valign="top" width="1%">
Keep only the first part - just delete </td><td valign="top" width="1%"> - there is a </td> later on to close the statement.
__________________
Iowa? I could have sworn this was heaven.
Well, I think I can answer this question most successfully in mime.

My theme song...
texaschapa's Avatar
Junior Member with 16 posts.
 
Join Date: Aug 2004
Experience: Intermediate
23-Jul-2008, 03:53 PM #6
Okay, I feel like a dummy. I see what you're talking about in IE but I do not see where to go in FrontPage to make these changes...
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,201 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
23-Jul-2008, 04:14 PM #7
Alas, I have Publisher, not Front Page. The easiest way (for me) is to save the whole webpage to your PC, open it in IE and then view the source code. This will open up in Notepad. Make the changes I suggested, then save the file. Finally, upload the changed file to your server and replace the page that is there.
__________________
Iowa? I could have sworn this was heaven.
Well, I think I can answer this question most successfully in mime.

My theme song...
jimr381's Avatar
Distinguished Member with 3,613 posts.
 
Join Date: Jul 2007
Location: 1313 Mockingbird Lane
Experience: 1 Child, so not much
24-Jul-2008, 12:41 PM #8
To find the offending code within Frontpage you will want to click on the CODE tab. You can then use the find tool to find whatever it is you are looking for.
texaschapa's Avatar
Junior Member with 16 posts.
 
Join Date: Aug 2004
Experience: Intermediate
01-Aug-2008, 02:58 PM #9
Are you saying I should delete the <DIV> statement before the side links? I'm not familiar with HTML but you don't really need to be to publish a site with FrontPage.
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,201 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
01-Aug-2008, 03:18 PM #10
No, keep the <DIV> statement. Just delete the portion
</td><td valign="top" width="1%">

The <DIV> is really a fairly non-important statement - it doesn't alter the formatting, it just defines a block of text as being related. If you felt like cleaning up your code you could (probably) safely delete all <DIV></DIV> tags - but I sure wouldn't bother (I can't say I have ever used it, but MS software always generates it).
__________________
Iowa? I could have sworn this was heaven.
Well, I think I can answer this question most successfully in mime.

My theme song...
texaschapa's Avatar
Junior Member with 16 posts.
 
Join Date: Aug 2004
Experience: Intermediate
01-Aug-2008, 03:41 PM #11
Alright, I'm getting closer. I switched to a new hosting company yesterday and now have the ability to edit HTML files through site admin. I've everything published now but need to move some of the links in the top navigation bar to the left side navigation. How do I achieve this?
jimr381's Avatar
Distinguished Member with 3,613 posts.
 
Join Date: Jul 2007
Location: 1313 Mockingbird Lane
Experience: 1 Child, so not much
01-Aug-2008, 04:24 PM #12
Quote:
Originally Posted by slurpee55 View Post
No, keep the <DIV> statement. Just delete the portion
</td><td valign="top" width="1%">

The <DIV> is really a fairly non-important statement - it doesn't alter the formatting, it just defines a block of text as being related. If you felt like cleaning up your code you could (probably) safely delete all <DIV></DIV> tags - but I sure wouldn't bother (I can't say I have ever used it, but MS software always generates it).
For clarifications purposes, the <DIV> tag is like some other tags like the <P> tag. It allows you to apply formatting to multiple paragraphs or whole sections on the fly. So, it actually can and is used for formatting.
texaschapa's Avatar
Junior Member with 16 posts.
 
Join Date: Aug 2004
Experience: Intermediate
05-Aug-2008, 03:18 PM #13
Any idea why the navigation bar that's supposed to be in the left border is included in the navigation bar in the top border?
jimr381's Avatar
Distinguished Member with 3,613 posts.
 
Join Date: Jul 2007
Location: 1313 Mockingbird Lane
Experience: 1 Child, so not much
05-Aug-2008, 03:33 PM #14
Try going to "Format">>"Navigation Bar" or "Shared Borders" and you can tell it where to place the Navigation bar. I am not in the application at the moment, or I would clarify it for you.
texaschapa's Avatar
Junior Member with 16 posts.
 
Join Date: Aug 2004
Experience: Intermediate
05-Aug-2008, 06:04 PM #15
That didn't work but I was playing around with the name of one of my pages and that corrected the problem.

One last problem I have is that when I try to insert a marquee that option is grayed out. Any ideas?
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 07:46 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.