Quote:
Originally Posted by EowynCarter
it looks like it expects an "id" attribute on either the paragraph or images.
Someting like :
<p id="image_p" class="tightgraphic2"><img alt="" id="myimage" height="79" src="../Images/EmpireEmblem.jpg" width="30" /></p>
|
Typically an id attribute isn't required and I've never before received an error for not having one. Also, when something is missing, the error returned usually says
such and such is missing, not that it doesn't match some obscure regular expression.
I tried adding an id to the paragraph and the img tags individually and to both but it didn't fix anything.
Thanks for the reply though. Does anyone have any other ideas?
- Byron