Hi everyone,
I'm having a bit of an issue with a site I'm administering. On one of the side nav bars, I have a a few links set up to go to different pages. Here's the code:
<div id="rightnav">
<ul>
<li><a href="/1-bedroom-photo-gallery" target="_self" title="1 Bedroom Apartments">1 BEDROOM</a></li>
<li><a href="/2-bedroom-photo-gallery" title="2 Bedroom Apartments">2 BEDROOM</a></li>
<li><a href="/3-bedroom-photo-gallery" title="3 Bedroom Apartments">3 BEDROOM</a></li>
<li><a href="/homes/floor-plans/">FLOOR PLANS</a></li>
</ul>
</div>
Whenever one of the links are clicked though, the window opens in a new tab. Any idea why? I'd like for it to remain in the same window. Thanks for the help.