Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8493677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:05:13+00:00 2026-06-10T23:05:13+00:00

I am trying to find a way to set attributes to the link URL

  • 0

I am trying to find a way to set attributes to the link URL generated by the image method of CakePHP’s HtmlHelper. I’m using CakePHP 2.2.1

For example, the following code:

echo $this->Html->image("recipes/6.jpg", array(
    "alt" => "Brownies",
    'url' => array('controller' => 'recipes', 'action' => 'view', 6)
));

generates:

<a href="/recipes/view/6">
    <img src="/img/recipes/6.jpg" alt="Brownies" />
</a>

How can I add attributes to the href tag. Say, for example, class=’picture’ to look like:

<a href="/recipes/view/6" class='picture'>
    <img src="/img/recipes/6.jpg" alt="Brownies" />
</a>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T23:05:15+00:00Added an answer on June 10, 2026 at 11:05 pm

    You cannot add HTML attributes to the Anchor tag via the Html->image method – the way to do it is to put the Html->image within the Html->link method like so:

    echo $this->Html->link(
        $this->Html->image("recipes/6.jpg", array('alt' => 'Brownies')),
        array('controller' => 'recipes', 'action' => 'view', 6, array('escape'=>false', 'class'=>'picture')
    );
    

    You must also include the 'escpape'=>false – otherwise your <img...> will be escaped, and it will show up like &lt;img ... &gt;

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to find a way, using AFNetworking, to set the Content-Type header
I'm trying to find a way to set a cookie that sets a user's
I am trying to find a way to set dict values encapsulated into a
I am trying to find out a way to set a time tag to
So I'm trying to find a way to return a very large result set
Hi I'm trying to find out if there is a way to set the
I am trying to find the fasted way to set a specific property of
I'm trying to find a reusable way to set focus from one text box
I'm trying to find a way that will add / update attribute using JavaScript.
Trying to find a way to remove blank pages from a document I wrote

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.