PDA

View Full Version : A little help please!


Splinteroid
02-21-2005, 10:00 PM
I was wondering how to lower the navbar or even join it onto the table below. Basically I don't want the gap inbetween (see attachement) as it looks a little odd on some of my style sets. Does anyone know how to do this?


Thanks in advance. ;)

goldhoster
02-21-2005, 10:55 PM
Hi sure,

Follow these steps, Go to admincp>styles & templates>style manager then select the skin you are using. Then click edit templates then scroll down to navigation / breadcrumb templates and expand that group. Now select navbar copy all the code into notepad and search for:

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

And above that you fill find two of these:
<br />

Now deleted both of the <br /> and that should be it.

Stephen :)

Splinteroid
02-21-2005, 11:14 PM
Thanks! :)