News:

Join the Facebook Fan Page.

Main Menu

Little Space?

Started by Vranx, October 17, 2005, 01:22:46 PM

Previous topic - Next topic

Vranx

Is there a way to put a little space where you see the red mark in my pic? I have tried a BR but that gives too much space. Thanks.

xenovanis

Try something like this around your menubar:


echo '<div style="margin-top: 2px;">';
template_menu();
echo '</div>

"Insanity: doing the same thing over and over again and expecting different results."

Vranx


Elmacik

and thats not what you want?
if not, try padding 1x :P
if you mean to point the upshrink.gif, then try to style it too like the example above that xenovanis said.
Home of Elmacik

Vranx

Thanks for the response. Adding any kind of coding either gives me the result above, or an error. However, I figured out that by editing the spacing on the upshrink I could achieve my goal.

<a href="javascript:void(0);" onclick="shrinkHeader(!current_header); return false;"><img id="upshrink" src="', $settings['images_url'], '/', empty($options['collapse_header']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 6px 2ex 2px 0;" border="0" /></a>';

Advertisement: