Forum Moderators: open
For example I have some external links which look something like this
<a href="http://www.somedomain.co.uk/main?pageName=foo&Action=location_uri&select_location=abc"> Would I be correct in thinking that in order to make this validate I should always retype these links to be like this
<a href="http://www.somedomain.co.uk/main?pageName=foo&Action=location_uri&select_location=abc"> If anyone can confirm whether I am understanding this right or offer any further explanation I would be grateful. The validator does offer some sort of explanation but frankly my brain on a Monday afternoon is not up to deciphering it.