I’m trying to fix this error:
This line contains part of a quoted string that spans more than one line (not recommended) or a quoted string (like an attribute value) that is missing the start or end quotation mark. Check this line for improperly quoted attribute values that may be missing a start or end quotation mark. As currently configured, HTML Validator requires that all quoted strings be contained on one line and have start and end quotation marks. Note that because of inconsistent handling by user agents, it is not recommended that attribute values contain line breaks.
<div align=”right” style=”
I’m not sure where to correct. It’s always called after a moduletable like this:
<div class=”moduletable”>
<div align=”right” style=”
Any suggestions?