<div id="board_price"> <span class="price_title" style="padding-left:1px; font-size:18px">{$LANG.PRICE}: </span> {if $item.price} {$item.price} <p align="left">руб.</p> {else} {$LANG.PRICE_CONTRACT} {/if} </div> 

Should be in the browser Price: for example, 100 rubles. word rub. goes to the next line. Tell me.

  • 2
    I solved the problem myself .. - Grosso2020
  • four
    [-CLASS or -TOP] [1] well, truth cuts eyes! [1]: tsya.ru - thunder
  • Thank you all, the problem is solved by removing the extra {if $ item.price} {$ item.price} - Grosso2020

1 answer 1

 <p align="left">руб.</p> 

the <p> tag is the new line.

http://htmlbook.ru/html/p

Use for example the same span .