Quote:
Originally Posted by Brian30fl
replace this
Code:
<div align="center">
<a href="http://link.com/to/your/forum" rel="nofollow" target="_blank"><img src="/path/to/image/" border="0"></a>
</div>
With
Code:
<div align="center">
<a href="http://link.com/to/your/forum"><img src="/path/to/image/" border="0"></a>
</div>
|
just tried that.. same thing. still opens in new window.