PDA

View Full Version : Breadcrumb adding image


chick
10-15-2008, 02:19 PM
I am trying to add an image just left of the navbar login (See image)

Yet stay far right of the navbits and float up/down so it looks even depending on what page your on as the navbits adds rows of words depending on the page.

I don't have the code knowledge and have search can someone tell me what to do please?

Lynne
10-15-2008, 04:28 PM
Have you considered simply adding in another column?

<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
<td alilgn="right">
your image here
</td>

<if condition="$show['member']">

chick
10-16-2008, 02:00 PM
very cool, thank you lynne I am going to try that, again thanks