View Single Post
  #3  
Old 11-07-2003, 08:23 PM
 
AKR AKR is offline
 

eXpert
  
Join Date: Oct 2003
Location: the edge of insanity
Posts: 233
 

Default

that code had dingbats and no menu titles in it. i played around with it a bit, and got this far:

<TABLE border=1 cellPadding=3 cellSpacing=0 width="100%" bordercolor="#FFFFFF">
<TR>
{if $link_href}
<div style="text-align:center">
<TD background="{$ImagesDir}/titletest.jpg" width=80% height=26 align="center" valign=center class=VertMenuTitle><font color="#000000"> </font><font color="#000000">{$menu_title}</font></td>
{else}
<TD width=80% height=26 align="center" valign=center class=VertMenuTitle color="#000000"> {$menu_title}</font>[img]{$ImagesDir}/titletest.jpg[/img]
{/if}
</tr>
<TR>
<TD colspan="2" class=VertMenuBox>{$menu_content}
</td></tr>
</table>

now, i've gotten rid of the dingbats, have the picture centered, but the title is above it instead of on it.
Reply With Quote