Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mulletman13

macrumors 6502a
Original poster
Jul 1, 2004
505
0
Los Angeles.
Hey all,

I'm looking for a way to create a VERY simple website. I have absolutely no HTML/CSS experience, and I'd prefer a simple drag and drop interface. Perhaps, drag a picture into a place... make it a button, and tell it where to link.

Also I would like to be able to edit text.

Again, I just want a very simple thing, that maybe supports templates and whatnot.

Maybe there are websites that will do this? I suppose I could just make it on a blog, and edit that template file... but ehh not too keen on that.

Also, I have access to Macromedia Dreamweaver (computer labs at school), but that seems a bit too complicated for me.

Thanks!
 
Or copy and paste this into a text document, and save it with the extension .htm:


<html>
<head>
<title>insert text here</text>
</head>
<body>
<p>insert text here<p>
<p>insert more text here</p>
<p>and so on</p>
</body>
</html>
 
What ever you do . . .

. . . avoid using Microsoft Word to compose a page. The last time I tried to throw together a quick page in word, it didn't even render correctly in Explorer for Mac.

I would second the suggestion to using Mozilla Composer. It isn't too bad to use if you are really stuck, you can find a simple html page that you like on the web (SIMPLE and HTML are the keys here), view the source, copy and paste it into the Mozilla Browser, swap up the pictures and text and voila you will have a webpage. Doing things that way is not a bad idea from the point of view that you can avoid some of the trouble of searching for code on how so do some rather simple coding.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.