jpeg click to a URL - Joomla! Forum - community, help and support
have inserted logo (jpeg) in article , when logo clicked, want direct url.
how done ?
tia,
carl,
how done ?
tia,
carl,
you apply hyperlink image, inserting image in article first, click on image; click "link" on editor's toolbar.
enter url, either long-hand site external joomla site, or should have section can choose existing article, menu item, etc within site. click ok apply change, save article , view in browser. check link working.
the html looks if want write code instead:
see more go section headed html links - image link
http://www.w3schools.com/html/html_links.asp
enter url, either long-hand site external joomla site, or should have section can choose existing article, menu item, etc within site. click ok apply change, save article , view in browser. check link working.
the html looks if want write code instead:
code: select all
<a href="url/path/to/your/page"><img src="url/path/to/your/image"></a>
see more go section headed html links - image link
http://www.w3schools.com/html/html_links.asp
Comments
Post a Comment