When I upload my webpages as html files, it changes their code so the links no longer work. Here is a code exerpt from before upload
and here it is after upload...
It just does it by it self, anyone know how to prevent this from happening?
| Code: |
| <table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0">
<tr> <td> <img src="images/WebstieInProgress_sharkifie.gif" width="17" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-02.gif" width="127" height="129" alt=""></td> <td><a href="http://www.kamikazie.frih.net/index.html"><img src="images/WebstieInProgress_sharki-03.gif" alt="" width="186" height="129" border="0"></a></td> <td><a href="http://www.kamikazie.frih.net/gallery.html"><img src="images/WebstieInProgress_sharki-04.gif" alt="" width="174" height="129" border="0"></a></td> <td><a href="http://www.kamikazie.frih.net/applets.html"><img src="images/WebstieInProgress_sharki-05.gif" alt="" width="175" height="129" border="0"></a></td> <td><a href="http://www.kamikazie.frih.net/links.html"><img src="images/WebstieInProgress_sharki-06.gif" alt="" width="197" height="129" border="0"></a></td> <td> <img src="images/WebstieInProgress_sharki-07.gif" width="129" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-08.gif" width="19" height="129" alt=""></td> </tr> |
and here it is after upload...
| Code: |
| <table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0">
<tr> <td> <img src="images/WebstieInProgress_sharkifie.gif" width="17" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-02.gif" width="127" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-03.gif" width="186" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-04.gif" width="174" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-05.gif" width="175" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-06.gif" width="197" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-07.gif" width="129" height="129" alt=""></td> <td> <img src="images/WebstieInProgress_sharki-08.gif" width="19" height="129" alt=""></td> </tr> |
It just does it by it self, anyone know how to prevent this from happening?
