Extra carriage returns in source code with FP2003...

J

Joe Bruin

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....
 
S

Stefan B Rusynko

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



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

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