Forum Moderators: open
Also I get errors in the flash coding, such as:
<EMBED src="logo2.swf" quality=high bgcolor=#DBDBDB WIDTH=" ...
Error: there is no attribute SRC for this element (in this HTML version)
What is expected to be done about this?
If you add a backslash to the </a> tag, the error will go away. <\/a>
The parser sees </ as the end of the script block; that's why you need to escape the /.
If I had to choose between working code and validating code, I'd go for working code.
edit: funny, we're not allowed to even mention a well known site about web design...