|
Originally Posted by Cody
|
|
My modules block is way too boring. I've seen others that have graphics, separators, etc. How do I do that?
|
The way we do it is create our OWN html block, using the links from the Modules block that we want to use. Then we disable the original Modules block or make it viewable to Admins only and activate our new block in place of the original modules block.
Adding images and separators takes the same route as using html
<hr> tags for horizontal rule, <img tags to set your image source. You can use HTML in creating your own Custom blocks in the Nuke Admin Blocks section.
To give you an idea, here is what the top section of our Modules menu html looks like
|
Code:
|
<table width="140" border="0" cellspacing="2" cellpadding="0" style="border-collapse: collapse">
<tr>
<td>[img]images/icon_mini_faq.gif[/img]</td>
<td>Home</td>
</tr>
<tr>
<td>[img]images/icon_mini_faq.gif[/img]</td>
<td>Your Account</td>
</tr>
</table>
<hr size="1"> |
mikem