user1767935
user1767935

Reputation: 63

Put image inside anchor tag

I am having an issue in Joomla. (I'm using Joomla 1.5)

When I write code like this in Joomla editor:

[a tag href="www.something.com"][img src="modules/someimage.jpeg"/][/a]

the anchor tag does not come.

how can I solve that?

Upvotes: 1

Views: 493

Answers (1)

Techie
Techie

Reputation: 45124

try this out. let me know if you come across any issues.

<a href="www.something.com"><img src="modules/someimage.jpeg" /></a>

Upvotes: 1

Related Questions