electronicsfreak
Technical User
Not sure if this will modify my code as I post it. Anyway I have a site I am working on , and certain pages keep getting there code changed everytime I upload them. It is through godaddy.
Here is how the page is before I upload it. What I want to know, why is it being modified, and how can I stop it from doing so?
Thanks
______________________
Here is what the page looks like after it uploads.
________________________________
There is a point in wisdom and knowledge that when you reach it, you exceed what is considered possible - Jason Schoon
Here is how the page is before I upload it. What I want to know, why is it being modified, and how can I stop it from doing so?
Thanks
______________________
Code:
<html>
<head>
<title>WELCOME TO THE BLOOD BROTHERS CLAN!</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>
<body bgcolor="black">
<font size="4" color="D3D3D3">Welcome to the Blood Brothers gaming site. We are a multi-gaming clan that enjoys all aspects of gaming. Such as the hardcore battles online or the fun and interactive conversations held offline. Some of the games that we play include Half-Life 2 Deathmatch, Call of Duty Modern Warfare 2, Halo, Fear, Unreal Tournament, and so many more.</font>
<P>
<font size="4" color="D3D3D3">We started around January 2010, and have been growing stronger ever since. The clan was the project of two best friends, Jason Schoon and Eric Larson</font>
<P>
<font size="4" color="D3D3D3">Feel free to explore around and see what we have available. You need not be a member of our clan to enjoy this site. All we ask is that you please read our rules and understand that we have no tolerance for abuse to anyone. We strive to make this as friendly of an environment as possible for all gamers and welcome you to our family </font>
<P>
<center><img src="front_page_collage.jpg" border="0"><center>
</body>
</html>
Here is what the page looks like after it uploads.
________________________________
Code:
<html>
<head>
<title>WELCOME TO THE BLOOD BROTHERS CLAN!</title>
</head>
<body bgcolor="black">
<p><span style="color: #d3d3d3; font-size: medium;">Welcome to the Blood Brothers gaming site. We are a multi-gaming clan that enjoys all aspects of gaming. Such as the hardcore battles online or the fun and interactive conversations held offline. Some of the games that we play include Half-Life 2 Deathmatch, Call of Duty Modern Warfare 2, Halo, Fear, Unreal Tournament, and so many more.</span></p>
<p><span style="color: #d3d3d3; font-size: medium;">We started around January 2010, and have been growing stronger ever since. The clan was the project of two best friends, Jason Schoon and Eric Larson</span></p>
<p><span style="color: #d3d3d3; font-size: medium;">Feel free to explore around and see what we have available. You need not be a member of our clan to enjoy this site. All we ask is that you please read our rules and understand that we have no tolerance for abuse to anyone. We strive to make this as friendly of an environment as possible for all gamers and welcome you to our family </span></p>
<p> </p>
<center><img src="front_page_collage.jpg" border="0" /><center></center></center>
</body>
</html>
There is a point in wisdom and knowledge that when you reach it, you exceed what is considered possible - Jason Schoon