View Full Version : iWeb+HTML
Keytachi
Jan 27, 2007, 03:55 AM
hi there! i am learning HTML at school right now, and i want to practice a bit at home, but i dont see the code option in iWeb :( is it not there? because i dont want to use frontpage (the program we are using at school *sigh*). if it is there where is it???? and if it is not, where can i find an app to do that?
Mitthrawnuruodo
Jan 27, 2007, 03:59 AM
Use a plain text editor, I recommend the free TextWrangler (http://www.barebones.com/products/textwrangler/) but others may have different preferences.
Generate the page in iWeb, then open the html files in TextWrangler to make adjustments, add code snippets, etc. Then when you're comfortable with html, ditch iWeb and start coding on your own:
<?xml version="1.0" encoding="utf-8"?>
<!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" xml:lang="en" lang="en">
<head>
<title>An XHTML 1.0 Transitional template</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
body {
color: #333;
background: #eee;
}
</style>
</head>
<body>
<p>Your HTML content here</p>
<p align="right"><a href="http://validator.w3.org/check?uri=referer" target="_blank">Validate page</a></p>
</body>
</html>
;)
way77
Feb 3, 2007, 08:10 PM
I'm using GoLive 6.0 for my website and was wondering... can I create a page in iWeb (e.g. video/ movies page) and then integrate that into my GoLive site?
CT:apple:
gauchogolfer
Feb 3, 2007, 08:13 PM
You could import the generated pages from iWeb into GoLive, but if you're already in GoLive I'd just stay there and do it all in one program.
anubis72
Feb 6, 2007, 10:57 AM
To use HTML with iWeb, go to versiontracker.com or macupdate.com and search for software using the keyword iweb or more specifically there are several great add-ons that allow you to jerry-rig iweb into using HTML. iWebMore is one example. There is also a nice little app that allows you to author several websites independently through iWeb (iWebSites).
For an example, I maintain my church website, which is still in a growing phase, but check out http://www.highviewchristian.org. In particular, the calendar page is creating using iWebMore (I made templates for my site using jTemplate, another great iWeb accessory app) with some javascript. Good luck!
Hopefully with iWeb 2 they will have added this option!
fivetoadsloth
Feb 6, 2007, 02:31 PM
Sadly iWeb doees not offer html I use Taco HTML Edit and I like it alot. Very basic and simple.
Kopachris
Feb 13, 2007, 12:36 AM
I want to use iWeb to make a more professional-looking website than Freewebs offers, but I want to copy the HTML into Freewebs so that I don't have to buy a full .mac membership (I'm just in it so I can use apple Mail for my email).
gauchogolfer
Feb 13, 2007, 01:05 AM
You can publish your iWeb site to a local folder, then upload that to whatever server you like.
Kopachris
Feb 13, 2007, 01:13 PM
Thanks!:)
vBulletin® v3.6.10, Copyright ©2000-2009, Jelsoft Enterprises Ltd.