• Baileyph

    (@baileyph)


    I recently made the header of my blog a link to my website, however, there is no indication that the header is a link…so how can I make readers aware of this? Aside from putting a note on the blog that says so of course. Is there a way to made it light up or change color when the pointer drags across? I have an extremely limited knowledge of html, but I’ll try my best!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Baileyph

    (@baileyph)

    I could try to figure out the html part if anyone has any ideas at all??

    Michael

    (@alchymyth)

    this might depend on how you added the link;
    if this is a html link <a href=" .. etc> then normally the mouse pointer wil change to a hand to indicate that you are hovering over a link.
    if you used the ‘onclick’ method, you could try and add a style to the (header?) div, such as style = "cursor:pointer;"
    https://www.w3schools.com/css/pr_class_cursor.asp

    if you can post a link to your site, someone might be able to have a look and make more suggestions.

    Thread Starter Baileyph

    (@baileyph)

    Thanks! Here is a link to the site, the link is the entire header with the summit logo. I will work on the other methods and see if I have any luck.

    https://willsreport.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Link- How will readers know?’ is closed to new replies.