3
Setting
I am optimizing a page where is displayed about 200 Images (very small does not need paging) partners, these images are wrapped in a tag <a>
and all partner websites open in new tab (target="_blank"
).
Obs: I saw related materials on the site but the Javascript used to answer the question (which also were not so similar to this one) was too big what would take all the savings obtained and would need adaptations to the problem.
Question
How can I suppress the target="_blank"
and still keep the pages opening in a new tab
HTML code
<div id="minor_partners" class="col-md-10 col-md-offset-1">
<a href="" target="_blank"><img class="link_thumb" src="" title=""></a>
</div>
The context is confused. I think I could simplify just by asking how to assign target="_Blank" to <a> objects, without manually inserting into html.
– Daniel Omine