an automated system generated files with a '#' character. It seems like html cannot generate file if there is '#' character. is it true?
I have <img src = "http://localhost/1.gif"> runs okay, but <img src = "http://localhost/1#.gif"> not okay even though both files exist. Is there any syntax in html that i need to fix?
I have <img src = "http://localhost/1.gif"> runs okay, but <img src = "http://localhost/1#.gif"> not okay even though both files exist. Is there any syntax in html that i need to fix?