random1 Posted July 14, 2010 Share Posted July 14, 2010 I have a really basic question for paths and HTML. For a basic image HTML tag example I have: <img src="images\example.png" width="100" height="100" /> For a relative path (like above src attribute) for a website should you use \ or / to separate directory levels? I think I read somewhere that \ is local and / is remote? Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted July 14, 2010 Share Posted July 14, 2010 / Quote Link to comment Share on other sites More sharing options...
haku Posted July 14, 2010 Share Posted July 14, 2010 Backslashes are used internally with windows, and never with the web. Quote Link to comment Share on other sites More sharing options...
random1 Posted July 14, 2010 Author Share Posted July 14, 2010 Thanks all Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.