Bill Shaw Posted December 20, 2009 Report Posted December 20, 2009 I am right at the start of tutorial. I used the basic Mac text editor. When I saved the first basic file as html my browsers see the code as well as the page. I would like to see just what the browser should see without the tags. Quote
falkencreative Posted December 20, 2009 Report Posted December 20, 2009 TextEdit defaults to a "rich text" mode, which may be giving you problems and showing your code, rather than showing an HTML page. To fix it: -- open up TextEdit -- go the the Preferences -- Make sure you are using the "plain text" option I believe that should take care of your issue. You may need to copy/paste your old files into new, plain text files to get it to work. And make sure you are saving your files as .html, of course. Also, take a look at Smultron or TextWrangler for the Mac -- both are free text editors that support things like code coloring and such. They're both a lot better/easier to work with than TextEdit (though you could do a website in TextEdit just fine.) Quote
Bill Shaw Posted December 20, 2009 Author Report Posted December 20, 2009 Thanks Benjamin, that did it. Great looking logo by the way. Quote
falkencreative Posted December 20, 2009 Report Posted December 20, 2009 Thanks Benjamin, that did it. Great looking logo by the way. Glad to hear that it fixed your issue. And thanks! Quote
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.
Note: Your post will require moderator approval before it will be visible.