to create your own affiliates block:
go to your Administration panel on the nuke site. click on blocks. scroll down to Create A New Block.
from there, name it whatever you want and then go down to the content section.
type in something similar to this:
|
Code:
|
<img src=images/affiliates/banner1.jpg>
<img src=images/affiliates/banner2.jpg>
<img src=images/affiliates/banner3.jpg> |
or, if you want to add text links:
|
Code:
|
affiliate2
<a href=http://www.affiliate3.com>affiliate3</a> |
it all depends on what you want it to look like. maybe a better description could allow me to make better code
