Skip to comments.
Need Brilliant Techie Advice: My MS Front Page Won't Behave! My Main Page is Disobedient!!
06.28.02
| mlmr
Posted on 06/28/2002 5:40:10 AM PDT by mlmr
My MS Front Page is not behaving properly. When I import text into my main page in this new version 2002, it does not stay in its previous format and is a bear to reformat. It becomes slow and adds extra text. I made up a new intermediary page and imported the text there and it held but when I imported it into the original main page the format held, but the page is slow, as if a buffer is full. I looked at the html and there are no long strings of a command, the way there was before. What is going on????
Please, I know some people don't particularly care for MS products, but I have found Front Page to work like a charm until last night. I am not really technically oriented... but I'm cute!!!
TOPICS: Miscellaneous; News/Current Events; Technical; Your Opinion/Questions
KEYWORDS: frontpage; techindex
Navigation: use the links below to view more comments.
first 1-20, 21-40, 41-60, 61-80, 81-84 next last
1
posted on
06/28/2002 5:40:10 AM PDT
by
mlmr
To: mlmr
but I'm cute!!!How 'bout a picture? ;-)
2
posted on
06/28/2002 5:41:45 AM PDT
by
TomServo
To: mlmr
but I have found Front Page to work like a charm until last night.Welcome to FrontPage. I could never get it to make pages that looked the same on every browser. Go back to the old version.
3
posted on
06/28/2002 5:41:57 AM PDT
by
AppyPappy
To: mlmr
Use Dreamweaver and put Front Page in the fire. It rewrite virtually your entire page and doesnt allow for easy customization.
Dreamweaver MX is out now and it has plenty of help and templates that is easy. I have used DW since I started HTML and now im advanced and still meets my needs.
4
posted on
06/28/2002 5:42:59 AM PDT
by
smith288
To: mlmr
Hmmmmm.....................the y shoot horses, don't they?
To: TomServo
I'll see if I can find one with clothes on!! (just teasing!!)
6
posted on
06/28/2002 5:45:50 AM PDT
by
mlmr
To: AppyPappy
I haven't gotten that sophisticated yet, Appy Pappy. I just want to put my words on the page. Do you think I could import my new site to my old version?
7
posted on
06/28/2002 5:47:17 AM PDT
by
mlmr
To: smith288
Use Dreamweaver and put Front Page in the fire. It rewrite virtually your entire page and doesnt allow for easy customization.
I have spent months redoing my site, will it drop into Dreamweaver or do I have to re do it? I have a couple of hundred pages here!!
8
posted on
06/28/2002 5:49:01 AM PDT
by
mlmr
To: RightOnline
This is not a horse.... this is my baby, my pride and joy!!
9
posted on
06/28/2002 5:49:51 AM PDT
by
mlmr
To: smith288
the BEST things in life, inlcuding HTML editors, are Free.
http://ehttp://www.evrsoft.com/
I've been using this for a month now... and I don't even open up front page anymore.
Else, goto your control panel, add remove programs, click on office (or front page 2002) and choose to "repair" - and if that doesn't work, "reinstall" and if that doesn't work, uninstall and then reinstall. Seriously - if you have to uninstall it, try out this 1st page 2000. It kicks ass. and I'm handsome. =)
10
posted on
06/28/2002 5:50:01 AM PDT
by
PokeyJoe
To: mlmr
sorry, previous post to author, not commentator. =)
11
posted on
06/28/2002 5:50:38 AM PDT
by
PokeyJoe
To: PokeyJoe
and I'm handsome. =) Thank you for the information; you are getting more handsome by the minute!!
12
posted on
06/28/2002 5:52:26 AM PDT
by
mlmr
To: mlmr
bttt
13
posted on
06/28/2002 5:54:03 AM PDT
by
mlmr
To: mlmr
If I was you, I would employ the
XHTML + MathML + SVG standard put out by the W3 committee on April 30 2002. I know it is a bleeding-edge technology, but it allows you access to the MathML namespace as well as the standard DTD's you normally enjoyed in DHTML. Be aware that many formerly supported features in HTML are now deprecated, and that -- for example -- cascading style sheets are the way to go for fonts and the like. SVG is an interesting host language, but obviously because it is not serverside, you will not be able to get the same sort of effects you might achieve with JSP or XSP, or even ASP for that matter. For those sort of effects, I recommend some of the newer technologies such as ASP.NET.
To: PokeyJoe
Wow...its interesting there is so many good looking programming geeks. Ahhh, the fruits of the faceless forum.
LOL!
15
posted on
06/28/2002 5:56:59 AM PDT
by
smith288
To: Lazamataz
If I was you, I would employ the XHTML + MathML + SVG standard put out by the W3 committee on April 30 2002. I know it is a bleeding-edge technology, but it allows you access to the MathML namespace as well as the standard DTD's you normally enjoyed in DHTML. Be aware that many formerly supported features in HTML are now deprecated, and that -- for example -- cascading style sheets are the way to go for fonts and the like. SVG is an interesting host language, but obviously because it is not serverside, you will not be able to get the same sort of effects you might achieve with JSP or XSP, or even ASP for that matter. For those sort of effects, I recommend some of the newer technologies such as ASP.NET. I think I am going to cry...
16
posted on
06/28/2002 5:57:23 AM PDT
by
mlmr
To: PokeyJoe
Boy, did you get excited. Look at what you typed for a link.
Here it is ...
http://http://www.evrsoft.com/
But then I was able to do it , because I'm OLD and don't get excited any more. :0)
To: mlmr
I think I am going to cry...Why? It's really rather simple:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>XHTML as the host language</title>
</head>
<body>
... XHTML content ...
<math xmlns="http://www.w3.org/1998/Math/MathML">
... MathML content ...
</math>
... XHTML content ...
<svg:svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
... SVG content ...
<svg:switch>
<svg:foreignObject ...>
<p>
... XHTML content ...
<math xmlns="http://www.w3.org/1998/Math/MathML">
... MathML content ...
</math>
... XHTML content ...
</p>
</svg:foreignObject>
</svg:switch>
</svg:svg>
</body>
</html>
To: mlmr
I mean, how much simpler can it be than that???
To: PokeyJoe
I found the site. Can I copy my site into it or do I have to rebuild from scratch>
20
posted on
06/28/2002 6:00:34 AM PDT
by
mlmr
Navigation: use the links below to view more comments.
first 1-20, 21-40, 41-60, 61-80, 81-84 next last
Disclaimer:
Opinions posted on Free Republic are those of the individual
posters and do not necessarily represent the opinion of Free Republic or its
management. All materials posted herein are protected by copyright law and the
exemption for fair use of copyrighted works.
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson