missing html in pages possibly css related

windows

Guest
We have several IE users complaining that 2 links are missing from the nav bar of our site. As many computers as I've tried to replicate this issue, I can't replicate it.<br />
<br />
<!-- w --><a class="postlink" href="http://www.bangornews.com">www.bangornews.com</a><!-- w --><br />
<br />
There are links to obituaries on the left hand vertical navbar with the text link "Obituaries" and a link to obits with the text "Obits" in the horizontal navbar. These users are complaining that these links have disappeared from their browsers. <br />
<br />
One said user sent me the html of the page, and indeed all of the html, a href tags and font tags surrounding the text "Obituaries" and "Obits" has disappeared on their browsers. The text words previously mentioned have also disappeared as well. If I send the said user directly to the link missing, the obituary page also does not function properly. The links to view the detailed obituary do are missing and you cannot click on the person's name to view the obituary, which is a traditional a href tag. This site template is used extensively throughout the site, but the problem seems to be only with obituaries.<br />
<br />
This is a problem I've been trying to fix for about 3 months with no luck.:confused: I've also attached a link to our site css.<br />
<br />
Any help would be greatly appreciated. <br />
<br />
<br />
Referring URL 1: <!-- m --><a class="postlink" href="http://www.bangornews.com">http://www.bangornews.com</a><!-- m --><br />
Referring URL 2: <!-- m --><a class="postlink" href="http://www.bangornews.com/advertising/class/obituaries/index.cfm">http://www.bangornews.com/advertising/c ... /index.cfm</a><!-- m --><br />
Referring URL 3: <!-- m --><a class="postlink" href="http://www.bangornews.com/assets/css/sitecss.css">http://www.bangornews.com/assets/css/sitecss.css</a><!-- m --><!--content-->With W98 and IE6 it is Ok.<br />
<br />
What editor do you use?<br />
Arachnophilia tels me this:<br />
2 unpaired </center> tags<br />
1 unpaired </font> tag<br />
1 unpaired </tr> tag<br />
<br />
But....also<br />
there is no doctype in your page at the start, like:<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<br />
:rocker:<!--content-->ehh I get<br />
<br />
Error Occurred While Processing Request<br />
<br />
coldfusion error<!--content-->Use this link to list errors in the code: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bangornews.com%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
Post here about any that you do not understand.<!--content-->it worked for me on win2000, IE6 sp1<br />
<br />
I also noticed you don't have any hex codes for your colores.<br />
<br />
color: 000000;<br />
<br />
really should be<br />
<br />
color: #000000;<br />
<br />
make all of them that way.<br />
<br />
other than a real quick look I don't see anything majorly wrong.<br />
<br />
best to run it through the validator like giz suggested.<br />
<br />
sounds vaguely familiar to this thread<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=25830">http://www.htmlforums.com/showthread.ph ... adid=25830</a><!-- m --><!--content-->
 
Back
Top