Keyword

Turn Image Credits into an URL

  • Arden de Raaij
  • Arden de Raaij's Avatar Topic Author
  • Offline
  • New Member
More
13 years 9 months ago #91831 by Arden de Raaij
Turn Image Credits into an URL was created by Arden de Raaij
As simple as the title sais. I´d like to create a blog where the image credits can be an URL. I´m trying to do this as following±

 

<span class="itemImageCredits"><a href="<?php echo $this->item->image_credits; ?>" target="_blank"></span>


But this makes the whole line dissapear. any ideas on how I could change this?

Please Log in or Create an account to join the conversation.

  • Arden de Raaij
  • Arden de Raaij's Avatar Topic Author
  • Offline
  • New Member
More
13 years 9 months ago #91832 by Arden de Raaij
Replied by Arden de Raaij on topic Turn Image Credits into an URL
If anyone is interested, the key was closing the link with a word between:

 

<span class="itemImageCredits"><a href="<?php echo $this->item->image_credits; ?>"
target="_blank">Website</a></span>

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #91833 by lacava
Replied by lacava on topic Turn Image Credits into an URL
thanks!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum