Question : Space betwen menu blocks

Hi!

I am helping out sombody with a webpage.
I hav not used php, so mutch...
And hope sombody can help me solve this problem:

Have a menu system, that contains of blocks
like the included picture1. But i want to have a space between
Button -> Fylke and Kategori.... (see picture2)

How do i fix this ?

Include sourcecode that are used here...



1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
From menu-php-file
******************

<div id="leftbottom">
<div class="left_menu5"><span class="other_texts_red2"><a href="{$SITE}/index.php?catid=1&omrid=99&fylkeid=1"><font 

color="#ffffff">Norge</font></a></span></div>
<div class="left_menu6"><span class="other_texts_red2"><a href="{$SITE}/index.php?catid=1&omrid=1&fylkeid=2"><font 

color="#ffffff">Landsdel</font></a></span></div>
<div class="left_menu7"><span class="other_texts_red3"><a href="{$SITE}/index.php?catid=1&omrid=1&fylkeid=4"><font 

color="#000000">Fylke</font></a></span></div>
<div class="left_menu4"><span class="other_texts_red2"><a href="{$SITE}/index.php?catid=1&omrid=1&fylkeid=3"><font 

color="#ffffff">Kommune</font></a></span></div>
</br>
</div>
    <div class="left_menu2"><span class="other_texts_red2">{$TXT_CATEGORY}</span></div>
	<div class="lefttop">
        {foreach from=$menu_list5 key=myid item=item}
			<div class="icon_border">
					<div class="folder_icon"><img src="images/folder.gif" border="0" /></div>
						<div class="icon_cont">
							<div class="other_texts">
							  {if $FILE_NAME eq 'invite.php' || $FILE_NAME eq 

'arkiv.php' || $FILE_NAME eq 'expert_details.php' || $FILE_NAME eq 'question_answer.php' || $FILE_NAME eq 

'ask_question.php' || $FILE_NAME eq 'register.php' ||  $FILE_NAME eq 'forgotpwd.php' ||  $FILE_NAME eq 

'kalender.php' }
							
                              
                              <a href="index.php?catid={$item.menu_id}"  {if $item.menu_id eq 62332211} 

style="color:#cd0627; font-weight:bold;"{/if} >{else}<a href="?catid={$item.menu_id}" {if $item.menu_id eq 

62332211} style="color:#cd0627; font-weight:bold;"{/if} >
                              
                              {/if}
							  
								{if $item.menu_id eq $catid}
									<strong>{$item.menu_name5}</strong>
								{else}
									{$item.menu_name5} 
								{/if}
							  </a>
							  
							 </div>
						 </div>
				</div>
		{/foreach}
		</div>



From CSS-file
***********************
.leftbottom{
	width:148px;
	_width:149px;
	float:left;
	background:#9c9c9c;
}

.left_menus{
	width:143px;
	float:left;
	border-bottom:#d9d9d9 1px dashed;
	padding:5px 0px 5px 5px;
	display:block;
}

.left_menu2{
	width:143px;
	float:left;
	padding:5px 0px 5px 5px;
	margin-top:0px;
	display:block;
	background:#9c9c9c;
}
.left_menu3{
	width:148px;
	float:left;
	padding:0px 0px 0px 0px;
        display:block;
}
.left_menu4{
	width:143px;
	float:left;
	padding:5px 0px 5px 5px;
        color:#000000;
	margin-top:0px;
        text-align:center;
	display:block;
	background:#5178f9;
}
.left_menu5{
	width:143px;
	float:left;
	padding:5px 0px 5px 5px;
        color:#000000;
	margin-top:0px;
        text-align:center;
	display:block;
	background:#ff0000;
}
.left_menu6{
	width:143px;
	float:left;
	padding:5px 0px 5px 5px;
        color:#000000;
	margin-top:0px;
        text-align:center;
	display:block;
	background:#008000;
}
.left_menu7{
	width:143px;
	float:left;
	padding:5px 0px 5px 5px;
        color:#000000;
	margin-top:0px;
        text-align:center;
	display:block;
	background:#ffd900;
}

.other_texts_red{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight:normal;
}
.other_texts_red2{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight:normal;
}
.other_texts_red3{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:normal;
}

.icon_border{
	width:148px;
	float:left;
	border-bottom:#d9d9d9 1px dashed;
	margin:0px 0px 0px 0px;
	background-color:#b0c4cc;
}

.folder_icon{
	float:left;
	width:25px;
	margin:0px auto;
	padding:5px 0px 5px 5px;
}
.other_texts_red{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight:normal;
}
Attachments:
 
picture1
picture1
 
 
picture2
picture2
 

Answer : Space betwen menu blocks

Although i cannot run this as you can, i can see that adding a paragraph tag it can break it up

</div>
<p>&nbsp;</p>
<div class="left_menu2"><span class="other_texts_red">{$TXT_CATEGORY}</span></div>

Random Solutions  
 
programming4us programming4us