Link to home
Start Free TrialLog in
Avatar of gerlis
gerlis

asked on

HTML Link incorrect?

This should be simple (aren't they all?), I want to have a link in a webpage that takes the user to differetn webpage, but it's not working

The web page is at http://www.gerlis.com/doctor/  I want the link on that (for "other same day doctor clinics" page) to go to www.samedaydoctor.org

But it doesn't work I think I have the syntax of the link incorrect?

http://www.gerlis.com/doctor/www.samedaydoctor.org
ASKER CERTIFIED SOLUTION
Avatar of Zakaria Acharki
Zakaria Acharki
Flag of Morocco image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
W3C Validator Report for your site shows 63 HTML errors + warnings.

Because your DOCTYPE is missing + charset directive is mangled, you'll force every browser to rend your page in Quirks Mode, which is a nice way how browsers render a page... when it's so jumbled, no real sense can be made of the page for rendering.

If you'd like your pages rendered as you expect in every browser, target 0 errors + 0 warnings out of the tester.
Avatar of gerlis
gerlis

ASKER

Thanks Zakaria
Anytime, Glad I could help sir.