[eluser]beatryder[/eluser]
[quote author="flumps" date="1187140962"]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...[/quote]
Well one thing you can do is view the source code on your site. copy the image url into your address bar and load it. The picture should show up if it does not, then you now have a jumping off point for finding your problem.
as a rule, never ever use "$this->" in *any* view. the second method you used looks correct at least syntactically.