Quote:
Originally Posted by 58D
This is the Title at the top of the container. It opens in a new tab.
Code:
<td class="tcat" colspan="2" style="text-align:center">
<a href="$ameinfo[url]" title="$ameinfo[title]" target="_blank">$ameinfo[title]</a>
</td>
This is what I added to the bottom of the container. It won't open in a new tab.
Code:
<td class="tcat" colspan="2" style="text-align:center">
<a href="http://get.adobe.com/flashplayer/" target="_blank">Video Not Playing? Click Here to Update Flash Player.</a>
</td>
I figured I must be doing something wrong.
|
No, I your not doing anything wrong. Like I said, it just depends on how your browser is going to treat it.