Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Problem: Copy and paste repeats over and over and over

Jun 7, 2008 9:55AM PDT

Hi!

When I copy some html from my notepad to paste
it to another notepad it repeats the same
paragraphs over and over and over. I believe I
have been using the right procedure. I press
Ctrl and c to copy. Then when I get to the
notepad I want to paste this information I
press Ctrl and v to paste. Any explanation for
this bizarre happening?

Philip dorightok

Discussion is locked

- Collapse -
What do you mean
Jun 7, 2008 10:35AM PDT

by it's repeating the same paragraph over and over again? Is it pasting what you copied, part of it or nothing?

~Sovereign

- Collapse -
Cut and paste
Jun 7, 2008 11:20AM PDT

Hi!

It is pasting the same group of html words
over and over and over. These html words are
the words I copied from the original notepad
source.

dorightok

- Collapse -
Can you provide
Jun 7, 2008 2:59PM PDT

a screenshot so we can see what it's doing?

~Sovereign

- Collapse -
Here is the repeat over and over paste up
Jun 8, 2008 9:40AM PDT

Hi!

Well here is what I was talking about.

Thank you Sovereign,

dorightok


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>


<html>
<head>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="index.html" id="current">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="art.html">My Art</a></li>
<li><a href="links.html
">Links</a></li>
<li><a href="salvation.html">Salvation</a></li>
<li><a
href="contact.html">Contact</a></li>
<style type="text/css">

td {padding-top: .5cm}
{table}
h1 {color: #0099FF; font-size: 175%; text-align: center}
h2 {color: #333366; font-size: 210%}

p. margin {margin: 1cm;color: #333366; font-size:
100%}
body {background-color: #333366}
td {padding-bottom: 13cm}
ul {list-style-type: none;}
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: #0099FF;}
a:hover {color: fuchsia; text-decoration: underline;} /* font-style: italic; font-weight:
bold; background-color: aqua; */
a:active {color: red;}
#navcontainer
{
margin: 0 auto;
width: 100%;
text-align: center;
display; inline;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>Rainbowsavings.com</h1>
<table class="one" border="0" width="80%" bgcolor="white" align="center">
<tr>
<td width="100%"><h2><b><center>Welcome To My Site!</center></b></h2>
<font size="5"><p class="margin">Great day! Yes, this is a wonderful day. Each day becomes more wonderful. Anyway let us all have some fun. Yes, it was a great day. So, here we go. Another great day to serve God. Wow! He is so awesome! A great God.</p></font></td>

</tr>
</table>
</body>
</html>

- Collapse -
A few questions.
Jun 9, 2008 5:55AM PDT

Ctrl-C , switch application, ctrl-V is the right way to do it. And it should copy it only once for each time you press ctrl-V. That's for sure.

So now it's time to do some research.
- Does it happen if you paste from this same source (a .txt or .html file?) into, say, Wordpad or MS Word.
- Does it happen if you paste two lines from a Wordpad or MS Word document to Wordpad or MS Word?
- Does it happen if you paste twi lines from a Wordpad or MS Word document to Notepad?

Maybe it's just a keyboard problem with the V that keeps repeating. So my last question:

- Does it happen also with another keyboard?

Kees

- Collapse -
Thank you Kees
Jun 10, 2008 2:47PM PDT

Hi Kees!

Thanks for your effort to help me. It looks
like my copy and paste problem is over. I
tried it on a different format as you suggested
as well as on notepad again. No repeats!!!

At this point is a mystery as to why it acted
so strange before.

Thanks again,

dorightok Matthew 6:33