Thread: Main menu icons
View Single Post
  #2 (permalink)  
Old 10-19-2002, 09:46 PM
coldblooded's Avatar
coldblooded coldblooded is offline
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
Hi cable,

Thanks for your comments. You can create a block like that quite easily. Use your favorite html editor to make the table info.

Example:
Code:
<table width="140" border="0" cellspacing="2" cellpadding="0">
  <tr>
    <td>[img]images/house1.gif[/img]</td>
    <td>Home</td>
  </tr>
</table>
Now that's only the first item in my menu, but you get the idea.

In admin > Blocks, name your block, and paste the table info from your editor into the "Content" area.

Save the block and you're all set.
Reply With Quote