Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How do I add a link? Re: How do I add a link?

#76847
Rob MacKay
Participant

All you need to do is this:

Code:

then some CSS:

Code:
h4 a {
display:block;
width:100%;
height:100%;
}