I tried making a new page with nothing on it but the link to the same page and again, when I viewed it online the link had gone and did not show up in the source code. Got me bewildered this one has. I have the same page loaded on another ISP at
http://www.themusicvaults.net/submiturl/confirm.htm, and again, the last link disappears when I view online???
The page code is as follows:
<html>
<head>
<title>DVD-World --- Submit URL Confirmation!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.link2 { COLOR: cyan; TEXT-DECORATION: NONE }
.link2:visited { COLOR: cyan; TEXT-DECORATION: NONE }
.link2:active { COLOR: cyan; TEXT-DECORATION: NONE }
.link2:hover { COLOR: #000000; text-decoration: none; text-style:bold; background: yellow}
-->
</style>
<style>
<!--
BODY{
scrollbar-face-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #003399;
scrollbar-shadow-color: cyan;
scrollbar-highlight-color: #009999;
scrollbar-3dlight-color: blue;
scrollbar-darkshadow-Color:blue;
}
-->
</style>
</head>
<body bgcolor="#000000" scroll="auto" text="#FFFFFF" link="#FFFFCC" topmargin="0" bottommargin="6" leftmargin="0" marginwidth="0" marginheight="0">
<br>
<br>
<br>
<table width="85%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="295">
<div align="center"><img src="hole1.jpg" width="427" height="325" alt="Courtney 'full of' Love!" border="0"></div>
</td>
</tr>
<tr>
<td height="64">
<div id="Layer2" style="position:absolute; width:169px; height:48px; z-index:2; left: 146px; top: 61px">
<p align="center"><b><font color="#990033" face="Arial, Helvetica, sans-serif" size="4">oh...and
yeah!!<br>
thanks!!!!!</font></b></p>
</div>
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; left: 131px; top: 23px"><img src="callg.gif" width="195" height="134"></div>
<div align="center"><font face="Arial" size="2">THANK YOU for your submittal,
you will be notified by the webmaster when your link is added</font><font face="Arial" size="2"><br>
To link to our site, all details are given on our <a href="http://www.dvd-world.me.uk/links/banners/index.htm" class="link2">banners
page</a></font></div>
</td>
</tr>
<tr>
<td height="20" valign="bottom">
<div align="right"><font face="Arial, Helvetica, sans-serif"><a href="../list.htm" class="link2"><font size="2">Back
To Index</font></a></font></div>
</td>
</tr>
</table>
</body>
</html>
and similarly this page:
http://www.dvd-world.me.uk/links/banners/index.htm
when I view this on line the table just appears as acloured empty block, whereas there are 2 JPEG banner logos in it
This is the source code as I view it online for the table:
<table border="5" cellspacing="0" cellpadding="10" align="center" bordercolor="#FF0000" bgcolor="#FFCCFF">
<tr>
<td>
<div align="center"></div>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
this is how it is on my hard drive:
<table border="5" cellspacing="0" cellpadding="10" align="center" bordercolor="#FF0000" bgcolor="#FFCCFF">
<tr>
<td>
<div align="center"><img src="banner.jpg" width="460" height="80"></div>
</td>
</tr>
<tr>
<td><img src="banner2.jpg" width="460" height="80"></td>
</tr>
</table>
you can see that the <img> tag has disappeared in my online code.
Help please!