Can anyone help me with this?
I need to have an hyper-link in an XHTML document. The link contains a few & symbols for variable separation. If I use it directly, & is considered as a start for special entity and is not validated (browser shows an error). And if I use its Hex code %26 in its place, clicking on the link does not open the intended page.
Any suggestions?
For the timebeing I am using tinyurl.
2 comments:
use & (the entity)
Thanks for tip. It works perfectly.
Post a Comment