View Full Version : help! webpage making doesn't work!
operate
May 25, 2005, 12:12 PM
i'm new to mac and i don't understand how webpage making works.
on pcs i used to write html in notepad, save as .html and look at them in explorer.
but if i try and do the same with mac the document doesn't change to a webpage, it's just code.
i don't want to use dreamweaver or stuff like that. just coding.
can someone help me?
pepeleuepe
May 25, 2005, 12:26 PM
write the code just the same
open Safari or Firefox
go to File>Open File
find your *.html file and open it
that should work for you
operate
May 25, 2005, 12:35 PM
it still doesn't work.
it's just code.
is mac code diffrent then pc?
i donīt get it.
superfunkomatic
May 25, 2005, 12:48 PM
do you have a complete html page - ie. <title> <head> <body> tags, etc.?
if you have a complete html page you should be fine. try saving an example like this below, make sure to include a .htm, .html on your file name.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<p>your content tags here</p>
</body>
</html>
Jimong5
May 25, 2005, 01:05 PM
if your writing it in text edit, you need to convert it plain text first.
try having it in text edit, go to the FORMAT menu, and go down to MAKE PLAIN TEXT. Then try doing it again
operate
May 25, 2005, 01:13 PM
oh that worked!
thank you so much jimong5
Mitthrawnuruodo
May 25, 2005, 01:15 PM
Use TextWrangler (if you need a text editor) or Taco HTML edit if you want a bit more features.
Thom_Edwards
May 25, 2005, 01:20 PM
Get TextWrangler http://www.barebones.com/products/textwrangler/index.shtml or find an old copy of BBEdit Lite. Those are my *free* favorites, but there are other editors that you might like. Other people may want to make some suggestions. You don't have to worry about changing formats of the file, etc., and it will handle formatting/indenting and text coloring better.
TextEdit isn't very useful, imho. it's ok for config files, etc., because those are usually relatively short files and TextEdit opens more quickly than other editors i've seen. but overall, i don't care for it too much.
eva01
May 25, 2005, 04:04 PM
Use TextWrangler (if you need a text editor) or Taco HTML edit if you want a bit more features.
I second Taco HTML edit, it is what i use
operate
May 25, 2005, 05:12 PM
thank you .
virus1
Jun 1, 2005, 06:19 PM
the best html editor out there is skEdit. best $20 i ever paid
mfogel2002
Jul 4, 2005, 02:52 AM
I have never used HTML until about 2 hours ago. I went on the recommendation of several people for TACO. I was able to create a basic crappy website, only one page and the formatting was terrbile but with a little work I should be able to figure it out. I found it very easy to use TACO.
I am not a programmer by any streach of the imagination and if found taco very easy to use.
realityisterror
Jul 4, 2005, 11:01 AM
No! I used to use Taco, but a few months ago I upgraded to SubEthaEdit (http://codingmonkeys.de/subethaedit/).
It has modes for 10s of different languages and highlights syntax just as expected. You can even have several people over the internet or your local network editing the same file, though I've never actually had the need to try it out...
Basically, it's replaced TextEdit in my dock...
And free for non-commercial use!
reality
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.