JerusaHost- Mark Posted July 24, 2011 Share Posted July 24, 2011 the width of input field spans the entire template. Can you make an option to specify width or set it to 20 like the others? 0 Quote Link to comment Share on other sites More sharing options...
sol2010 Posted July 25, 2011 Share Posted July 25, 2011 This is how I did it - but I don't know how to target specific custom field with ID {foreach key=num item=customfield from=$customfields} <tr> <td class="fieldarea">{$customfield.name}<span style="color:red;"> *</span></td> <td>{$customfield.input|replace:'style="width:75%;"':'style="width:180px;"'}</td> </tr> {/foreach} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.