1. Create a custom block using HTML.
Add you own links, images, background image, etc. Go to Nuke Admin, blocks. Theer is a place toward the middle bottom of that page where you add/create blocks. There is a place the paste the HTML, or whatever. You'll see it
2. Learn by example 8)
Ok, you want to add an image to the FAQ instead of the title it displays. hmm...well, you know that the Downloads module showas an image...so let's look at it's
index.php file and find where it calls that down-logo.gif image. woot-jackpot..you'll find it if you look. 8)
Use that bit of code.
Look in your index.php for your FAQ module. Find where it calls the title FAQ. Paste your "borrowed" piece of code in there where you think it might work. Using an image in the respective directory of the "path" of course :-)
mikem