#2 ✓resolved
mccreath

Link to profile/home from logo

Reported by mccreath | January 3rd, 2011 @ 05:00 PM

If you move span.welcome inside the link element, it should still position correctly and be clickable. The way the HTML is structured right now, the greeting itself is not actually clickable which seems weird.

Change this:

<div class="logo">
<a href="/"><img src="/static/images/logo.png"></a>
<span class="welcome">Howdy mccreath!</span> </div>

To this:

<div class="logo">
<a href="/">
<img src="/static/images/logo.png">
<span class="welcome">Howdy mccreath!</span>
</a>
</div>

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

MLKSHK it's fun for the whole family.

Shared Ticket Bins

People watching this ticket

Referenced by

Pages