A
- Anne
I'm designing a template for my website which I may decide to implement on a
few different sites. As such, I'm trying to make the templates as generic
as possible so that when I apply them to other sites, there is less
customization that needs to be done.
One question I have, is on the top of every page is a logo that is
hyperlinked back to the home page using the code <a href="../index.html">
I'm not sure if this is possible or not, but can this tag be simplified even
more so that as above, it doesn't reference the domain name, and is there
also a way to have it redirect to the homepage without actually referencing
the file, as some of my sites may not be index.html, but may be index.php,
etc.
Thank you
few different sites. As such, I'm trying to make the templates as generic
as possible so that when I apply them to other sites, there is less
customization that needs to be done.
One question I have, is on the top of every page is a logo that is
hyperlinked back to the home page using the code <a href="../index.html">
I'm not sure if this is possible or not, but can this tag be simplified even
more so that as above, it doesn't reference the domain name, and is there
also a way to have it redirect to the homepage without actually referencing
the file, as some of my sites may not be index.html, but may be index.php,
etc.
Thank you