Weather by You!

Templates and Projects support => Html Templates => Topic started by: aznetcowboy on June 17, 2013, 11:31:48 AM

Title: Links in Logo
Post by: aznetcowboy on June 17, 2013, 11:31:48 AM
Jacques,

I am wondering what the reasoning is for the Links (references?) in the logo section of the different web pages as follows:

            <div id="logo">
                <a href="#"><#location></a>
                <h2><a href="#" id="metamorph">Small Weather Slogan Goes Here</a></h2>
            </div>


I do not see any use for the "
<a href="#".........</a> " code. In fact, when I created a weather glossary page and defined the links differently, this caused a problem in the logo/header lines. Before I remove the "<a href="#".........</a>[/color] " code, I thought I'd check in with you first.

Tom

[/font]
Title: Re: Links in Logo
Post by: Mr.Meteo on June 17, 2013, 05:39:13 PM
Hi Tom,

Effectively, header title and slogan are into a not used links.
Since they aren't used you could remove them, but you'll have
to tweak a bit the css file.

These links are intended for sites where weather is only a part
of the whole site.

Regards,
Jacques