diff --git a/app/View/Service/index.ctp b/app/View/Service/index.ctp index b832286..e3b390e 100644 --- a/app/View/Service/index.ctp +++ b/app/View/Service/index.ctp @@ -14,10 +14,10 @@

Unser Team bedankt sich bei allen unseren Kooperationspartner und besonders bei:

Html->image('service/dak.jpg',array('style'=>$style)).'
'; - echo $this->Html->image('service/vuf.png',array('style'=>$style)).'
'; - echo $this->Html->image('service/wks.png',array('style'=>$style)).'
'; - echo $this->Html->image('service/logo_job4u.jpg',array('style'=>$style)).'
'; + $style='margin:10px; margin-right:50px;width:10%;'; + echo $this->Html->image('service/dak.jpg',array('style'=>$style)); + echo $this->Html->image('service/vuf.png',array('style'=>$style)); + echo $this->Html->image('service/wks.png',array('style'=>$style)); + echo $this->Html->image('service/logo_job4u.jpg',array('style'=>$style)); ?> \ No newline at end of file