Not Solved Header Gap
#1
Not Solved
hi, ive forgotten most things in web development so i was wondering if someone can help me?
there is a gap between my "logo" and my welcome block.
   

i was wondering if i could get a quick fix for this?
			<div class="logo">
			<a href="portal.php"><img src="{$theme['logo']}"></a>
			</div>

GAP

			<div id="panel">
				{$welcomeblock}
			</div>
Reply
#2
Not Solved
Not 100% sure because I don't have a similar layout on any of my forums to test but try this:
            <div id="panel">
            <a href="portal.php"><img src="{$theme['logo']}"></a>
                {$welcomeblock}
            </div>
-Joe
AFreeCloud - Free Cloud-Based Web Hosting!
Reply
#3
Not Solved
i have already tried that, it just goes in with the welcome block and screws up my links...
Reply
#4
Not Solved
Oh, sorry, wish I had a similar template to test with. Sad
-Joe
AFreeCloud - Free Cloud-Based Web Hosting!
Reply
#5
Not Solved
well its probably just like any template...
just i put the links all in the welcome block and am trying to attatc the logo with the wbox...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)