For some reason, part of my html isnt showing up when the page is viewed online. The file on my system has the code, the file on the server has the code, but when I view the code of the file in browser, part of it is missing.
You can view the pages in question at
http://www.glitterkingdom.com/home.htmThe first serveral lines of the body SHOULD be:
<body bgcolor="#330066" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('
images/ani
m_mrrooste
r.gif',
'images/new_on.gif','image
s/anim_mrc
lemency.gi
f','images
/art_on.gi
f','images
/demons_on
.gif',
'images/anim_mrdemon.gif',
'images/ab
out_on.gif
','images/
anim_mryel
lowguy.gif
','images/
people_on.
gif',
'images/anim_mrmonkey.gif'
,'images/a
nim_mratom
ic3.gif','
images/ani
m_mrclemen
cy2.gif',
'images/radioactive_large_
on.gif','i
mages/anim
_mrcootie.
gif')">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <table width="100%" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="210" height="75" rowspan="2"><img src="images/logo.gif" width="210" height="151" border="0" usemap="#Map" /></td>
<td width="264" height="75"><img src="images/top1.gif" width="264" height="75" /></td>
<td width="100%" height="75" valign="top"> <table width="100%" height="74" border="0" cellpadding="0" cellspacing="0">
But, as you can see if you click on the link and view source, the second <td> loses it's image tag, etc to show only:
<body bgcolor="#330066" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('
images/ani
m_mrrooste
r.gif','im
ages/new_o
n.gif','im
ages/anim_
mrclemency
.gif',
'images/art_on.gif','image
s/demons_o
n.gif','im
ages/anim_
mrdemon.gi
f',
'images/about_on.gif','ima
ges/anim_m
ryellowguy
.gif','ima
ges/people
_on.gif','
images/ani
m_mrmonkey
.gif',
'images/anim_mratomic3.gif
','images/
anim_mrcle
mency2.gif
','images/
radioactiv
e_large_on
.gif','ima
ges/anim_m
rcootie.gi
f')">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <table width="100%" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="210" height="75" rowspan="2">
</td>
<td width="264" height="75"><img src="images/top1.gif" width="264" height="75" /></td>
<td width="100%" height="75" valign="top"> <table width="100%" height="74" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="21" bgcolor="#9900FF"> </
td>
</tr>
<tr>
<td height="3" bgcolor="#000000"><img src="images/spacer.gif" width="4" height="3" /></td>
</tr>
<tr>
<td height="50" bgcolor="#330066"><img src="images/spacer3x3.gif"
width="60" height="10" /></td>
It even leaves space for the missing code, it is just blank though. I have tried deleting the file on the server and resending it, I have also tried editing the html directly on the server. HELP! Why is this happening?
Start Free Trial