I have a search module problem, everytime I insert a <form action> like the search module , Mambo adds an extra line below with empty space. No br or p tags and the cells have the height properties that I want.
Here is the code:
Code:
<td width="80" height="15" nowrap bgcolor="#990000" class="lTD" id="td1" border="1">
<div align="center"><A class="lA" href="http://www.youngarmyonline.com"><strong><font color="#FFFFFF">HOME</font></strong></A></div></td>
<td width="80" height="15" nowrap bgcolor="#990000" class="lTD" id="td2" border="1">
<div align="center"><A class="lA"
href="http://www.youngarmyonline.com/de/index.php?option=com_content&task=category§ionid=1&id=72&Itemid=2"><strong><font color="#FFFFFF">NEWS</font></strong></A></div></td>
<td width="80" height="15" nowrap bgcolor="#990000" class="lTD" id="td3" border="1">
<div align="center"><A class="lA"
href="http://www.youngarmyonline.com/de/index.php?option=com_forum"><strong><font color="#FFFFFF">FORUM</font></strong></A></div></td>
<td width="80" height="15" nowrap bgcolor="#990000" class="lTD" id="td5" border="1">
<div align="center"><A class="lA" href="http://www.youngarmyonline.com/de/index.php?option=com_docman&Itemid=52"><strong><font color="#FFFFFF">LYRICS</font></strong></A></div></td>
<td width="80" height="15" nowrap bgcolor="#990000" class="lTD" id="td7" border="1">
<div align="center"><A class="lA"
href="http://www.youngarmyonline.com/de/index.php?option=com_contact&Itemid=3"><strong><font color="#FFFFFF">KONTAKT</font></strong></A></div></td>
<td width="310" height="15" align=right valign="middle" nowrap bordercolor="#000000" bgcolor="#990000" >
<div align="right">
<table width="310" height="15" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="310" height="15" align="right"> <?php mosLoadModules ( "user7" ); ?></td>
</tr>
</table>
</div></td> Four last lines are concerned that is the place where the search module will appear. (user7)
Pls give me a hand
Thankx