Tagged Questions

1
vote
3answers
802 views

Links not going back a directory?

this is probably a silly question and I have the answer myself but I want to know if I am doing anything wrong. I have a website, let's call it www.mysite.com. Within this site, I have some FAQs but ...
1
vote
5answers
3k views

Firefox show broken images

In firefox a broken image appears as just a blank white space. On a white background there is no way to distinguish between no image and a broken image. This makes identifying broken images ...
1
vote
5answers
377 views

What is the difference between these two HTML anchors?

I tried to use Link Checker to find any broken links, but the second one is not included, the displayedPage.html shows 404 error, but it will not show in the Link Checker's report. What is the ...
0
votes
5answers
175 views

JPG file not loading in webpage

I have a basic webpage that references four image files using the following code: <img src="/images/SanFran.jpg" name="urbanForm" alt="urbanFormA" width="150" height="100"/> (I change ...