Normale layouten, en Alfa_3, 4, 5, en 6
Regel afstand bij Menu Extra
Open bijv. Kladblok of Editpad wat hier te downloaden valt.
Veranderen in elke html van je layout, zoals hieronder staat.
art.html - artlist.html - cart.html - cart_step1.html - cart_step2.html - cart_step3.html - cart_step4.html - extrapage.html - home.html - search.html
Kan wel van layout verschillen de omschrijving.
Zoeken naar:
<LV_EXTRAPAGES_MENU>
<tr>
<td width="21" height="30"><img src="button_1.jpg" width="12" height="14"></td>
<td width="144" align="left"><A class="buttonTextWhite" HREF="<LV_EXTRAPAGE_PAGE_MENU/>" ><LV_EXTRAPAGE_MENU/></a></td>
</tr>
</LV_EXTRAPAGES_MENU>
Veranderen in:
<LV_EXTRAPAGES_MENU>
<tr>
<td width="21" height="20"><img src="button_1.jpg" width="12" height="14"></td>
<td width="144" align="left"><A class="buttonTextWhite" HREF="<LV_EXTRAPAGE_PAGE_MENU/>" ><LV_EXTRAPAGE_MENU/></a></td>
</tr>
</LV_EXTRAPAGES_MENU>
Daarna dit opslaan, en je layout opnieuw selecteren in MWW
|