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?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29215

    Hey all,

    This is probably a very simple thing but I can’t figure it out. Pardon the site, it’s still a work in progress. My question is…

    How do I make the Cari Campbell & Associates, LLC logo link back to the index page? Looks like it’s an h4 tag? Any suggestions?

    Test Site:
    http://www.nickswenson.com/

    Thanks!
    Nick

    #76847
    Rob MacKay
    Participant

    All you need to do is this:

    Code:

    then some CSS:

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

    Thanks Rob!!

    #76875
    Rob MacKay
    Participant

    no probs :)

    #77248
    smithdwsn
    Member

    For adding a link you have to use anchor tag:
    Sytax: <a href=" write path ">write one word </a>.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Back End’ is closed to new topics and replies.