2
thanks your helping.
How do I change this code:
<table cellpadding="0" cellspacing="0" border="0" >
<div>
<ul>
<{foreach item=newitems from=$block.newitems}>
<tr> <{if $newitems.image}>
<td>
<img style="padding: 1px; margin: 2px; border: 1px solid #c3c3c3" width="50" src="<{$newitems.image}>" title="<{$newitems.image_name}>" alt="<{$newitems.image_name}>" />
td>
<{/if}>
<td>
<li style=" margin-right: 10px; font-size: 12px;">
<strong><{$newitems.link}>strong> <{if $block.show_order == '1'}> (<{$newitems.new}>) <{/if}>
li>
td>
tr><{/foreach}>
ul>
div>
table>
To give content to scroll the screen?
I use the following code:
height="50px"
But it does not work.
Please help me!!!!