Title: W3C-Issues
Last modified: August 21, 2016

---

# W3C-Issues

 *  [owcv](https://wordpress.org/support/users/owcv/)
 * (@owcv)
 * [13 years ago](https://wordpress.org/support/topic/w3c-issues/)
 * In the post options of UAM I set something like this in the post content field(
   to be shown before the more-tag):
 * `<p class="note">You need a <a href="http://www.domain.com/login"/>login</a> 
   for this post.</p>`
 * But that doesnt work, because after I update the settings it escapes the quotation
   marks with backslashes:
    `<p class=\"note\">You need a <a href=\"http://www.domain.
   com/login\"/>login</a> for this post.</p>`
 * So I need to enter it that way:
    `<p class=note>You need a <a href=http://www.
   domain.com/login/>login</a> for this post.</p>`
 * That works, but produces a lot of W3C-errors:
 * > an attribute value specification must be an attribute value literal unless 
   > SHORTTAG YES is specified
   >  document type does not allow element “p” here; missing
   > one of “object”, “applet”, “map”, “iframe”, “button”, “ins”, “del” start-tag
   > an attribute value specification must be an attribute value literal unless 
   > SHORTTAG YES is specified NET-enabling start-tag not immediately followed by
   > null end-tag end tag for element “a” which is not open
 * I tried it with entities like `<p class=&quot;note&quot;> ...` but that doesn’t
   work neither.
 * I had this issue before, but it was never resolved:
    [http://wordpress.org/support/topic/plugin-user-access-manager-not-possible-to-link-to-pages-in-options-dialogue](http://wordpress.org/support/topic/plugin-user-access-manager-not-possible-to-link-to-pages-in-options-dialogue)
 * So how can I set up a login-note to my visitors without W3C-errors?
 * [http://wordpress.org/extend/plugins/user-access-manager/](http://wordpress.org/extend/plugins/user-access-manager/)

The topic ‘W3C-Issues’ is closed to new replies.

 * ![](https://ps.w.org/user-access-manager/assets/icon.svg?rev=1563783)
 * [User Access Manager](https://wordpress.org/plugins/user-access-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-access-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-access-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/user-access-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-access-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-access-manager/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [owcv](https://wordpress.org/support/users/owcv/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/w3c-issues/)
 * Status: not resolved