I have this Html Code in my CI, it's quite normal ... When i run in localhost it's all fine, but when i host the wbsite
it keeps sending mysite.com/www.google.com instead just wwww.google.com.
am i missing something here ?
<ul>
<li>
<a href="www.google.com" class="drop-text">Login</a>
</li>
<li>
<a href="#contact" class="drop-text">Contact Us</a>
</li>
</ul>
result expected is www.google.com on url my bar