Forum Moderators: open
<td>Savannah College of Art & Design</td>✉
This message may appear in several cases:
You tried to include the "<" character in your page: you should escape it as "<"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag."
I have tried putting a paragraph tag around it, but I still get the same warning message.
My Doctype is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Thanks
Josh
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
Says it all right there, herrjosua. You need to use the html entity for that character when embedded in your text:
<td>Savannah College of Art & Design</td>✉