Social > General Discussion

Need some help with a layout

(1/1)

Manu:
Hi guys and girls,

don't know if it is ok when I asked here for some layout probs help. Shouldn't it be ok, please close or delete the topic.  ;)

At the moment we working at a new design for our website and forum. The idea is there, the layout found but I have a little coding problem.

I want to move the header of the layout I found a bit upper, but I don't know how.  :-[

In the attachment I have add 2 screens to show what my idea is and how it is at the moment. The index.template.php of the theme I have add too. I will be very happy when someone can take a look at it.  :-[

???1031:
Oh i see something on your local system :)


--- Code: (search for) ---<div id="solkose">
<div id="sagkose">';
echo '
   <div id="cerceve">';
echo'
<a href="', $scripturl, '"><img src="', $settings['images_url'], '/header.gif" alt="', $context['forum_name'], '" width="900px" /></a> ';
template_menu();

--- End code ---


--- Code: (Replace with) ---<div id="solkose">
<a href="', $scripturl, '"><img src="', $settings['images_url'], '/header.gif" alt="', $context['forum_name'], '" width="900" /></a>
<div id="sagkose">
<div id="cerceve">';
template_menu();

--- End code ---
Normal it should be at the top now.

Bye

Manu:
I tried your code, but it wasn't what I was looking for. ;)

I solved the problem in this way:


--- Code: ---
    <table width="100%" cellpadding="0" cellspacing="0" border="0" id="top-banner" >
     <tr>
     <td>&nbsp;</td>
      </tr>
     <tr>
      <td height="50">
      ',template_menu(),'
     </td>
      </tr>
    </table>
--- End code ---

I searched this code

--- Code: ---<div id="solkose">
<div id="sagkose">';
echo '
   <div id="cerceve">';
echo'
<a href="', $scripturl, '"><img src="', $settings['images_url'], '/header.gif" alt="', $context['forum_name'], '" width="900px" /></a> ';
template_menu();

--- End code ---
removed the banner in it and cause of the table I insert, it looks like I want to have it. :D
Could be it isn't a professional solution, but it works as it should be.  ;)

Navigation

[0] Message Index

Go to full version