dozza Friend
#269579

So that is the trick!… to use

<br />

..rather than…

<br/>

No wonder it never worked for me!!

OK, so to remove the extra white space now below the mainmenu…

Would it be right to add -10px bottom margin to ja_mainnavwrap in template_css.css so it becomes…


#ja-mainnavwrap {
background: url(../../images/orange/dot.gif) repeat-y 218px 0;
margin-bottom: -10px;
}

:confused:

Seems to work. Whats your thoughts?

Thanks for your help all the same.