logo link to homepage

aless1o / 2012-11-19 08:48:21   

hello guys,

I added an image logo in my pre nav and i added the following code to make it link to the homepage (itself let say)

Problem is that, when i add the link, my first menu "voice" disappear and the first menu section opens up.

If I use the code without link (to have just the image logo) the menu voice comes back b and the menu shows properly.

I hope to have been clear :)
Can anybody help?

thegardensnowboard.com/
pass: daicazzo

Thanks!!

arsondpi / 2012-11-19 09:25:15   

you haven't closed the a href tag in your pre nav area -

  1. <a href='/'><img src='IMAGE_URL_HERE'/>

where as it should be

  1. <a href='/'><img src='IMAGE_URL_HERE' /></a>
aless1o / 2012-11-19 10:30:10   

atch, what a beginner!
Thanks arsondpi!!

This thread has been closed, thank you.