HTML relative links with URL Rewrite
- by Adam Kiss
I have quickie:
When you code/develop themes, how do you link to various files in your html/css code?
Example:
We at our firm use mostly <base target="http://whatever"> in our main template and then just <img src="./images/file.png"> in our html, "/category/page" as links and something alike in our css.
However, when testing on…