I can't switch to design view if I have code blocks in my html. I get the message 'Could not open design view. Quote values differently inside a '<%...."value".....%>' block'.
I thought that the <%= %> was still valid???
I am trying to do the following
<tr>
<td>URL -<a href="<%=sURL%>"><%=sURL%</a></td>
</tr>

Why is this???
Many thanks