| Author |
Extra carriage returns in source code with FP2003...
|
|
| Joe Bruin 2004-02-27, 2:29 pm |
| I have a web site that is experiencing a strange "bug".
I noticed that my pages were loading slower and slower and the problem was
not an ISP issue.
When looking at the source code for my page I noticed that there were lots
of extra carriage returns in the code.
When I say "extra carriage returns" I am talking about 4,000,000 + !!!
I cleaned it up and I notice that ALMOST every time I edit my pages there
seems to be a few more carriage returns.
The extra carriage returns are always imbedded in the "applet code="
functions.
This is happening on two different machines that I edit on at two different
locations.
I am running WinXP Pro and FronPage2003 and ALL patches are up to date.
Has anyone else experienced this trouble?
Any help would be most appreciated!
I have included this below.. Note the extra carriage returns. Originally
there is no carriage returns where they are now.
Thanks!
~e
Here is an example:
****SNIP****
</applet><applet code="fphover.class" width="98" height="24">
<param name="textcolor" value="#FFFFFF">
<param name="effect" value="fill">
<param name="hovercolor" value="#FF0000">
<param name="color" value="#0000FF">
<param name="font" value="Helvetica">
<param name="fontsize" value="14">
<param name="fontstyle" value="bold">
<param name="text" value="CCNLL Board">
<param name="url" valuetype="ref" value="board.htm">
</applet><applet code="fphover.class" width="85" height="24">
<param name="effect" value="fill">
<param name="hovercolor" value="#FF0000">
<param name="font" value="Helvetica">
<param name="fontsize" value="14">
<param name="text" value="Schedules">
<param name="fontstyle" value="bold">
<param name="textcolor" value="#FFFFFF">
<param name="url" valuetype="ref" value="schedules.htm">
<param name="color" value="#FF0000">
</applet><applet code="fphover.class" width="56" height="24">
****SNIP****
etc....
| |
| Stefan B Rusynko 2004-02-28, 7:28 am |
| What happens when you use Tools Page Options Code Formatting and Reset
- just to make sure somehow the applet starting tag has not been customized
Then open you page in code view and run a right click to Reformat Html
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"Joe Bruin" <odinsdad@whocantel.com> wrote in message news:c1o00b$tkj$1@daisy.noc.ucla.edu...
| I have a web site that is experiencing a strange "bug".
|
| I noticed that my pages were loading slower and slower and the problem was
| not an ISP issue.
|
| When looking at the source code for my page I noticed that there were lots
| of extra carriage returns in the code.
|
| When I say "extra carriage returns" I am talking about 4,000,000 + !!!
|
| I cleaned it up and I notice that ALMOST every time I edit my pages there
| seems to be a few more carriage returns.
|
| The extra carriage returns are always imbedded in the "applet code="
| functions.
|
| This is happening on two different machines that I edit on at two different
| locations.
|
| I am running WinXP Pro and FronPage2003 and ALL patches are up to date.
|
| Has anyone else experienced this trouble?
|
| Any help would be most appreciated!
|
|
| I have included this below.. Note the extra carriage returns. Originally
| there is no carriage returns where they are now.
|
| Thanks!
|
| ~e
|
|
| Here is an example:
|
|
| ****SNIP****
| </applet><applet code="fphover.class" width="98" height="24">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| <param name="textcolor" value="#FFFFFF">
| <param name="effect" value="fill">
| <param name="hovercolor" value="#FF0000">
| <param name="color" value="#0000FF">
| <param name="font" value="Helvetica">
| <param name="fontsize" value="14">
| <param name="fontstyle" value="bold">
| <param name="text" value="CCNLL Board">
| <param name="url" valuetype="ref" value="board.htm">
| </applet><applet code="fphover.class" width="85" height="24">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| <param name="effect" value="fill">
| <param name="hovercolor" value="#FF0000">
| <param name="font" value="Helvetica">
| <param name="fontsize" value="14">
| <param name="text" value="Schedules">
| <param name="fontstyle" value="bold">
| <param name="textcolor" value="#FFFFFF">
| <param name="url" valuetype="ref" value="schedules.htm">
| <param name="color" value="#FF0000">
| </applet><applet code="fphover.class" width="56" height="24">
|
|
|
| ****SNIP****
| etc....
|
|
| |
| Odinsdad 2004-02-29, 2:28 pm |
| It worked!
Your are a life saver!
Thanks again!
~e
"Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message
news:ug4Wwee$DHA.3400@tk2msftngp13.phx.gbl...
> What happens when you use Tools Page Options Code Formatting and Reset
> - just to make sure somehow the applet starting tag has not been
customized
> Then open you page in code view and run a right click to Reformat Html
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "Joe Bruin" <odinsdad@whocantel.com> wrote in message
news:c1o00b$tkj$1@daisy.noc.ucla.edu...
> | I have a web site that is experiencing a strange "bug".
> |
> | I noticed that my pages were loading slower and slower and the problem
was
> | not an ISP issue.
> |
> | When looking at the source code for my page I noticed that there were
lots
> | of extra carriage returns in the code.
> |
> | When I say "extra carriage returns" I am talking about 4,000,000 + !!!
> |
> | I cleaned it up and I notice that ALMOST every time I edit my pages
there
> | seems to be a few more carriage returns.
> |
> | The extra carriage returns are always imbedded in the "applet code="
> | functions.
> |
> | This is happening on two different machines that I edit on at two
different
> | locations.
> |
> | I am running WinXP Pro and FronPage2003 and ALL patches are up to date.
> |
> | Has anyone else experienced this trouble?
> |
> | Any help would be most appreciated!
> |
> |
> | I have included this below.. Note the extra carriage returns. Originally
> | there is no carriage returns where they are now.
> |
> | Thanks!
> |
> | ~e
> |
> |
> | Here is an example:
> |
> |
> | ****SNIP****
> | </applet><applet code="fphover.class" width="98" height="24">
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> | <param name="textcolor" value="#FFFFFF">
> | <param name="effect" value="fill">
> | <param name="hovercolor" value="#FF0000">
> | <param name="color" value="#0000FF">
> | <param name="font" value="Helvetica">
> | <param name="fontsize" value="14">
> | <param name="fontstyle" value="bold">
> | <param name="text" value="CCNLL Board">
> | <param name="url" valuetype="ref" value="board.htm">
> | </applet><applet code="fphover.class" width="85" height="24">
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> |
> | <param name="effect" value="fill">
> | <param name="hovercolor" value="#FF0000">
> | <param name="font" value="Helvetica">
> | <param name="fontsize" value="14">
> | <param name="text" value="Schedules">
> | <param name="fontstyle" value="bold">
> | <param name="textcolor" value="#FFFFFF">
> | <param name="url" valuetype="ref" value="schedules.htm">
> | <param name="color" value="#FF0000">
> | </applet><applet code="fphover.class" width="56" height="24">
> |
> |
> |
> | ****SNIP****
> | etc....
> |
> |
>
>
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |