Hi
If I put a & in link text, w3 won't validate the page. what should I do? for exemple:
<A HREF='http://www.webdeveloper.com/forum/archive/index.php/something.php'>B&B</A>Use '&'Just in case that wan't explicit enough, change...B&B...to...B&BThanks
still I have anther problem but I think I have to ask it at PHP forum. I can't put either & or & in link like this:
<A HREF='http://www.webdeveloper.com/forum/archive/index.php/b&b.php'>B∓B</A>
Although validator validates this but the link wouldn't work.It probably wasn't a good idea to call the file b&b.php in the first place. Can you not call it bandb.php or b_and_b.php ?
If I put a & in link text, w3 won't validate the page. what should I do? for exemple:
<A HREF='http://www.webdeveloper.com/forum/archive/index.php/something.php'>B&B</A>Use '&'Just in case that wan't explicit enough, change...B&B...to...B&BThanks
still I have anther problem but I think I have to ask it at PHP forum. I can't put either & or & in link like this:
<A HREF='http://www.webdeveloper.com/forum/archive/index.php/b&b.php'>B∓B</A>
Although validator validates this but the link wouldn't work.It probably wasn't a good idea to call the file b&b.php in the first place. Can you not call it bandb.php or b_and_b.php ?