On Apr 15, 1:31 pm, sebb86 <[email protected]> wrote: > cricket > > Do you mean the code should be: > [code] > <?php echo $html->link($html->image("edit.png", array("alt" => > "Editieren")), array("controller" => $contr, "action" => "edit", > $row[$class]['id']), array('class' => 'edit', "title" => "Editieren"), > null, false); ?> > [/code] > > Then it creates the following > [html source code:] > <td><a href="/dns_names/edit/1" class="edit" title="Editieren"><img > src="/img/edit.png" alt="Editieren" /></a> </td> > [/code] > > This looks better than before but it still dont works.
Can you see the image if you load it directly (http://your.site/img/ edit.png)? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en To unsubscribe, reply using "remove me" as the subject.
