Hi there,
I'm using internal HTML links to direct website viewers to the information the need on specific events. Basically, I have a list of the events on the home page, and each event links to the full event information on the Events page.
So, on the home page the link looks like this:
<a href="cefbentoncounty.org/events#CEF-Spring-Banquet>CEF Spring Banquet</a>
And on the target page the link looks like this:
<a id="CEF-Spring-Banquet">CEF Spring Banquet</a>
Now, both of those links work perfectly. However, when I click the first one, it takes me to the Events page but displays the "CEF Spring Banquet" title off screen. It's as if the link leads to the page and section, but then scrolls the page up 1 line so as to hide the title of the event. Any ideas on what might be causing this?