hyperlink - html links not working (using base href) -
hi there using tag:
<base href="http://awebsite.ca/” target=" />
in association tag:
<a href=“main_page/mainpage.html”><br><b>main</b></br></a>
and getting in browser:
http://awebsite.ca/“main_page/mainpage.htmlâ€%c2%9d
you have quote attribute values "
(quotation mark) or '
(apostrophe), not “
(left double quotation mark) , ”
(right double quotation mark).
this type of error typically caused writing code using word processor automatic replacement of quotes typographic quotes (aka smart quotes) enabled. try using text editor (such sublime text, komodo edit, emacs or vim) instead.
Comments
Post a Comment