[eluser]flumps[/eluser]
thats seems to work..
whats the correct way for attaching in bedding images currenty im trying to use
Code:
<tr><td><img alt="" src="<?=$this->config->item('base_view');?>images/lef_3.jpg"></td></tr>
is it
Code:
<tr><td><img alt="" src="<?=$base_view?>images/lef_1.jpg"></td></tr>
etc as I tryed that and doesnt seem to work...