Forum Moderators: open
Joe's Widget World
123 South Main St.
Anytown, NY
Phone: 555-555-5555
It works well for everybody in the universe-- no complaints. Except, it seems, for a handful of people. They can see the address lines but not the line containing the business names. Even when there are 10 listings on a given page the same problem exists for each listing. Can't see the business name.
There's no common denominator that we can find. Not the browser version. Nothing. We can't replicate the problem on any of our computers.
As you might imagine, it's developing into a customer relations problem as they believe that we're treating them like people who have seen UFOs. Of course it's only that we can't solve it and don't know where to turn.
The code is:
<b><a href="ad.asp?id=#*$!">Joe's Widget World</a></b><br>123 South Main St<br>Anytown, NY<b><br>Phone: 555-555-5555</b>
(NOTE: the id=#*$! part of the code is not the real code. When I tried several times to post the code containing id=834 that's what came out.
Has anybody ever experienced the same thing?
For example,
<a href="index.html>Home page</a>
<a href="about.html">About us</a>
Or
<a href="index.html">Home page
<a href="about.html">About us</a>
I've seen the stuff between the bolds disappear.
Try looking somewhere else on the page, and check that the code validates. The easiest way I've found to do that with dynamic output is view the source, save as html, run that through the validator.
There is a posting somewhere on this site which show hundreds of words which falls pray to this problem.
The solution is to change ad.asp to something.asp
I chose fn.asp , can you guess what fn stood for?
I am sure this will help.
[webmasterworld.com...]