Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

unable to create a link within myJoomla site

Jan 5, 2015 11:08PM PST

MacBook Pro/Yosemite browser - Website Joomla - unable to create a link from a picture to a page - all within the same site. Yosemite is a recent upgrade - didn't have that problem prior to Yosemite upgrade.

Discussion is locked

- Collapse -
Answer
links
Jan 5, 2015 11:35PM PST

the usual way to create html links in a webpage is using the <a> tag. For example, a link to cnet would be;

<a href=http://cnet.com>Put text you want to appear here, such as "Link to CNET" and then close tag like this </a>