Click here to Skip to main content
15,891,751 members
Articles / Web Development / HTML
Alternative
Tip/Trick

Relative Path Solution for Master Pages

Rate me:
Please Sign up or sign in to vote.
4.75/5 (3 votes)
23 Feb 2012CPOL 7K  
You can use the full url, if you have url rewrite. And this will always work.
You can use the full url, if you have url rewrite.

HTML
<link href="http://localhost/website/CSS/Main.css" rel="stylesheet" type="text/css" />


And this will always work.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India
Project Lead
MCTS - .NET Framework 4.0, Web Applications

Blog : http://thakkermukund.wordpress.com
Twitter@thakkermukund

Don't code today, what you can't debug tomorrow!
Everything makes sense in someone's mind

Comments and Discussions

 
-- There are no messages in this forum --