Welcome Guest, Not a member yet? Register   Sign In
html linking not working
#6

Where are these html pages located at?

Code:
<head>
 <base href="https://www.yoursite.com/">
</head>

You can then do it like this, base href needs to point to the folder where these pages are located.

Code:
<a href="pages/edu.html">Education</a>

Full link would look like below:

Code:
https://www.yoursite.com/pages/edu.html

It all depends on where these pages are located at.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
html linking not working - by kvanaraj - 07-10-2018, 10:24 PM
RE: html linking not working - by Pertti - 07-10-2018, 11:13 PM
RE: html linking not working - by kvanaraj - 07-10-2018, 11:24 PM
RE: html linking not working - by kaitenz - 07-11-2018, 05:39 AM
RE: html linking not working - by kvanaraj - 07-11-2018, 06:02 AM
RE: html linking not working - by InsiteFX - 07-11-2018, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB