laur0406 Posted February 2, 2007 Share Posted February 2, 2007 I have added the products to my store, and now would like to edit .../includes/languages/english/index.php. Am I able to edit this using HTML? I tried already, and then the page loads with an error. If I am able to, what steps should I use to avoid errors? Link to comment Share on other sites More sharing options...
jonquil Posted February 2, 2007 Share Posted February 2, 2007 Show whatchu got :) jon It's all just ones and zeros.... Link to comment Share on other sites More sharing options...
laur0406 Posted February 2, 2007 Author Share Posted February 2, 2007 OK, so I figured out why I got the error messages. It's because I have used apostrophe's in the text when they were part of the code. So, my new question is: how do I go about adding an apostrophe to a word for example: "Welcome to store's online shop!" Thanks :) P.S. For some reason, I am not able to edit my original post. Link to comment Share on other sites More sharing options...
Velveeta Posted February 2, 2007 Share Posted February 2, 2007 OK, so I figured out why I got the error messages. It's because I have used apostrophe's in the text when they were part of the code. So, my new question is: how do I go about adding an apostrophe to a word for example: "Welcome to store's online shop!" Thanks :) P.S. For some reason, I am not able to edit my original post. You have to do what's called 'escaping' them, meaning you add a backslash (\) right before them, so that "This is something's html code" becomes "This is something\'s html code"... Richard. Richard Lindsey Link to comment Share on other sites More sharing options...
laur0406 Posted February 3, 2007 Author Share Posted February 3, 2007 You have to do what's called 'escaping' them, meaning you add a backslash (\) right before them, so that "This is something's html code" becomes "This is something\'s html code"... Richard. Fabulous, thanks! :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.