Code: Select all
<div id="menu1">{cms_selflink page='test' title='Beginpagina' text='' image='images/cms/menu.gif'}</div>
Code: Select all
<div id="menu1"><a href="test.php" title="Testpagina"><img src="images/cms/menu.gif" alt="" /> </a></div>
In IE6 this causes me some whitespace that I want to get rid of but I can't seem to find the proper solution for this. Can anyone help me out here?