Target Attribute on Div
-
I’m going through and validating a website which has this plugin on it. I’m getting the following notice:
Attribute “target” not allowed on element “div” at this point.
Granted, it’s not a serious issue – it’s just a HTML/CSS validation issue. The div in question is for the author box link:
<div class="ctf-author-box-link" target="_blank" style="color: rgb(0, 0, 0);">It would just need to be changed to:
<div class="ctf-author-box-link" style="color: rgb(0, 0, 0);">The inner link has the target attribute so that is fine.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Target Attribute on Div’ is closed to new replies.